Does nothing if no embedded database has been initialized.
getDataSource
@Nullable
protected final javax.sql.DataSource getDataSource()
Hook that gets the DataSource that provides the connectivity to the
embedded database.
Returns null if the DataSource has not been initialized
or if the database has been shut down. Subclasses may call this method to
access the DataSource instance directly.