$_database | JDatabase | private |
$connection | JDatabase | protected |
$count | JDatabase | protected |
$cursor | JDatabase | protected |
$dbMinimum | JDatabase | protected |
$debug | JDatabase | protected |
$errorMsg | JDatabase | protected |
$errorNum | JDatabase | protected |
$hasQuoted | JDatabase | protected |
$instances | JDatabase | protectedstatic |
$limit | JDatabase | protected |
$log | JDatabase | protected |
$name | JDatabase | |
$nameQuote | JDatabase | protected |
$nullDate | JDatabase | protected |
$offset | JDatabase | protected |
$quoted | JDatabase | protected |
$sql | JDatabase | protected |
$tablePrefix | JDatabase | protected |
$utf | JDatabase | protected |
__call($method, $args) | JDatabase | |
__construct($options) | JDatabase | protected |
addQuoted($quoted) | JDatabase | |
connected() | JDatabase | |
debug($level) | JDatabase | |
dropTable($table, $ifExists=true) | JDatabase | |
escape($text, $extra=false) | JDatabase | |
execute() | JDatabase | |
explain() | JDatabase | |
fetchArray($cursor=null) | JDatabase | protected |
fetchAssoc($cursor=null) | JDatabase | protected |
fetchObject($cursor=null, $class= 'stdClass') | JDatabase | protected |
freeResult($cursor=null) | JDatabase | protected |
getAffectedRows() | JDatabase | |
getCollation() | JDatabase | |
getConnection() | JDatabase | |
getConnectors() | JDatabase | static |
getCount() | JDatabase | |
getDatabase() | JDatabase | protected |
getDateFormat() | JDatabase | |
getErrorMsg($escaped=false) | JDatabase | |
getErrorNum() | JDatabase | |
getEscaped($text, $extra=false) | JDatabase | |
getInstance($options=array()) | JDatabase | static |
getLimit() | JDatabase | |
getLog() | JDatabase | |
getMinimum() | JDatabase | |
getNullDate() | JDatabase | |
getNumRows($cursor=null) | JDatabase | |
getOffset() | JDatabase | |
getPrefix() | JDatabase | |
getQuery($new=false) | JDatabase | |
getTableColumns($table, $typeOnly=true) | JDatabase | |
getTableCreate($tables) | JDatabase | |
getTableFields($tables, $typeOnly=true) | JDatabase | |
getTableKeys($tables) | JDatabase | |
getTableList() | JDatabase | |
getTicker() | JDatabase | |
getUTFSupport() | JDatabase | |
getVersion() | JDatabase | |
hasUTF() | JDatabase | |
insertid() | JDatabase | |
insertObject($table, &$object, $key=null) | JDatabase | |
isMinimumVersion() | JDatabase | |
isQuoted($field) | JDatabase | |
loadAssoc() | JDatabase | |
loadAssocList($key=null, $column=null) | JDatabase | |
loadColumn($offset=0) | JDatabase | |
loadNextObject($class= 'stdClass') | JDatabase | |
loadNextRow() | JDatabase | |
loadObject($class= 'stdClass') | JDatabase | |
loadObjectList($key= '', $class= 'stdClass') | JDatabase | |
loadResult() | JDatabase | |
loadResultArray($offset=0) | JDatabase | |
loadRow() | JDatabase | |
loadRowList($key=null) | JDatabase | |
lockTable($tableName) | JDatabase | |
nameQuote($name) | JDatabase | |
query() | JDatabase | |
queryBatch($abortOnError=true, $transactionSafe=false) | JDatabase | |
quote($text, $escape=true) | JDatabase | |
quoteName($name, $as=null) | JDatabase | |
quoteNameStr($strArr) | JDatabase | protected |
renameTable($oldTable, $newTable, $backup=null, $prefix=null) | JDatabase | |
replacePrefix($sql, $prefix= '#__') | JDatabase | |
select($database) | JDatabase | |
setDebug($level) | JDatabase | |
setQuery($query, $offset=0, $limit=0) | JDatabase | |
setUTF() | JDatabase | |
splitSql($sql) | JDatabase | static |
stderr($showSQL=false) | JDatabase | |
test() | JDatabaseInterface | static |
transactionCommit() | JDatabase | |
transactionRollback() | JDatabase | |
transactionStart() | JDatabase | |
truncateTable($table) | JDatabase | |
unlockTables() | JDatabase | |
updateObject($table, &$object, $key, $nulls=false) | JDatabase | |