[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/db/driver/ -> mysql_base.php (summary)

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: 138 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  sql_concatenate()
  _sql_query_limit()
  get_estimated_row_count()
  get_row_count()
  get_table_status()
  _sql_like_expression()
  _sql_not_like_expression()
  _sql_custom_build()

Functions
Functions that are not part of a class:

sql_concatenate($expr1, $expr2)   X-Ref
{@inheritDoc}


_sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0)   X-Ref
Build LIMIT query


get_estimated_row_count($table_name)   X-Ref
{@inheritDoc}


get_row_count($table_name)   X-Ref
{@inheritDoc}


get_table_status($table_name)   X-Ref
Gets some information about the specified table.

param: string $table_name        Table name
return: array

_sql_like_expression($expression)   X-Ref
Build LIKE expression


_sql_not_like_expression($expression)   X-Ref
Build NOT LIKE expression


_sql_custom_build($stage, $data)   X-Ref
Build db-specific query data




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1