Class JDatabaseQuerySQLAzure

Description

Query Building Class.

  • since: 11.1

Located in /libraries/joomla/database/database/sqlazurequery.php (line 21)

JDatabaseQuery
   |
   --JDatabaseQuerySQLSrv
      |
      --JDatabaseQuerySQLAzure
Variable Summary
string $name_quotes
Variables
string $name_quotes = '' (line 33)

The character(s) used to quote SQL statement names such as table names or field names, etc. The child classes should define this as necessary. If a single character string the same character is used for both sides of the quoted name, else the first character will be used for the opening quote and the second for the closing quote.

  • since: 11.1
  • access: protected

Redefinition of:
JDatabaseQuerySQLSrv::$name_quotes
The character(s) used to quote SQL statement names such as table names or field names, etc. The child classes should define this as necessary. If a single character string the same character is used for both sides of the quoted name, else the first character will be used for the opening quote and the second for the closing quote.

Inherited Variables

Inherited from JDatabaseQuerySQLSrv

JDatabaseQuerySQLSrv::$null_date

Inherited from JDatabaseQuery

JDatabaseQuery::$autoIncrementField
JDatabaseQuery::$columns
JDatabaseQuery::$db
JDatabaseQuery::$delete
JDatabaseQuery::$element
JDatabaseQuery::$from
JDatabaseQuery::$group
JDatabaseQuery::$having
JDatabaseQuery::$insert
JDatabaseQuery::$join
JDatabaseQuery::$order
JDatabaseQuery::$select
JDatabaseQuery::$set
JDatabaseQuery::$type
JDatabaseQuery::$union
JDatabaseQuery::$update
JDatabaseQuery::$values
JDatabaseQuery::$where
Methods

Documentation generated on Mon, 25 Jun 2012 13:59:42 -0500 by phpDocumentor 1.4.4