liquibase.database
public interface DatabaseConnection
Modifier and Type | Method and Description |
---|---|
void |
attached(Database database) |
void |
close() |
void |
commit() |
boolean |
getAutoCommit() |
java.lang.String |
getCatalog() |
java.lang.String |
getConnectionUserName() |
int |
getDatabaseMajorVersion() |
int |
getDatabaseMinorVersion() |
java.lang.String |
getDatabaseProductName() |
java.lang.String |
getDatabaseProductVersion() |
java.lang.String |
getURL() |
boolean |
isClosed() |
java.lang.String |
nativeSQL(java.lang.String sql) |
void |
rollback() |
void |
setAutoCommit(boolean autoCommit) |
void close() throws DatabaseException
DatabaseException
void commit() throws DatabaseException
DatabaseException
boolean getAutoCommit() throws DatabaseException
DatabaseException
java.lang.String getCatalog() throws DatabaseException
DatabaseException
java.lang.String nativeSQL(java.lang.String sql) throws DatabaseException
DatabaseException
void rollback() throws DatabaseException
DatabaseException
void setAutoCommit(boolean autoCommit) throws DatabaseException
DatabaseException
java.lang.String getDatabaseProductName() throws DatabaseException
DatabaseException
java.lang.String getDatabaseProductVersion() throws DatabaseException
DatabaseException
int getDatabaseMajorVersion() throws DatabaseException
DatabaseException
int getDatabaseMinorVersion() throws DatabaseException
DatabaseException
java.lang.String getURL()
java.lang.String getConnectionUserName()
boolean isClosed() throws DatabaseException
DatabaseException
void attached(Database database)