PgSqlDriver
class PgSqlDriver implements ISupplementalDriver
Supplemental PostgreSQL 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 (IStructure::FIELD_*) in result set.
Cheks if driver supports specific property
Details
at line 24
__construct(Connection $connection, array $options)
No description
at line 30
DriverException
convertException(PDOException $e)
Converts PDOException to DriverException or its descendant.
at line 57
string
delimite($name)
Delimites identifier for use in a SQL statement.
at line 64
string
formatBool($value)
Formats boolean for use in a SQL statement.
at line 70
string
formatDateTime($value)
Formats date-time for use in a SQL statement.
at line 76
formatDateInterval(DateInterval $value)
No description
at line 82
string
formatLike($value, $pos)
Encodes string for use in a LIKE statement.
at line 91
void
applyLimit($sql, $limit, $offset)
Injects LIMIT/OFFSET to the SQL query.
at line 105
array
normalizeRow($row)
Normalizes result row.
at line 114
array
getTables()
Returns list of tables.
at line 138
array
getColumns($table)
Returns metadata for all columns in a table.
at line 178
array
getIndexes($table)
Returns metadata for all indexes in a table.
at line 206
array
getForeignKeys($table)
Returns metadata for all foreign keys in a table.
at line 230
array
getColumnTypes(PDOStatement $statement)
Returns associative array of detected types (IStructure::FIELD_*) in result set.
at line 241
bool
isSupported($item)
Cheks if driver supports specific property