| [ Index ] | PHP Cross Reference of phpBB-3.1.12-deutsch | 
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
| Copyright: | (c) phpBB Limited | 
| License: | GNU General Public License, version 2 (GPL-2.0) | 
| File Size: | 443 lines (8 kb) | 
| Included or required: | 0 times | 
| Referenced: | 0 times | 
| Includes or requires: | 0 files | 
factory:: (50 methods):
  __construct()
  get_driver()
  set_driver()
  get_sql_layer()
  get_db_name()
  get_any_char()
  get_one_char()
  get_db_connect_id()
  get_sql_error_triggered()
  get_sql_error_sql()
  get_transaction()
  get_sql_time()
  get_sql_error_returned()
  get_multi_insert()
  set_multi_insert()
  get_row_count()
  get_estimated_row_count()
  sql_lower_text()
  sql_error()
  sql_buffer_nested_transactions()
  sql_bit_or()
  sql_server_info()
  sql_return_on_error()
  sql_build_array()
  sql_fetchrowset()
  sql_transaction()
  sql_concatenate()
  sql_case()
  sql_build_query()
  sql_fetchfield()
  sql_fetchrow()
  cast_expr_to_bigint()
  sql_nextid()
  sql_add_num_queries()
  sql_query_limit()
  sql_query()
  cast_expr_to_string()
  sql_connect()
  sql_bit_and()
  sql_freeresult()
  sql_num_queries()
  sql_multi_insert()
  sql_affectedrows()
  sql_close()
  sql_rowseek()
  sql_escape()
  sql_like_expression()
  sql_not_like_expression()
  sql_report()
  sql_in_set()
| __construct(ContainerInterface $container) X-Ref | 
| Constructor. param: ContainerInterface $container A ContainerInterface instance | 
| get_driver() X-Ref | 
| Return the current driver (and retrieved it from the container if necessary) return: driver_interface | 
| set_driver(driver_interface $driver) X-Ref | 
| Set the current driver param: driver_interface $driver | 
| get_sql_layer() X-Ref | 
| {@inheritdoc} | 
| get_db_name() X-Ref | 
| {@inheritdoc} | 
| get_any_char() X-Ref | 
| {@inheritdoc} | 
| get_one_char() X-Ref | 
| {@inheritdoc} | 
| get_db_connect_id() X-Ref | 
| {@inheritdoc} | 
| get_sql_error_triggered() X-Ref | 
| {@inheritdoc} | 
| get_sql_error_sql() X-Ref | 
| {@inheritdoc} | 
| get_transaction() X-Ref | 
| {@inheritdoc} | 
| get_sql_time() X-Ref | 
| {@inheritdoc} | 
| get_sql_error_returned() X-Ref | 
| {@inheritdoc} | 
| get_multi_insert() X-Ref | 
| {@inheritdoc} | 
| set_multi_insert($multi_insert) X-Ref | 
| {@inheritdoc} | 
| get_row_count($table_name) X-Ref | 
| {@inheritdoc} | 
| get_estimated_row_count($table_name) X-Ref | 
| {@inheritdoc} | 
| sql_lower_text($column_name) X-Ref | 
| {@inheritdoc} | 
| sql_error($sql = '') X-Ref | 
| {@inheritdoc} | 
| sql_buffer_nested_transactions() X-Ref | 
| {@inheritdoc} | 
| sql_bit_or($column_name, $bit, $compare = '') X-Ref | 
| {@inheritdoc} | 
| sql_server_info($raw = false, $use_cache = true) X-Ref | 
| {@inheritdoc} | 
| sql_return_on_error($fail = false) X-Ref | 
| {@inheritdoc} | 
| sql_build_array($query, $assoc_ary = array() X-Ref | 
| {@inheritdoc} | 
| sql_fetchrowset($query_id = false) X-Ref | 
| {@inheritdoc} | 
| sql_transaction($status = 'begin') X-Ref | 
| {@inheritdoc} | 
| sql_concatenate($expr1, $expr2) X-Ref | 
| {@inheritdoc} | 
| sql_case($condition, $action_true, $action_false = false) X-Ref | 
| {@inheritdoc} | 
| sql_build_query($query, $array) X-Ref | 
| {@inheritdoc} | 
| sql_fetchfield($field, $rownum = false, $query_id = false) X-Ref | 
| {@inheritdoc} | 
| sql_fetchrow($query_id = false) X-Ref | 
| {@inheritdoc} | 
| cast_expr_to_bigint($expression) X-Ref | 
| {@inheritdoc} | 
| sql_nextid() X-Ref | 
| {@inheritdoc} | 
| sql_add_num_queries($cached = false) X-Ref | 
| {@inheritdoc} | 
| sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) X-Ref | 
| {@inheritdoc} | 
| sql_query($query = '', $cache_ttl = 0) X-Ref | 
| {@inheritdoc} | 
| cast_expr_to_string($expression) X-Ref | 
| {@inheritdoc} | 
| sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = false, $new_link = false) X-Ref | 
| {@inheritdoc} | 
| sql_bit_and($column_name, $bit, $compare = '') X-Ref | 
| {@inheritdoc} | 
| sql_freeresult($query_id = false) X-Ref | 
| {@inheritdoc} | 
| sql_num_queries($cached = false) X-Ref | 
| {@inheritdoc} | 
| sql_multi_insert($table, $sql_ary) X-Ref | 
| {@inheritdoc} | 
| sql_affectedrows() X-Ref | 
| {@inheritdoc} | 
| sql_close() X-Ref | 
| {@inheritdoc} | 
| sql_rowseek($rownum, &$query_id) X-Ref | 
| {@inheritdoc} | 
| sql_escape($msg) X-Ref | 
| {@inheritdoc} | 
| sql_like_expression($expression) X-Ref | 
| {@inheritdoc} | 
| sql_not_like_expression($expression) X-Ref | 
| {@inheritdoc} | 
| sql_report($mode, $query = '') X-Ref | 
| {@inheritdoc} | 
| sql_in_set($field, $array, $negate = false, $allow_empty_set = false) X-Ref | 
| {@inheritdoc} | 
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |