public class LCNStartConnection extends AbstractTransactionThread implements LCNConnection
构造器和说明 |
---|
LCNStartConnection(Connection connection,
ICallClose<ILCNResource> subNowCount) |
startRunnable
public LCNStartConnection(Connection connection, ICallClose<ILCNResource> subNowCount)
public TxTask getWaitTask()
getWaitTask
在接口中 ILCNResource<Connection>
public String getGroupId()
getGroupId
在接口中 ILCNResource<Connection>
public void commit() throws SQLException
commit
在接口中 Connection
SQLException
public void rollback() throws SQLException
rollback
在接口中 Connection
SQLException
public void close() throws SQLException
close
在接口中 AutoCloseable
close
在接口中 Connection
SQLException
protected void rollbackConnection() throws SQLException
rollbackConnection
在类中 AbstractTransactionThread
SQLException
public void transaction() throws SQLException
transaction
在类中 AbstractTransactionThread
SQLException
protected void closeConnection() throws SQLException
closeConnection
在类中 AbstractTransactionThread
SQLException
public void setAutoCommit(boolean autoCommit) throws SQLException
setAutoCommit
在接口中 Connection
SQLException
public Statement createStatement() throws SQLException
createStatement
在接口中 Connection
SQLException
public PreparedStatement prepareStatement(String sql) throws SQLException
prepareStatement
在接口中 Connection
SQLException
public CallableStatement prepareCall(String sql) throws SQLException
prepareCall
在接口中 Connection
SQLException
public String nativeSQL(String sql) throws SQLException
nativeSQL
在接口中 Connection
SQLException
public boolean getAutoCommit() throws SQLException
getAutoCommit
在接口中 Connection
SQLException
public boolean isClosed() throws SQLException
isClosed
在接口中 Connection
SQLException
public DatabaseMetaData getMetaData() throws SQLException
getMetaData
在接口中 Connection
SQLException
public void setReadOnly(boolean readOnly) throws SQLException
setReadOnly
在接口中 Connection
SQLException
public boolean isReadOnly() throws SQLException
isReadOnly
在接口中 Connection
SQLException
public void setCatalog(String catalog) throws SQLException
setCatalog
在接口中 Connection
SQLException
public String getCatalog() throws SQLException
getCatalog
在接口中 Connection
SQLException
public void setTransactionIsolation(int level) throws SQLException
setTransactionIsolation
在接口中 Connection
SQLException
public int getTransactionIsolation() throws SQLException
getTransactionIsolation
在接口中 Connection
SQLException
public SQLWarning getWarnings() throws SQLException
getWarnings
在接口中 Connection
SQLException
public void clearWarnings() throws SQLException
clearWarnings
在接口中 Connection
SQLException
public Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException
createStatement
在接口中 Connection
SQLException
public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareStatement
在接口中 Connection
SQLException
public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareCall
在接口中 Connection
SQLException
public Map<String,Class<?>> getTypeMap() throws SQLException
getTypeMap
在接口中 Connection
SQLException
public void setTypeMap(Map<String,Class<?>> map) throws SQLException
setTypeMap
在接口中 Connection
SQLException
public void setHoldability(int holdability) throws SQLException
setHoldability
在接口中 Connection
SQLException
public int getHoldability() throws SQLException
getHoldability
在接口中 Connection
SQLException
public Savepoint setSavepoint() throws SQLException
setSavepoint
在接口中 Connection
SQLException
public Savepoint setSavepoint(String name) throws SQLException
setSavepoint
在接口中 Connection
SQLException
public void rollback(Savepoint savepoint) throws SQLException
rollback
在接口中 Connection
SQLException
public void releaseSavepoint(Savepoint savepoint) throws SQLException
releaseSavepoint
在接口中 Connection
SQLException
public Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
createStatement
在接口中 Connection
SQLException
public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareStatement
在接口中 Connection
SQLException
public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareCall
在接口中 Connection
SQLException
public PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
prepareStatement
在接口中 Connection
SQLException
public PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
prepareStatement
在接口中 Connection
SQLException
public PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
prepareStatement
在接口中 Connection
SQLException
public Clob createClob() throws SQLException
createClob
在接口中 Connection
SQLException
public Blob createBlob() throws SQLException
createBlob
在接口中 Connection
SQLException
public NClob createNClob() throws SQLException
createNClob
在接口中 Connection
SQLException
public SQLXML createSQLXML() throws SQLException
createSQLXML
在接口中 Connection
SQLException
public boolean isValid(int timeout) throws SQLException
isValid
在接口中 Connection
SQLException
public void setClientInfo(String name, String value) throws SQLClientInfoException
setClientInfo
在接口中 Connection
SQLClientInfoException
public void setClientInfo(Properties properties) throws SQLClientInfoException
setClientInfo
在接口中 Connection
SQLClientInfoException
public String getClientInfo(String name) throws SQLException
getClientInfo
在接口中 Connection
SQLException
public Properties getClientInfo() throws SQLException
getClientInfo
在接口中 Connection
SQLException
public Array createArrayOf(String typeName, Object[] elements) throws SQLException
createArrayOf
在接口中 Connection
SQLException
public Struct createStruct(String typeName, Object[] attributes) throws SQLException
createStruct
在接口中 Connection
SQLException
public void setSchema(String schema) throws SQLException
setSchema
在接口中 Connection
SQLException
public String getSchema() throws SQLException
getSchema
在接口中 Connection
SQLException
public void abort(Executor executor) throws SQLException
abort
在接口中 Connection
SQLException
public void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
setNetworkTimeout
在接口中 Connection
SQLException
public int getNetworkTimeout() throws SQLException
getNetworkTimeout
在接口中 Connection
SQLException
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap
在接口中 Wrapper
SQLException
public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor
在接口中 Wrapper
SQLException
Copyright © 2020. All rights reserved.