JDatabaseQuerySQLSrv
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabaseQuerySQLSrv[edit]
Description[edit]
Methods[edit]
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[edit]
jimport( 'joomla.database.database.sqlsrvquery' );
See also[edit]
- JDatabaseQuerySQLSrv source code on BitBucket
- Subpackage Database
- Other versions of JDatabaseQuerySQLSrv
User contributed notes[edit]
Code Examples[edit]