Fully Qualified Name: | Laminas\Db\Adapter\Driver\Oci8\Feature\RowCounter |
Extends: | AbstractFeature |
Class for count of results of a select
Name | Description | Defined By |
---|---|---|
getCountForSql() | RowCounter | |
getCountForStatement() | RowCounter | |
getName() | RowCounter | |
getRowCountClosure() | RowCounter | |
setDriver() | Set driver | AbstractFeature |
Parameter Name | Type | Description |
---|---|---|
$sql | string |
Returns: null|int
Parameter Name | Type | Description |
---|---|---|
$statement | \Statement |
Returns: null|int
Returns: string
Parameter Name | Type | Description |
---|---|---|
$context | \Laminas\Db\Adapter\Driver\Oci8\Statement|string |
Returns: callable
Set driver
Parameter Name | Type | Description |
---|---|---|
$driver | \DriverInterface |
Returns: void