Class NPdoOciDriver
Supplemental Oracle database driver.
- NObject
-
NPdoOciDriver implements ISupplementalDriver
public
|
#
__construct(
NConnection
$connection,
array
$options
)
|
public
|
#
delimite(
$name
)
Delimites identifier for use in a SQL statement. |
public
|
#
formatDateTime(
DateTime
$value
)
Formats date-time for use in a SQL statement. |
public
|
#
formatLike(
$value,
$pos
)
Encodes string for use in a LIKE statement. |
public
|
#
applyLimit(
& $sql,
$limit,
$offset
)
Injects LIMIT/OFFSET to the SQL query. |
public
|
#
normalizeRow(
$row,
$statement
)
Normalizes result row. |