$cache_file | DB | |
$column_type | DBCubrid | |
$comment_syntax | DBCubrid | |
$cond_operation | DB | |
$connection | DB | |
$count_cache_path | DB | |
$cutlen | DBCubrid | |
$db_type | DB | |
$elapsed_dbclass_time | DB | |
$elapsed_time | DB | |
$errno | DB | |
$errstr | DB | |
$is_connected | DB | |
$isSupported | DB | static |
$master_db | DB | |
$prefix | DBCubrid | |
$priority_dbms | DB | |
$query | DB | |
$result | DB | |
$slave_db | DB | |
$supported_list | DB | static |
$transaction_started | DB | |
$use_prepared_statements | DB | |
__connect($connection) | DBCubrid | |
__construct($auto_connect=TRUE) | DBCubrid | |
DB::__construct() | DB | |
__query($query, $connection) | DBCubrid | |
_afterConnect($connection) | DB | |
_begin($transactionLevel=0) | DBCubrid | |
_close($connection) | DBCubrid | |
_commit() | DBCubrid | |
_connect($type= 'master', $indx=0) | DB | |
_createTable($xml_doc) | DBCubrid | |
_dbInfoExists() | DB | |
_executeDeleteAct($queryObject, $with_values=TRUE) | DBCubrid | |
_executeInsertAct($queryObject, $with_values=TRUE) | DBCubrid | |
_executeQuery($cache_file, $source_args, $query_id, $arg_columns, $type) | DB | |
_executeSelectAct($queryObject, $connection=NULL, $with_values=TRUE) | DBCubrid | |
_executeUpdateAct($queryObject, $with_values=TRUE) | DBCubrid | |
_fetch($result, $arrayIndexEndValue=NULL) | DBCubrid | |
_getConnection($type= 'master', $indx=NULL) | DB | |
_getSlaveConnectionStringIndex() | DB | |
_getSupportedList() | DB | |
_makeSequence() | DBCubrid | |
_query($query, $connection=NULL) | DB | |
_rollback($transactionLevel=0) | DBCubrid | |
_setDBInfo() | DB | |
_setError() | DBCubrid | |
_sortDBMS($a, $b) | DB | |
actDBClassFinish() | DB | |
actDBClassStart() | DB | |
actFinish() | DB | |
actStart($query) | DB | |
addColumn($table_name, $column_name, $type= 'number', $size= '', $default=null, $notnull=FALSE) | DBCubrid | |
addIndex($table_name, $index_name, $target_columns, $is_unique=FALSE) | DBCubrid | |
addQuotes($string) | DBCubrid | |
begin() | DB | |
checkQueryCacheFile($query_id, $xml_file) | DB | |
close($type= 'master', $indx=0) | DB | |
commit($force=FALSE) | DB | |
create() | DBCubrid | |
createTableByXml($xml_doc) | DBCubrid | |
createTableByXmlFile($file_name) | DBCubrid | |
deleteDuplicateIndexes() | DBCubrid | |
dropColumn($table_name, $column_name) | DBCubrid | |
dropIndex($table_name, $index_name, $is_unique=FALSE) | DBCubrid | |
dropTable($table_name) | DB | |
executeQuery($query_id, $args=NULL, $arg_columns=NULL, $type=NULL) | DB | |
getClickCountQuery($queryObject) | DB | |
getCountCache($tables, $condition) | DB | |
getDeleteSql($query, $with_values=TRUE, $with_priority=FALSE) | DB | |
getDisableList() | DB | static |
getEnableList() | DB | static |
getError() | DB | |
getInsertSql($query, $with_values=TRUE, $with_priority=FALSE) | DB | |
getInstance($db_type=NULL) | DB | |
getNextSequence() | DBCubrid | |
getParser($force=FALSE) | DBCubrid | |
getSelectPageSql($query, $with_values=TRUE, $start_count=0, $list_count=0) | DBCubrid | |
getSelectSql($query, $with_values=TRUE) | DB | |
getSupportedList() | DB | |
getUpdateSql($query, $with_values=TRUE, $with_priority=FALSE) | DB | |
isColumnExists($table_name, $column_name) | DBCubrid | |
isConnected($type= 'master', $indx=0) | DB | |
isError() | DB | |
isIndexExists($table_name, $index_name) | DBCubrid | |
isSupported() | DB | |
isTableExists($target_name) | DBCubrid | |
putCountCache($tables, $condition, $count=0) | DB | |
queryError($queryObject) | DBCubrid | |
queryPageLimit($queryObject, $connection, $with_values) | DBCubrid | |
resetCountCache($tables) | DB | |
rollback() | DB | |
setError($errno=0, $errstr= 'success') | DB | |
setQueryLog($log) | DB | |