public interface EmbeddedDatabase
extends javax.sql.DataSource
DataSource
.
Adds a shutdown operation so the embedded database instance can be shutdown.Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Shutdown this embedded database.
|