public interface DatabaseSchemaStatus<T>
Provides status information about the database schema.
Modifier and Type | Method and Description |
---|---|
String |
getSchemaVersion()
Returns the database schema version
|
T |
getSourceStatus()
Returns the database source status object to be able to get more information about the database schema.
|
String |
getStatusString()
Returns the database status
|
String getSchemaVersion()
Returns the database schema version
String getStatusString()
Returns the database status
T getSourceStatus()
Returns the database source status object to be able to get more information about the database schema.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.