OciDriver
class OciDriver extends Object implements ISupplementalDriver
Supplemental Oracle database driver.
Methods
Delimites identifier for use in a SQL statement.
Formats boolean for use in a SQL statement.
Formats date-time for use in a SQL statement.
Encodes string for use in a LIKE statement.
Injects LIMIT/OFFSET to the SQL query.
Normalizes result row.
Returns list of tables.
Returns metadata for all columns in a table.
Returns metadata for all indexes in a table.
Returns metadata for all foreign keys in a table.
Returns associative array of detected types (IReflection::FIELD_*) in result set.
No description
Details
at line 25
__construct(Connection $connection, array $options)
No description
at line 32
DriverException
convertException(PDOException $e)
No description
at line 56
string
delimite($name)
Delimites identifier for use in a SQL statement.
at line 66
mixed
formatBool($value)
Formats boolean for use in a SQL statement.
at line 75
string
formatDateTime($value)
Formats date-time for use in a SQL statement.
at line 84
formatDateInterval(DateInterval $value)
Formats date-time interval for use in a SQL statement.
at line 93
string
formatLike($value, $pos)
Encodes string for use in a LIKE statement.
at line 102
void
applyLimit($sql, $limit, $offset)
Injects LIMIT/OFFSET to the SQL query.
at line 122
array
normalizeRow($row)
Normalizes result row.
at line 134
array
getTables()
Returns list of tables.
at line 152
array
getColumns($table)
Returns metadata for all columns in a table.
at line 161
array
getIndexes($table)
Returns metadata for all indexes in a table.
at line 170
array
getForeignKeys($table)
Returns metadata for all foreign keys in a table.
at line 179
array
getColumnTypes(PDOStatement $statement)
Returns associative array of detected types (IReflection::FIELD_*) in result set.
at line 189
bool
isSupported($item)
No description