|
Previous Page |
Solar_Sql_Adapter_Sqlite |
Next Page |
_modSelect()
protected
void
_modSelect (
string &$stmt,
array &$parts
)
Modifies a SELECT statement in place to add a LIMIT clause.
Inherited from Solar_Sql_Adapter.
Parameters
- (string)
&$stmt: The SELECT statement. - (array)
&$parts: The orignal SELECT component parts, in case the adapter needs them.
Returns
- (void)
Description
Modifies a SELECT statement in place to add a LIMIT clause.
The default code adds a LIMIT for MySQL, PostgreSQL, and Sqlite, but adapters can override as needed.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _checkIdentifier()
- _createSequence()
- _dropIndex()
- _dropSequence()
- _dsn()
- _exception()
- _fetchTableCols()
- _fetchTableList()
- _getCacheKey()
- _getTypeSizeScope()
- _modAutoincPrimary()
- _modIndexName()
- _modSelect()
- _modSequenceName()
- _nextSequence()
- _postConnect()
- _select()
- _sqlColdef()
- _sqlCreateTable()
- _sqlSelect()
- addColumn()
- apiVersion()
- begin()
- commit()
- connect()
- createIndex()
- createSequence()
- createTable()
- delete()
- disconnect()
- dropColumn()
- dropIndex()
- dropSequence()
- dropTable()
- dump()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchTableCols()
- fetchTableList()
- fetchValue()
- getPdo()
- getProfile()
- insert()
- lastInsertId()
- locale()
- nextSequence()
- query()
- quote()
- quoteInto()
- quoteMulti()
- rollback()
- setProfiling()
- update()