Class \Prado\Data\Common\Sqlite\TSqliteCommandBuilder
TSqliteCommandBuilder provides specifics methods to create limit/offset query commands
for Sqlite database.
Class hierarchy
- \Prado\Data\Common\Sqlite\TSqliteCommandBuilder
- \Prado\Data\Common\TDbCommandBuilder
- \Prado\TComponent
Since: 3.1
public
|
applyLimitOffset(string $sql[, int $limit = -1 ][, int $offset = -1 ]) : string
Alters the sql to apply $limit and $offset.
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |