public interface DatabaseConnection
| Modifier and Type | Method and Description |
|---|---|
void |
attached(Database database) |
void |
close() |
void |
commit() |
boolean |
getAutoCommit() |
String |
getCatalog() |
String |
getConnectionUserName() |
int |
getDatabaseMajorVersion() |
int |
getDatabaseMinorVersion() |
String |
getDatabaseProductName() |
String |
getDatabaseProductVersion() |
String |
getURL() |
boolean |
isClosed() |
String |
nativeSQL(String sql) |
void |
rollback() |
void |
setAutoCommit(boolean autoCommit) |
void close()
throws DatabaseException
DatabaseExceptionvoid commit()
throws DatabaseException
DatabaseExceptionboolean getAutoCommit()
throws DatabaseException
DatabaseExceptionString getCatalog() throws DatabaseException
DatabaseExceptionString nativeSQL(String sql) throws DatabaseException
DatabaseExceptionvoid rollback()
throws DatabaseException
DatabaseExceptionvoid setAutoCommit(boolean autoCommit)
throws DatabaseException
DatabaseExceptionString getDatabaseProductName() throws DatabaseException
DatabaseExceptionString getDatabaseProductVersion() throws DatabaseException
DatabaseExceptionint getDatabaseMajorVersion()
throws DatabaseException
DatabaseExceptionint getDatabaseMinorVersion()
throws DatabaseException
DatabaseExceptionString getURL()
String getConnectionUserName()
boolean isClosed()
throws DatabaseException
DatabaseExceptionvoid attached(Database database)
Copyright © 2018 Liquibase.org. All rights reserved.