Package org.eclnt.ccee.db
Interface IDBConnectionProvider
- All Known Subinterfaces:
IDBConnectionProvider_dbautotrim
public interface IDBConnectionProvider
-
Method Summary
Modifier and TypeMethodDescriptioncreateConnection
(String contextName) Create connection for contextName.getExplicitSchema
(String contextName) Schema that is appended to table names for all SQL statements that are dynamically generated, e.g. as part of theDOFWSql
class.getSQLDialect
(String contextName) Get SQL dialect that is to be used for creating SQL statements.
-
Method Details
-
createConnection
Create connection for contextName. -
getSQLDialect
Get SQL dialect that is to be used for creating SQL statements. The string needs to match the String constants defined in classDOFWDialect
. -
getExplicitSchema
Schema that is appended to table names for all SQL statements that are dynamically generated, e.g. as part of theDOFWSql
class.
-