XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
DBCubrid Member List

This is the complete list of members for DBCubrid, including all inherited members.

$cache_fileDB
$column_typeDBCubrid
$comment_syntaxDBCubrid
$cond_operationDB
$connectionDB
$count_cache_pathDB
$cutlenDBCubrid
$db_typeDB
$elapsed_dbclass_timeDB
$elapsed_timeDB
$errnoDB
$errstrDB
$is_connectedDB
$isSupportedDBstatic
$master_dbDB
$prefixDBCubrid
$priority_dbmsDB
$queryDB
$resultDB
$slave_dbDB
$supported_listDBstatic
$transaction_startedDB
$use_prepared_statementsDB
__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()DBstatic
getEnableList()DBstatic
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