$DBHostName | Database | protected |
$DBName | Database | protected |
$DBPassword | Database | protected |
$DBUserName | Database | protected |
__construct($UserName=NULL, $Password=NULL, $DatabaseName=NULL, $HostName=NULL) | Database | |
__sleep() | Database | |
__wakeup() | Database | |
AdvancedCaching($NewSetting=NULL) | Database | static |
BIGINT_MAX_VALUE | Database | |
CacheHitRate() | Database | static |
Caching($NewSetting=NULL) | Database | static |
CopyValues($TableName, $IdColumn, $SrcId, $DstId, $ColumnsToExclude=array()) | Database | |
CR_CONN_HOST_ERROR | Database | |
CR_CONNECTION_ERROR | Database | |
CR_SERVER_GONE_ERROR | Database | |
CR_SERVER_LOST | Database | |
DBHostName() | Database | |
DBName() | Database | |
DBUserName() | Database | |
DisplayQueryErrors($NewValue=NULL) | Database | static |
EscapeString($String) | Database | |
ExecuteQueriesFromFile($FileName) | Database | |
FetchColumn($FieldName, $IndexFieldName=NULL) | Database | |
FetchField($FieldName) | Database | |
FetchRow() | Database | |
FetchRows($NumberOfRows=NULL) | Database | |
FieldExists($TableName, $FieldName) | Database | |
GetClientVersion() | Database | |
GetColumns($TableName) | Database | |
GetFieldType($TableName, $FieldName) | Database | |
GetHostInfo() | Database | |
GetMaxQueryLength() | Database | |
GetNextInsertId($TableName) | Database | |
GetServerVersion($FullVersion=FALSE) | Database | |
IgnoredError() | Database | |
InsertArray($Table, $ValueField, $Values, $KeyField=NULL, $AvgDataLength=20) | Database | |
INT_MAX_VALUE | Database | |
LastInsertId() | Database | |
LogComment($String) | Database | |
MEDIUMINT_MAX_VALUE | Database | |
NumCacheHits() | Database | static |
NumQueries() | Database | static |
NumRowsAffected() | Database | |
NumRowsSelected() | Database | |
Query($QueryString, $FieldName="") | Database | |
QueryDebugOutput($NewSetting) | Database | static |
QueryErrMsg() | Database | |
QueryErrNo() | Database | |
SetDefaultStorageEngine($Engine) | Database | |
SetGlobalDatabaseName($DatabaseName) | Database | static |
SetGlobalServerInfo($UserName, $Password, $HostName="localhost") | Database | static |
SetQueryErrorsToIgnore($ErrorsToIgnore, $NormalizeWhitespace=TRUE) | Database | |
SlowQueryThreshold($NewValue=NULL) | Database | static |
SMALLINT_MAX_VALUE | Database | |
TableExists($TableName) | Database | |
TINYINT_MAX_VALUE | Database | |
UpdateFloatValue($TableName, $FieldName, $NewValue, $Condition, &$CachedRecord) | Database | |
UpdateIntValue($TableName, $FieldName, $NewValue, $Condition, &$CachedRecord) | Database | |
UpdateValue($TableName, $FieldName, $NewValue, $Condition, &$CachedRecord) | Database | |