接口 EmbeddedDatabase
- 所有超级接口:
CommonDataSource,DataSource,Wrapper
public interface EmbeddedDatabase extends DataSource
EmbeddedDatabaseserves as a handle to an embedded database instance.An
EmbeddedDatabaseis also aDataSourceand adds ashutdown()operation so that the embedded database instance can be shut down gracefully.- 从以下版本开始:
- 3.0
- 作者:
- Keith Donald, Sam Brannen
方法概要
从接口继承的方法 javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
从接口继承的方法 javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
从接口继承的方法 java.sql.Wrapper
isWrapperFor, unwrap
方法详细资料
shutdown
void shutdown()
Shut down this embedded database.