Class \Prado\Data\Common\Oracle\TOracleCommandBuilder
TOracleCommandBuilder provides specifics methods to create limit/offset query commands
for Oracle database.
Class hierarchy
- \Prado\Data\Common\Oracle\TOracleCommandBuilder
- \Prado\Data\Common\TDbCommandBuilder
- \Prado\TComponent
Since: 3.1
public
|
applyLimitOffset(string $sql[, int $limit = -1 ][, int $offset = -1 ]) : string
Overrides parent implementation to use Oracle way of get paginated RecordSet instead of using LIMIT sql clause.
|
public
|
getSearchExpression(array<string|int, mixed> $fields, string $keywords) : string
Overrides parent implementation. Only column of type text or character (and its variants)
accepts the LIKE criteria.
|
protected
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |