API17:JDatabaseQuerySQLSrv
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 153: | Line 153: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDatabaseQuerySQLSrv]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDatabaseQuerySQLSrv]]</noinclude> |
Revision as of 13:36, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseQuerySQLSrv
Description
Description:JDatabaseQuerySQLSrv [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | auto_increment | |
| public | castToChar | |
| public | charLength | |
| public | concat | |
| public | delete | |
| public | dropIfExists | |
| public | fields | |
| public | from | |
| public | group | |
| public | having | |
| public | innerJoin | |
| public | insert | |
| public | insertInto | |
| public | join | |
| public | leftJoin | |
| public | length | |
| public | lock | Method to lock the database table for writing. |
| public | now | |
| public | order | |
| public | outerJoin | |
| public | renameTable | |
| public | rightJoin | |
| public | select | |
| public | set | |
| public | showTables | |
| public | unlock | Method to unlock the database table for writing. |
| public | update | |
| public | values | |
| public | where |
- Defined in libraries/joomla/database/database/sqlsrvquery.php
- Extends JDatabaseQuery
Importing
jimport( 'joomla.database.database.sqlsrvquery' );
See also
-
JDatabaseQuerySQLSrv source code on BitBucket
-
Subpackage Database
- Other versions of JDatabaseQuerySQLSrv
SeeAlso:JDatabaseQuerySQLSrv [Edit See Also]
User contributed notes
<CodeExamplesForm />
