Interface IDBConnectionProvider

All Known Subinterfaces:
IDBConnectionProvider_dbautotrim

public interface IDBConnectionProvider
  • Method Details

    • createConnection

      Connection createConnection(String contextName)
      Create connection for contextName.
    • getSQLDialect

      String getSQLDialect(String contextName)
      Get SQL dialect that is to be used for creating SQL statements. The string needs to match the String constants defined in class DOFWDialect.
    • getExplicitSchema

      String getExplicitSchema(String contextName)
      Schema that is appended to table names for all SQL statements that are dynamically generated, e.g. as part of the DOFWSql class.