TYPO3 CMS  TYPO3_6-2
t3lib_DB Class Reference
Inheritance diagram for t3lib_DB:
TYPO3\CMS\Core\Database\DatabaseConnection

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Database\DatabaseConnection
 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 ()
 
- Public Attributes inherited from TYPO3\CMS\Core\Database\DatabaseConnection
const AND_Constraint = 'AND'
 
const OR_Constraint = 'OR'
 
 $debugOutput = FALSE
 
 $debug_lastBuiltQuery = ''
 
 $store_lastBuiltQuery = FALSE
 
 $explainOutput = 0
 
 $default_charset = 'utf8'
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Database\DatabaseConnection
 query ($query)
 
 setSqlMode ()
 
 checkConnectionCharset ()
 
 disconnectIfConnected ()
 
 handleDeprecatedConnectArguments ($host=NULL, $username=NULL, $password=NULL, $db=NULL)
 
 explain ($query, $from_table, $row_count)
 
- Protected Attributes inherited from TYPO3\CMS\Core\Database\DatabaseConnection
 $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 Protected Attributes inherited from TYPO3\CMS\Core\Database\DatabaseConnection
static $dateTimeFormats
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 907 of file LegacyClassesForIde.php.