Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Attributs publics | |
$name = 'sqlzure' | |
Attributs publics inherited from JDatabaseDriverSqlsrv | |
Attributs publics inherited from JDatabaseDriver |
Additional Inherited Members | |
Fonctions membres publiques inherited from JDatabaseDriverSqlsrv | |
__construct ($options) | |
__destruct () | |
connect () | |
disconnect () | |
escape ($text, $extra=false) | |
connected () | |
dropTable ($tableName, $ifExists=true) | |
getAffectedRows () | |
getCollation () | |
getNumRows ($cursor=null) | |
getTableColumns ($table, $typeOnly=true) | |
getTableCreate ($tables) | |
getTableKeys ($table) | |
getTableList () | |
getVersion () | |
insertObject ($table, &$object, $key=null) | |
insertid () | |
loadResult () | |
execute () | |
replacePrefix ($query, $prefix= '#__') | |
select ($database) | |
setUTF () | |
transactionCommit ($toSavepoint=false) | |
transactionRollback ($toSavepoint=false) | |
transactionStart ($asSavepoint=false) | |
renameTable ($oldTable, $newTable, $backup=null, $prefix=null) | |
lockTable ($tableName) | |
unlockTables () | |
Fonctions membres publiques inherited from JDatabaseDriver | |
__call ($method, $args) | |
alterDbCharacterSet ($dbName) | |
createDatabase ($options, $utf=true) | |
addDisconnectHandler ($callable) | |
getConnection () | |
getCount () | |
getDateFormat () | |
getLog () | |
getTimings () | |
getCallStacks () | |
getMinimum () | |
getNullDate () | |
getPrefix () | |
getExporter () | |
getImporter () | |
getQuery ($new=false) | |
getIterator ($column=null, $class= 'stdClass') | |
getUTFSupport () | |
hasUTFSupport () | |
isMinimumVersion () | |
loadAssoc () | |
loadAssocList ($key=null, $column=null) | |
loadColumn ($offset=0) | |
loadNextObject ($class= 'stdClass') | |
loadNextRow () | |
loadObject ($class= 'stdClass') | |
loadObjectList ($key= '', $class= 'stdClass') | |
loadRow () | |
loadRowList ($key=null) | |
quote ($text, $escape=true) | |
quoteName ($name, $as=null) | |
setDebug ($level) | |
setQuery ($query, $offset=0, $limit=0) | |
truncateTable ($table) | |
updateObject ($table, &$object, $key, $nulls=false) | |
Fonctions membres publiques inherited from JDatabase | |
query () | |
getErrorMsg ($escaped=false) | |
getErrorNum () | |
stderr ($showSQL=false) | |
Fonctions membres publiques statiques inherited from JDatabaseDriverSqlsrv | |
static | isSupported () |
Fonctions membres publiques statiques inherited from JDatabaseDriver | |
static | getConnectors () |
static | getInstance ($options=array()) |
static | splitSql ($sql) |
Fonctions membres publiques statiques inherited from JDatabase | |
static | test () |
Fonctions membres protégées inherited from JDatabaseDriverSqlsrv | |
getTableConstraints ($tableName) | |
renameConstraints ($constraints=array(), $prefix=null, $backup=null) | |
fetchArray ($cursor=null) | |
fetchAssoc ($cursor=null) | |
fetchObject ($cursor=null, $class= 'stdClass') | |
freeResult ($cursor=null) | |
checkFieldExists ($table, $field) | |
limit ($query, $limit, $offset) | |
Fonctions membres protégées inherited from JDatabaseDriver | |
getAlterDbCharacterSet ($dbName) | |
getCreateDatabaseQuery ($options, $utf) | |
getDatabase () | |
quoteNameStr ($strArr) | |
Attributs protégés inherited from JDatabaseDriverSqlsrv | |
$nameQuote = '[]' | |
$nullDate = '1900-01-01 00:00:00' | |
Attributs protégés inherited from JDatabaseDriver | |
$connection | |
$count = 0 | |
$cursor | |
$debug = false | |
$limit = 0 | |
$log = array() | |
$timings = array() | |
$callStacks = array() | |
$offset = 0 | |
$options | |
$sql | |
$tablePrefix | |
$utf = true | |
$errorNum = 0 | |
$errorMsg | |
$transactionDepth = 0 | |
$disconnectHandlers = array() | |
Attributs protégés statiques inherited from JDatabaseDriverSqlsrv | |
static | $dbMinimum = '10.50.1600.1' |
Attributs protégés statiques inherited from JDatabaseDriver | |
static | $instances = array() |
Définition à la ligne 20 du fichier sqlazure.php.
JDatabaseDriverSqlazure::$name = 'sqlzure' |
Réimplémentée à partir de JDatabaseDriverSqlsrv.
Définition à la ligne 28 du fichier sqlazure.php.