| java.lang.Object liquibase.database.SQLConnectionDelegate liquibase.database.DerbyConnectionDelegate
DerbyConnectionDelegate | public DerbyConnectionDelegate(Connection connection)(Code) | | |
Methods inherited from liquibase.database.SQLConnectionDelegate | public void clearWarnings() throws SQLException(Code)(Java Doc) public void close() throws SQLException(Code)(Java Doc) public void commit() throws SQLException(Code)(Java Doc) public Statement createStatement() throws SQLException(Code)(Java Doc) public Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public boolean equals(Object obj)(Code)(Java Doc) public boolean getAutoCommit() throws SQLException(Code)(Java Doc) public String getCatalog() throws SQLException(Code)(Java Doc) public int getHoldability() throws SQLException(Code)(Java Doc) public DatabaseMetaData getMetaData() throws SQLException(Code)(Java Doc) public int getTransactionIsolation() throws SQLException(Code)(Java Doc) public Map<String, Class<?>> getTypeMap() throws SQLException(Code)(Java Doc) public Connection getUnderlyingConnection()(Code)(Java Doc) public SQLWarning getWarnings() throws SQLException(Code)(Java Doc) public Connection getWrappedConnection()(Code)(Java Doc) public int hashCode()(Code)(Java Doc) public boolean isClosed() throws SQLException(Code)(Java Doc) public boolean isReadOnly() throws SQLException(Code)(Java Doc) public String nativeSQL(String sql) throws SQLException(Code)(Java Doc) public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public CallableStatement prepareCall(String sql) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql) throws SQLException(Code)(Java Doc) public void releaseSavepoint(Savepoint savepoint) throws SQLException(Code)(Java Doc) public void rollback() throws SQLException(Code)(Java Doc) public void rollback(Savepoint savepoint) throws SQLException(Code)(Java Doc) public void setAutoCommit(boolean autoCommit) throws SQLException(Code)(Java Doc) public void setCatalog(String catalog) throws SQLException(Code)(Java Doc) public void setHoldability(int holdability) throws SQLException(Code)(Java Doc) public void setReadOnly(boolean readOnly) throws SQLException(Code)(Java Doc) public Savepoint setSavepoint() throws SQLException(Code)(Java Doc) public Savepoint setSavepoint(String name) throws SQLException(Code)(Java Doc) public void setTransactionIsolation(int level) throws SQLException(Code)(Java Doc) public void setTypeMap(Map<String, Class<?>> map) throws SQLException(Code)(Java Doc)
|
|
|