provides the Firebird-specific implementation of the AbstractDatabase interface
More...
|
|
| computeStatisticsImpl (*hash< auto > options) |
| | compute statistics implementation. See SqlUtil::AbstractDatabase::computeStatistics()
|
| |
|
softint | getCurrentSequenceValueImpl (string name) |
| | returns the last value issued for the given sequence in the current session
|
| |
|
softint | getNextSequenceValueImpl (string name) |
| | returns the next value in the given sequence
|
| |
|
int | getPhysicalSizeImpl () |
| | SqlUtil::AbstractDatabase::getPhysicalSize()
|
| |
| list< string > | listFunctionsImpl () |
| | returns a list of string function names in the database
|
| |
| list< string > | listProceduresImpl () |
| | returns a list of string procedure names in the database
|
| |
|
softlist< string > | listTablesImpl () |
| | returns a list of string table names in the database
|
| |
|
bool | rebuildIndexImpl (string name, *hash< auto > options) |
| | rebuild index implementation. See SqlUtil::AbstractDatabase::rebuildIndex()
|
| |
|
| reclaimSpaceImpl (*hash< auto > options) |
| | reclaim space implementation. See SqlUtil::AbstractDatabase::reclaimSpace()
|
| |
|
bool | supportsPackagesImpl () |
| | returns True if the database supports packages
|
| |
|
bool | supportsSequencesImpl () |
| | returns True since we have a workaround implementation for sequences in XdbcFirebird
|
| |
|
bool | supportsTypesImpl () |
| | returns True if the database supports named types
|
| |
provides the Firebird-specific implementation of the AbstractDatabase interface