provides the PostgreSQL-specific implementation of the SqlUtil::AbstractTable interface
More...
|
| clearImpl () |
| clears PostgreSQL-specific table information
|
|
bool | constraintsLinkedToIndexesImpl () |
| returns True if the database links constraints to indexes (ie dropping the constraint drops the index, etc)
|
|
| copyImpl (AbstractTable old) |
| db-specific copy actions
|
|
| doSelectLimitOnlyUnlockedImpl (reference sql, reference args, *hash qh) |
| processes a string for use in SQL select statements when there is a "limit" argument, but no "orderby" or "offset" arguments
|
|
| doSelectOrderByWithOffsetSqlUnlockedImpl (reference sql, reference args, *hash qh, *hash jch, *hash ch) |
| processes a string for use in SQL select statements when there is an "order by" and "offset" argument
|
|
hash | getColumnOperatorMap () |
| returns the column operator map for this object
|
|
*string | getSqlValueImpl (any v) |
| returns a string for use in SQL queries representing the DB-specific value of the argument; returns NOTHING if the type cannot be converted to an SQL string
|
|
bool | supportsTablespacesImpl () |
| returns True if the database support tablespaces
|
|
any | tryExecArgsImpl (string sql, *softlist args) |
| tries to execute a command so that if an error occurs the current transaction status is not lost
|
|
any | tryExecRawImpl (string sql, *softlist args) |
| tries to execute a command so that if an error occurs the current transaction status is not lost
|
|
bool | uniqueIndexCreatesConstraintImpl () |
| returns True if the database automatically creates a unique constraint when a unique index is created (ex: mysql)
|
|
provides the PostgreSQL-specific implementation of the SqlUtil::AbstractTable interface