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

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

$cache_fileDB
$column_typeDBMssql
$comment_syntaxDBMssql
$cond_operationDB
$connectionDB
$count_cache_pathDB
$db_typeDB
$elapsed_dbclass_timeDB
$elapsed_timeDB
$errnoDB
$errstrDB
$is_connectedDB
$isSupportedDBstatic
$master_dbDB
$paramDBMssql
$prefixDBMssql
$priority_dbmsDB
$queryDB
$resultDB
$slave_dbDB
$supported_listDBstatic
$transaction_startedDB
$use_prepared_statementsDB
__connect($connection)DBMssql
__construct($auto_connect=TRUE)DBMssql
DB::__construct()DB
__query($query, $connection)DBMssql
_afterConnect($connection)DB
_begin($transactionLevel=0)DBMssql
_close($connection)DBMssql
_commit()DBMssql
_connect($type= 'master', $indx=0)DB
_createTable($xml_doc)DBMssql
_dbInfoExists()DB
_executeDeleteAct($queryObject)DBMssql
_executeInsertAct($queryObject)DBMssql
_executeQuery($cache_file, $source_args, $query_id, $arg_columns, $type)DB
_executeSelectAct($queryObject, $connection=null)DBMssql
_executeUpdateAct($queryObject)DBMssql
_fetch($result, $arrayIndexEndValue=NULL)DBMssql
_getConnection($type= 'master', $indx=NULL)DB
_getParametersByReference($_param)DBMssql
_getSlaveConnectionStringIndex()DB
_getSupportedList()DB
_query($query, $connection=NULL)DB
_rollback($transactionLevel=0)DBMssql
_setDBInfo()DB
_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)DBMssql
addIndex($table_name, $index_name, $target_columns, $is_unique=false)DBMssql
addQuotes($string)DBMssql
begin()DB
checkQueryCacheFile($query_id, $xml_file)DB
close($type= 'master', $indx=0)DB
commit($force=FALSE)DB
create()DBMssql
createTableByXml($xml_doc)DBMssql
createTableByXmlFile($file_name)DBMssql
dropColumn($table_name, $column_name)DBMssql
dropIndex($table_name, $index_name, $is_unique=false)DBMssql
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()DBMssql
getParser($force=FALSE)DBMssql
getSelectSql($query, $with_values=TRUE, $connection=NULL)DBMssql
DB::getSelectSql($query, $with_values=TRUE)DB
getSupportedList()DB
getUpdateSql($query, $with_values=true, $with_priority=false)DBMssql
isColumnExists($table_name, $column_name)DBMssql
isConnected($type= 'master', $indx=0)DB
isError()DB
isIndexExists($table_name, $index_name)DBMssql
isSupported()DB
isTableExists($target_name)DBMssql
putCountCache($tables, $condition, $count=0)DB
queryError($queryObject)DBMssql
queryPageLimit($queryObject, $result, $connection)DBMssql
resetCountCache($tables)DB
rollback()DB
setError($errno=0, $errstr= 'success')DB
setQueryLog($log)DB