public interface MultiConnection
void setLastSQL(String sql)
String getLastSQL()
Exception getStackTrace()
String getStateString()
void resetUsage()
void claim()
MultiPool getParent()
Statement createStatement() throws SQLException
SQLExceptionStatement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionStatement createStatement(int type, int concurrency, int holdability) throws SQLException
SQLExceptionPreparedStatement prepareStatement(String sql) throws SQLException
SQLExceptionPreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionPreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
SQLExceptionPreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
SQLExceptionPreparedStatement prepareStatement(String sql, int type, int concurrency, int holdability) throws SQLException
SQLExceptionCallableStatement prepareCall(String sql) throws SQLException
SQLExceptionString nativeSQL(String query) throws SQLException
SQLExceptionvoid setAutoCommit(boolean enableAutoCommit)
throws SQLException
SQLExceptionboolean getAutoCommit()
throws SQLException
SQLExceptionvoid commit()
throws SQLException
SQLExceptionvoid rollback()
throws SQLException
SQLExceptionvoid close()
throws SQLException
SQLExceptionboolean isClosed()
throws SQLException
SQLExceptionDatabaseMetaData getMetaData() throws SQLException
SQLExceptionvoid setReadOnly(boolean readOnly)
throws SQLException
SQLExceptionboolean isReadOnly()
throws SQLException
SQLExceptionvoid setCatalog(String catalog) throws SQLException
SQLExceptionString getCatalog() throws SQLException
SQLExceptionvoid setTransactionIsolation(int level)
throws SQLException
SQLExceptionint getTransactionIsolation()
throws SQLException
SQLExceptionSQLWarning getWarnings() throws SQLException
SQLExceptionvoid clearWarnings()
throws SQLException
SQLExceptionCallableStatement prepareCall(String sql, int i, int y) throws SQLException
SQLExceptionvoid setTypeMap(Map<String,Class<?>> mp) throws SQLException
SQLExceptionMap<String,Class<?>> getTypeMap() throws SQLException
SQLExceptionPreparedStatement prepareStatement(String sql, int i, int y) throws SQLException
SQLExceptionvoid setHoldability(int holdability)
throws SQLException
SQLExceptionint getHoldability()
throws SQLException
SQLExceptionSavepoint setSavepoint() throws SQLException
SQLExceptionSavepoint setSavepoint(String name) throws SQLException
SQLExceptionvoid rollback(Savepoint savepoint) throws SQLException
SQLExceptionvoid releaseSavepoint(Savepoint savepoint) throws SQLException
SQLExceptionCallableStatement prepareCall(String sql, int type, int concurrency, int holdability) throws SQLException
SQLExceptionboolean checkAfterException()
throws SQLException
SQLExceptionvoid realclose()
throws SQLException
SQLExceptionvoid release()
int getUsage()
int getStartTime()
long getStartTimeMillis()
<T> T unwrap(Class<T> iface)
void wrap(Connection con)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}