Interface FOFDatabaseQueryLimitable
Joomla Database Query Limitable Interface. Adds bind/unbind methods as well as a getBounded() method to retrieve the stored bounded variables on demand prior to query execution.
- FOFDatabaseQueryLimitable implements JDatabaseQueryLimitable
Direct known implementers
FOFDatabaseQueryMysqli
,
FOFDatabaseQueryOracle
,
FOFDatabaseQueryPostgresql
,
FOFDatabaseQuerySqlite
,
FOFDatabaseQuerySqlsrv
Indirect known implementers
FOFDatabaseQueryMysql
,
FOFDatabaseQueryPdomysql
,
FOFDatabaseQuerySqlazure
Package: FrameworkOnFramework\database
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Since: 12.1
Located at fof/database/query/limitable.php
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Since: 12.1
Located at fof/database/query/limitable.php