パッケージ com.handywedge.db
クラス FWConnectionWrapper
- java.lang.Object
-
- com.handywedge.db.FWConnectionWrapper
-
- すべての実装されたインタフェース:
com.handywedge.db.FWConnection,com.handywedge.db.FWFullConnection
public class FWConnectionWrapper extends Object implements com.handywedge.db.FWFullConnection
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidabort(Executor executor)voidclearWarnings()voidclose()voidcommit()ArraycreateArrayOf(String typeName, Object[] elements)BlobcreateBlob()ClobcreateClob()NClobcreateNClob()SQLXMLcreateSQLXML()com.handywedge.db.FWStatementcreateStatement()com.handywedge.db.FWStatementcreateStatement(int resultSetType, int resultSetConcurrency)com.handywedge.db.FWStatementcreateStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)StructcreateStruct(String typeName, Object[] attributes)booleangetAutoCommit()StringgetCatalog()PropertiesgetClientInfo()StringgetClientInfo(String name)intgetHoldability()DatabaseMetaDatagetMetaData()intgetNetworkTimeout()StringgetSchema()intgetTransactionIsolation()Map<String,Class<?>>getTypeMap()SQLWarninggetWarnings()booleanisClosed()booleanisReadOnly()booleanisValid(int timeout)booleanisWrapperFor(Class<?> iface)StringnativeSQL(String sql)FWCallableStatementWrapperprepareCall(String sql)FWCallableStatementWrapperprepareCall(String sql, int resultSetType, int resultSetConcurrency)FWCallableStatementWrapperprepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)com.handywedge.db.FWPreparedStatementprepareStatement(String sql)com.handywedge.db.FWPreparedStatementprepareStatement(String sql, int autoGeneratedKeys)com.handywedge.db.FWPreparedStatementprepareStatement(String sql, int[] columnIndexes)com.handywedge.db.FWPreparedStatementprepareStatement(String sql, int resultSetType, int resultSetConcurrency)com.handywedge.db.FWPreparedStatementprepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)com.handywedge.db.FWPreparedStatementprepareStatement(String sql, String[] columnNames)voidreleaseSavepoint(Savepoint savepoint)voidrollback()voidrollback(Savepoint savepoint)voidsetAutoCommit(boolean autoCommit)voidsetCatalog(String catalog)voidsetClientInfo(String name, String value)voidsetClientInfo(Properties properties)voidsetHoldability(int holdability)voidsetNetworkTimeout(Executor executor, int milliseconds)voidsetReadOnly(boolean readOnly)SavepointsetSavepoint()SavepointsetSavepoint(String name)voidsetSchema(String schema)voidsetTransactionIsolation(int level)voidsetTypeMap(Map<String,Class<?>> map)<T> Tunwrap(Class<T> iface)
-
-
-
メソッドの詳細
-
createStatement
public com.handywedge.db.FWStatement createStatement() throws SQLException- 定義:
createStatementインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
prepareStatement
public com.handywedge.db.FWPreparedStatement prepareStatement(String sql) throws SQLException
- 定義:
prepareStatementインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
prepareCall
public FWCallableStatementWrapper prepareCall(String sql) throws SQLException
- 定義:
prepareCallインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
nativeSQL
public String nativeSQL(String sql) throws SQLException
- 定義:
nativeSQLインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
getAutoCommit
public boolean getAutoCommit() throws SQLException- 定義:
getAutoCommitインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getMetaData
public DatabaseMetaData getMetaData() throws SQLException
- 定義:
getMetaDataインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getCatalog
public String getCatalog() throws SQLException
- 定義:
getCatalogインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setTransactionIsolation
public void setTransactionIsolation(int level) throws SQLException- 定義:
setTransactionIsolationインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getTransactionIsolation
public int getTransactionIsolation() throws SQLException- 定義:
getTransactionIsolationインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
createStatement
public com.handywedge.db.FWStatement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException- 定義:
createStatementインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
prepareStatement
public com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- 定義:
prepareStatementインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
prepareCall
public FWCallableStatementWrapper prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- 定義:
prepareCallインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getTypeMap
public Map<String,Class<?>> getTypeMap() throws SQLException
- 定義:
getTypeMapインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setTypeMap
public void setTypeMap(Map<String,Class<?>> map) throws SQLException
- 定義:
setTypeMapインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
createStatement
public com.handywedge.db.FWStatement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException- 定義:
createStatementインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
prepareStatement
public com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- 定義:
prepareStatementインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
prepareCall
public FWCallableStatementWrapper prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- 定義:
prepareCallインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
prepareStatement
public com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
prepareStatementインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
prepareStatement
public com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
- 定義:
prepareStatementインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
prepareStatement
public com.handywedge.db.FWPreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
- 定義:
prepareStatementインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
createClob
public Clob createClob() throws SQLException
- 定義:
createClobインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
createBlob
public Blob createBlob() throws SQLException
- 定義:
createBlobインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
createNClob
public NClob createNClob() throws SQLException
- 定義:
createNClobインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
createSQLXML
public SQLXML createSQLXML() throws SQLException
- 定義:
createSQLXMLインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
createArrayOf
public Array createArrayOf(String typeName, Object[] elements) throws SQLException
- 定義:
createArrayOfインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
createStruct
public Struct createStruct(String typeName, Object[] attributes) throws SQLException
- 定義:
createStructインタフェース内com.handywedge.db.FWConnection- 例外:
SQLException
-
setSchema
public void setSchema(String schema) throws SQLException
- 定義:
setSchemaインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getSchema
public String getSchema() throws SQLException
- 定義:
getSchemaインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getNetworkTimeout
public int getNetworkTimeout() throws SQLException- 定義:
getNetworkTimeoutインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- 例外:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- 例外:
SQLException
-
setAutoCommit
public void setAutoCommit(boolean autoCommit) throws SQLException- 定義:
setAutoCommitインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
commit
public void commit() throws SQLException- 定義:
commitインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
rollback
public void rollback() throws SQLException- 定義:
rollbackインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
close
public void close() throws SQLException- 定義:
closeインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
isClosed
public boolean isClosed() throws SQLException- 定義:
isClosedインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setReadOnly
public void setReadOnly(boolean readOnly) throws SQLException- 定義:
setReadOnlyインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
isReadOnly
public boolean isReadOnly() throws SQLException- 定義:
isReadOnlyインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setCatalog
public void setCatalog(String catalog) throws SQLException
- 定義:
setCatalogインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getWarnings
public SQLWarning getWarnings() throws SQLException
- 定義:
getWarningsインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
clearWarnings
public void clearWarnings() throws SQLException- 定義:
clearWarningsインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setHoldability
public void setHoldability(int holdability) throws SQLException- 定義:
setHoldabilityインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getHoldability
public int getHoldability() throws SQLException- 定義:
getHoldabilityインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setSavepoint
public Savepoint setSavepoint() throws SQLException
- 定義:
setSavepointインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setSavepoint
public Savepoint setSavepoint(String name) throws SQLException
- 定義:
setSavepointインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
rollback
public void rollback(Savepoint savepoint) throws SQLException
- 定義:
rollbackインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
releaseSavepoint
public void releaseSavepoint(Savepoint savepoint) throws SQLException
- 定義:
releaseSavepointインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
isValid
public boolean isValid(int timeout) throws SQLException- 定義:
isValidインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setClientInfo
public void setClientInfo(String name, String value) throws SQLClientInfoException
- 定義:
setClientInfoインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLClientInfoException
-
setClientInfo
public void setClientInfo(Properties properties) throws SQLClientInfoException
- 定義:
setClientInfoインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLClientInfoException
-
getClientInfo
public String getClientInfo(String name) throws SQLException
- 定義:
getClientInfoインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
getClientInfo
public Properties getClientInfo() throws SQLException
- 定義:
getClientInfoインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
abort
public void abort(Executor executor) throws SQLException
- 定義:
abortインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
setNetworkTimeout
public void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
- 定義:
setNetworkTimeoutインタフェース内com.handywedge.db.FWFullConnection- 例外:
SQLException
-
-