| $debug_lastBuiltQuery | t3lib_DB | |
| $debugOutput | t3lib_DB | |
| $default_charset | t3lib_DB | |
| $explainOutput | t3lib_DB | |
| $link | t3lib_DB | |
| $store_lastBuiltQuery | t3lib_DB | |
| admin_get_charsets() | t3lib_DB | |
| admin_get_dbs() | t3lib_DB | |
| admin_get_fields($tableName) | t3lib_DB | |
| admin_get_keys($tableName) | t3lib_DB | |
| admin_get_tables() | t3lib_DB | |
| admin_query($query) | t3lib_DB | |
| cleanIntArray($arr) | t3lib_DB | |
| cleanIntList($list) | t3lib_DB | |
| connectDB($host=TYPO3_db_host, $user=TYPO3_db_username, $password=TYPO3_db_password, $db=TYPO3_db) | t3lib_DB | |
| debug($func, $query='') | t3lib_DB | |
| debug_check_recordset($res) | t3lib_DB | |
| DELETEquery($table, $where) | t3lib_DB | |
| escapeStrForLike($str, $table) | t3lib_DB | |
| exec_DELETEquery($table, $where) | t3lib_DB | |
| exec_INSERTmultipleRows($table, array $fields, array $rows, $no_quote_fields=FALSE) | t3lib_DB | |
| exec_INSERTquery($table, $fields_values, $no_quote_fields=FALSE) | t3lib_DB | |
| exec_SELECT_mm_query($select, $local_table, $mm_table, $foreign_table, $whereClause= '', $groupBy= '', $orderBy= '', $limit= '') | t3lib_DB | |
| exec_SELECT_queryArray($queryParts) | t3lib_DB | |
| exec_SELECTcountRows($field, $table, $where= '') | t3lib_DB | |
| exec_SELECTgetRows($select_fields, $from_table, $where_clause, $groupBy= '', $orderBy= '', $limit= '', $uidIndexField= '') | t3lib_DB | |
| exec_SELECTquery($select_fields, $from_table, $where_clause, $groupBy= '', $orderBy= '', $limit= '') | t3lib_DB | |
| exec_TRUNCATEquery($table) | t3lib_DB | |
| exec_UPDATEquery($table, $where, $fields_values, $no_quote_fields=FALSE) | t3lib_DB | |
| explain($query, $from_table, $row_count) | t3lib_DB | [protected] |
| fullQuoteArray($arr, $table, $noQuote=FALSE) | t3lib_DB | |
| fullQuoteStr($str, $table) | t3lib_DB | |
| INSERTmultipleRows($table, array $fields, array $rows, $no_quote_fields=FALSE) | t3lib_DB | |
| INSERTquery($table, $fields_values, $no_quote_fields=FALSE) | t3lib_DB | |
| isConnected() | t3lib_DB | |
| listQuery($field, $value, $table) | t3lib_DB | |
| quoteStr($str, $table) | t3lib_DB | |
| searchQuery($searchWords, $fields, $table) | t3lib_DB | |
| SELECTquery($select_fields, $from_table, $where_clause, $groupBy= '', $orderBy= '', $limit= '') | t3lib_DB | |
| SELECTsubquery($select_fields, $from_table, $where_clause) | t3lib_DB | |
| splitGroupOrderLimit($str) | t3lib_DB | |
| sql($db, $query) | t3lib_DB | |
| sql_affected_rows() | t3lib_DB | |
| sql_data_seek($res, $seek) | t3lib_DB | |
| sql_errno() | t3lib_DB | |
| sql_error() | t3lib_DB | |
| sql_fetch_assoc($res) | t3lib_DB | |
| sql_fetch_row($res) | t3lib_DB | |
| sql_field_type($res, $pointer) | t3lib_DB | |
| sql_free_result($res) | t3lib_DB | |
| sql_insert_id() | t3lib_DB | |
| sql_num_rows($res) | t3lib_DB | |
| sql_pconnect($TYPO3_db_host, $TYPO3_db_username, $TYPO3_db_password) | t3lib_DB | |
| sql_query($query) | t3lib_DB | |
| sql_select_db($TYPO3_db) | t3lib_DB | |
| stripGroupBy($str) | t3lib_DB | |
| stripOrderBy($str) | t3lib_DB | |
| TRUNCATEquery($table) | t3lib_DB | |
| UPDATEquery($table, $where, $fields_values, $no_quote_fields=FALSE) | t3lib_DB | |