Class H2DataBase
java.lang.Object
io.vertigo.database.impl.sql.vendor.h2.H2DataBase
- All Implemented Interfaces:
SqlDataBase
Gestion de la base de données H2.
- Author:
- jmainaud
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
H2DataBase
public H2DataBase()
-
-
Method Details
-
getSqlExceptionHandler
- Specified by:
getSqlExceptionHandlerin interfaceSqlDataBase- Returns:
- the exception Handler.
-
getSqlMapping
- Specified by:
getSqlMappingin interfaceSqlDataBase- Returns:
- the mapping between the vendor database and java
-
getSqlDialect
- Specified by:
getSqlDialectin interfaceSqlDataBase- Returns:
- the specific dialect used by the database.
-