Interface EmbeddedDatabase
- All Superinterfaces:
- CommonDataSource,- DataSource,- Wrapper
EmbeddedDatabase serves as a handle to an embedded database instance.
 An EmbeddedDatabase is also a DataSource and adds a
 shutdown() operation so that the embedded database instance can be
 shut down gracefully.
- Since:
- 3.0
- Author:
- Keith Donald, Sam Brannen
- 
Method SummaryMethods inherited from interface javax.sql.CommonDataSourcecreateShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.DataSourcecreateConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface java.sql.WrapperisWrapperFor, unwrap
- 
Method Details- 
shutdownvoid shutdown()Shut down this embedded database.
 
-