Interface SqlDataBase

All Known Implementing Classes:
H2DataBase, Oracle11DataBase, OracleDataBase, PostgreSqlDataBase, SqlServerDataBase

public interface SqlDataBase
this class defines the DataBase.
Author:
pchretien
  • Method Details

    • getSqlExceptionHandler

      SqlExceptionHandler getSqlExceptionHandler()
      Returns:
      the exception Handler.
    • getSqlMapping

      SqlMapping getSqlMapping()
      Returns:
      the mapping between the vendor database and java
    • getSqlDialect

      SqlDialect getSqlDialect()
      Returns:
      the specific dialect used by the database.