Interface | Description |
---|---|
DBMSHandler |
The DBMSHandler interface implements all RDBMS specific logic
|
DBMSHandler.DBSetGenKeys |
This interface is used to set the auto generated keys when executing insert statements.
|
Class | Description |
---|---|
DBMSHandlerBase |
The DBMSHandler class is an abstract base class for all database handler.
|
DBMSHandlerBase.DBMSBuilder |
DBMSBuilder
A Default DBSQLBuilder implementation with no additional features
|
DBMSHandlerBase.DBMSCommand |
DBMSCommand
A Default DBCommand implementation with no additional features
|
DBMSHandlerBase.DBSeqTable |
This class is used to emulate sequences by using a sequence table.
|
Enum | Description |
---|---|
DBMSFeature |
This enum is used with the DBMSHandler::isSupported method to query database dbms capabilities.
|
DBSqlPhrase |
Enum for all SQL phrases that may be supplied by the dbms
The phase may consist of the following placeholders:
?
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.