public class WrConnection extends Object implements Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
WrConnection(Connection inner) |
public WrConnection(Connection inner)
public final void setReadOnly(boolean a0)
throws SQLException
setReadOnly in interface ConnectionSQLExceptionpublic final void close()
throws SQLException
close in interface AutoCloseableclose in interface ConnectionSQLExceptionpublic final boolean isReadOnly()
throws SQLException
isReadOnly in interface ConnectionSQLExceptionpublic final Statement createStatement() throws SQLException
createStatement in interface ConnectionSQLExceptionpublic final Statement createStatement(int a0, int a1) throws SQLException
createStatement in interface ConnectionSQLExceptionpublic final Statement createStatement(int a0, int a1, int a2) throws SQLException
createStatement in interface ConnectionSQLExceptionpublic final PreparedStatement prepareStatement(String a0, int a1) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic final PreparedStatement prepareStatement(String a0, int a1, int a2) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic final PreparedStatement prepareStatement(String a0, int a1, int a2, int a3) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic final PreparedStatement prepareStatement(String a0, int[] a1) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic final PreparedStatement prepareStatement(String a0, String[] a1) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic final PreparedStatement prepareStatement(String a0) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic final CallableStatement prepareCall(String a0) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic final CallableStatement prepareCall(String a0, int a1, int a2) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic final CallableStatement prepareCall(String a0, int a1, int a2, int a3) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic final String nativeSQL(String a0) throws SQLException
nativeSQL in interface ConnectionSQLExceptionpublic final void setAutoCommit(boolean a0)
throws SQLException
setAutoCommit in interface ConnectionSQLExceptionpublic final boolean getAutoCommit()
throws SQLException
getAutoCommit in interface ConnectionSQLExceptionpublic final void commit()
throws SQLException
commit in interface ConnectionSQLExceptionpublic final void rollback(Savepoint a0) throws SQLException
rollback in interface ConnectionSQLExceptionpublic final void rollback()
throws SQLException
rollback in interface ConnectionSQLExceptionpublic final boolean isClosed()
throws SQLException
isClosed in interface ConnectionSQLExceptionpublic final DatabaseMetaData getMetaData() throws SQLException
getMetaData in interface ConnectionSQLExceptionpublic final void setCatalog(String a0) throws SQLException
setCatalog in interface ConnectionSQLExceptionpublic final String getCatalog() throws SQLException
getCatalog in interface ConnectionSQLExceptionpublic final void setTransactionIsolation(int a0)
throws SQLException
setTransactionIsolation in interface ConnectionSQLExceptionpublic final int getTransactionIsolation()
throws SQLException
getTransactionIsolation in interface ConnectionSQLExceptionpublic final SQLWarning getWarnings() throws SQLException
getWarnings in interface ConnectionSQLExceptionpublic final void clearWarnings()
throws SQLException
clearWarnings in interface ConnectionSQLExceptionpublic final Map getTypeMap() throws SQLException
getTypeMap in interface ConnectionSQLExceptionpublic <T> T unwrap(Class<T> a0) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> a0) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic void setTypeMap(Map<String,Class<?>> a0) throws SQLException
setTypeMap in interface ConnectionSQLExceptionpublic final void setHoldability(int a0)
throws SQLException
setHoldability in interface ConnectionSQLExceptionpublic final int getHoldability()
throws SQLException
getHoldability in interface ConnectionSQLExceptionpublic final Savepoint setSavepoint() throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic final Savepoint setSavepoint(String a0) throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic final void releaseSavepoint(Savepoint a0) throws SQLException
releaseSavepoint in interface ConnectionSQLExceptionpublic final Clob createClob() throws SQLException
createClob in interface ConnectionSQLExceptionpublic final Blob createBlob() throws SQLException
createBlob in interface ConnectionSQLExceptionpublic final NClob createNClob() throws SQLException
createNClob in interface ConnectionSQLExceptionpublic final SQLXML createSQLXML() throws SQLException
createSQLXML in interface ConnectionSQLExceptionpublic final boolean isValid(int a0)
throws SQLException
isValid in interface ConnectionSQLExceptionpublic final void setClientInfo(Properties a0) throws SQLClientInfoException
setClientInfo in interface ConnectionSQLClientInfoExceptionpublic final void setClientInfo(String a0, String a1) throws SQLClientInfoException
setClientInfo in interface ConnectionSQLClientInfoExceptionpublic final Properties getClientInfo() throws SQLException
getClientInfo in interface ConnectionSQLExceptionpublic final String getClientInfo(String a0) throws SQLException
getClientInfo in interface ConnectionSQLExceptionpublic final Array createArrayOf(String a0, Object[] a1) throws SQLException
createArrayOf in interface ConnectionSQLExceptionpublic final Struct createStruct(String a0, Object[] a1) throws SQLException
createStruct in interface ConnectionSQLExceptionpublic void setSchema(String schema) throws SQLException
setSchema in interface ConnectionSQLExceptionpublic String getSchema() throws SQLException
getSchema in interface ConnectionSQLExceptionpublic void abort(Executor executor) throws SQLException
abort in interface ConnectionSQLExceptionpublic void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
setNetworkTimeout in interface ConnectionSQLExceptionpublic int getNetworkTimeout()
throws SQLException
getNetworkTimeout in interface ConnectionSQLExceptionCopyright © 2021. All rights reserved.