API17

JDatabaseQuerySQLSrv: Difference between revisions

From Joomla! Documentation

m JoomlaWikiBot moved page JDatabaseQuerySQLSrv/11.1 to API17:JDatabaseQuerySQLSrv without leaving a redirect: Robot: Moved page
m User contributed notes: moving preparation
Line 153: Line 153:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDatabaseQuerySQLSrv]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 15:39, 11 May 2013

Joomla 11.1 JDatabaseQuerySQLSrv

Description

Template: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

Template:SeeAlso:JDatabaseQuerySQLSrv [Edit See Also]

User contributed notes

<CodeExamplesForm />