Home
last modified time | relevance | path

Searched refs:_sql_query_limit (Results 1 – 15 of 15) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/db/driver/
H A Dmysql_base.php32 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in phpbb\\db\\driver\\mysql_base
H A Dmssql_odbc.php214 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in phpbb\\db\\driver\\mssql_odbc
H A Dsqlite3.php200 protected function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in phpbb\\db\\driver\\sqlite3
H A Dpostgres.php245 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in phpbb\\db\\driver\\postgres
H A Doracle.php470 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in phpbb\\db\\driver\\oracle
H A Ddriver.php296 return $this->_sql_query_limit($query, $total, $offset, $cache_ttl);
/dports/chinese/phpbb3-tw/phpBB3/includes/db/
H A Dsqlite.php181 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_sqlite
H A Dmssql_odbc.php218 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_mssql_odbc
H A Dpostgres.php254 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_postgres
H A Dmssql.php196 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_mssql
H A Dmysql.php227 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_mysql
H A Dfirebird.php299 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_firebird
H A Dmysqli.php218 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_mysqli
H A Doracle.php475 function _sql_query_limit($query, $total, $offset = 0, $cache_ttl = 0) function in dbal_oracle
H A Ddbal.php170 return $this->_sql_query_limit($query, $total, $offset, $cache_ttl);