TYPO3 CMS
TYPO3_6-2
|
Additional Inherited Members | |
![]() | |
initialize () | |
exec_SELECT_mm_query ($select, $local_table, $mm_table, $foreign_table, $whereClause='', $groupBy='', $orderBy='', $limit='') | |
exec_SELECT_queryArray ($queryParts) | |
exec_SELECTgetRows ($select_fields, $from_table, $where_clause, $groupBy='', $orderBy='', $limit='', $uidIndexField='') | |
exec_SELECTgetSingleRow ($select_fields, $from_table, $where_clause, $groupBy='', $orderBy='', $numIndex=FALSE) | |
exec_SELECTcountRows ($field, $table, $where='1=1') | |
INSERTquery ($table, $fields_values, $no_quote_fields=FALSE) | |
SELECTsubquery ($select_fields, $from_table, $where_clause) | |
listQuery ($field, $value, $table) | |
searchQuery ($searchWords, $fields, $table, $constraint=self::AND_Constraint) | |
prepare_SELECTqueryArray (array $queryParts, array $input_parameters=array()) | |
prepare_PREPAREDquery ($query, array $queryComponents) | |
fullQuoteStr ($str, $table, $allowNull=FALSE) | |
fullQuoteArray ($arr, $table, $noQuote=FALSE, $allowNull=FALSE) | |
quoteStr ($str, $table) | |
escapeStrForLike ($str, $table) | |
cleanIntArray ($arr) | |
cleanIntList ($list) | |
stripOrderBy ($str) | |
stripGroupBy ($str) | |
splitGroupOrderLimit ($str) | |
getDateTimeFormats ($table) | |
sql_query ($query) | |
sql_error () | |
sql_errno () | |
sql_num_rows ($res) | |
sql_fetch_assoc ($res) | |
sql_fetch_row ($res) | |
sql_free_result ($res) | |
sql_insert_id () | |
sql_affected_rows () | |
sql_data_seek ($res, $seek) | |
sql_field_type ($res, $pointer) | |
sql_pconnect ($host=NULL, $username=NULL, $password=NULL) | |
sql_select_db ($TYPO3_db=NULL) | |
admin_get_dbs () | |
admin_get_tables () | |
admin_get_fields ($tableName) | |
admin_get_keys ($tableName) | |
admin_get_charsets () | |
admin_query ($query) | |
setDatabaseHost ($host='localhost') | |
setDatabasePort ($port=3306) | |
setDatabaseSocket ($socket=NULL) | |
setDatabaseName ($name) | |
setDatabaseUsername ($username) | |
setDatabasePassword ($password) | |
setPersistentDatabaseConnection ($persistentDatabaseConnection) | |
setConnectionCompression ($connectionCompression) | |
setInitializeCommandsAfterConnect (array $commands) | |
setConnectionCharset ($connectionCharset='utf8') | |
connectDB ($host=NULL, $username=NULL, $password=NULL, $db=NULL) | |
isConnected () | |
getDatabaseHandle () | |
setDatabaseHandle ($handle) | |
debug ($func, $query='') | |
debug_check_recordset ($res) | |
__sleep () | |
![]() | |
const | AND_Constraint = 'AND' |
const | OR_Constraint = 'OR' |
$debugOutput = FALSE | |
$debug_lastBuiltQuery = '' | |
$store_lastBuiltQuery = FALSE | |
$explainOutput = 0 | |
$default_charset = 'utf8' | |
![]() | |
query ($query) | |
setSqlMode () | |
checkConnectionCharset () | |
disconnectIfConnected () | |
handleDeprecatedConnectArguments ($host=NULL, $username=NULL, $password=NULL, $db=NULL) | |
explain ($query, $from_table, $row_count) | |
![]() | |
$databaseHost = '' | |
$databasePort = 3306 | |
$databaseSocket = NULL | |
$databaseName = '' | |
$databaseUsername = '' | |
$databaseUserPassword = '' | |
$persistentDatabaseConnection = FALSE | |
$connectionCompression = FALSE | |
$connectionCharset = 'utf8' | |
$initializeCommandsAfterConnect = array() | |
$isConnected = FALSE | |
$link = NULL | |
$preProcessHookObjects = array() | |
$postProcessHookObjects = array() | |
![]() | |
static | $dateTimeFormats |
Definition at line 907 of file LegacyClassesForIde.php.