public class TestJdbcDatabase extends JdbcDatabase
JdbcDatabase
implementation that uses an in-memory H2 database for
storage. Connector developers may want to use this to implement unit tests.Constructor and Description |
---|
TestJdbcDatabase()
Constructs a
JdbcDatabase implementation that uses an in-memory
H2 database for storage. |
getConnectionPool, getDatabaseType, getDataSource, getDescription, getMaxTableNameLength, getProductName, getResourceBundleExtension, isDisabled, makeTableName, shutdown, toString, verifyTableExists
public TestJdbcDatabase()
JdbcDatabase
implementation that uses an in-memory
H2 database for storage.