Class H2Client
java.lang.Object
me.hsgamer.hscore.database.BaseClient<T>
me.hsgamer.hscore.database.client.sql.BaseSqlClient<org.h2.jdbcx.JdbcDataSource>
me.hsgamer.hscore.database.client.sql.h2.H2Client
- All Implemented Interfaces:
Client<org.h2.jdbcx.JdbcDataSource>,SqlClient<org.h2.jdbcx.JdbcDataSource>
-
Field Summary
Fields inherited from class me.hsgamer.hscore.database.BaseClient
setting -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.h2.jdbcx.JdbcDataSourceMethods inherited from class me.hsgamer.hscore.database.BaseClient
getSettingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.database.Client
getSettingMethods inherited from interface me.hsgamer.hscore.database.client.sql.SqlClient
createBatchBuilder, createBatchBuilderSafe, createStatementBuilder, createStatementBuilderSafe
-
Constructor Details
-
H2Client
Create a new H2 client- Parameters:
setting- the settingdriver- the H2 driver
-
-
Method Details
-
getOriginal
public org.h2.jdbcx.JdbcDataSource getOriginal() -
getConnection
- Throws:
SQLException
-