Query Building Class.
Located in /libraries/joomla/database/database/sqlsrvquery.php (line 19)
JDatabaseQuery | --JDatabaseQuerySQLSrv
Class | Description |
---|---|
JDatabaseQuerySQLAzure | Query Building Class. |
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.
The null or zero representation of a timestamp for the database driver. This should be defined in child classes to hold the appropriate value for the engine.
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
Casts a value to a char.
Ensure that the value is properly quoted before passing to the method.
Gets the function to determine the length of a character string.
Concatenates an array of column names or values.
Gets the current date and time.
Get the length of a string in bytes.
Magic function to convert the query to a string.
Inherited From JDatabaseQuery
JDatabaseQuery::__construct()
JDatabaseQuery::castAsChar()
JDatabaseQuery::charLength()
JDatabaseQuery::clear()
JDatabaseQuery::columns()
JDatabaseQuery::concatenate()
JDatabaseQuery::currentTimestamp()
JDatabaseQuery::dateFormat()
JDatabaseQuery::delete()
JDatabaseQuery::dump()
JDatabaseQuery::escape()
JDatabaseQuery::from()
JDatabaseQuery::group()
JDatabaseQuery::having()
JDatabaseQuery::innerJoin()
JDatabaseQuery::insert()
JDatabaseQuery::join()
JDatabaseQuery::leftJoin()
JDatabaseQuery::length()
JDatabaseQuery::nullDate()
JDatabaseQuery::order()
JDatabaseQuery::outerJoin()
JDatabaseQuery::quote()
JDatabaseQuery::quoteName()
JDatabaseQuery::rightJoin()
JDatabaseQuery::select()
JDatabaseQuery::set()
JDatabaseQuery::union()
JDatabaseQuery::unionDistinct()
JDatabaseQuery::update()
JDatabaseQuery::values()
JDatabaseQuery::where()
JDatabaseQuery::__call()
JDatabaseQuery::__clone()
JDatabaseQuery::__get()
JDatabaseQuery::__toString()
Documentation generated on Mon, 25 Jun 2012 13:59:46 -0500 by phpDocumentor 1.4.4