public class FWConnectionWrapper extends Object implements com.handywedge.db.FWFullConnection
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
abort(Executor executor) |
void |
clearWarnings() |
void |
close() |
void |
commit() |
Array |
createArrayOf(String typeName,
Object[] elements) |
Blob |
createBlob() |
Clob |
createClob() |
NClob |
createNClob() |
SQLXML |
createSQLXML() |
com.handywedge.db.FWStatement |
createStatement() |
com.handywedge.db.FWStatement |
createStatement(int resultSetType,
int resultSetConcurrency) |
com.handywedge.db.FWStatement |
createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
Struct |
createStruct(String typeName,
Object[] attributes) |
boolean |
getAutoCommit() |
String |
getCatalog() |
Properties |
getClientInfo() |
String |
getClientInfo(String name) |
int |
getHoldability() |
DatabaseMetaData |
getMetaData() |
int |
getNetworkTimeout() |
String |
getSchema() |
int |
getTransactionIsolation() |
Map<String,Class<?>> |
getTypeMap() |
SQLWarning |
getWarnings() |
boolean |
isClosed() |
boolean |
isReadOnly() |
boolean |
isValid(int timeout) |
boolean |
isWrapperFor(Class<?> iface) |
String |
nativeSQL(String sql) |
FWCallableStatementWrapper |
prepareCall(String sql) |
FWCallableStatementWrapper |
prepareCall(String sql,
int resultSetType,
int resultSetConcurrency) |
FWCallableStatementWrapper |
prepareCall(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
com.handywedge.db.FWPreparedStatement |
prepareStatement(String sql) |
com.handywedge.db.FWPreparedStatement |
prepareStatement(String sql,
int autoGeneratedKeys) |
com.handywedge.db.FWPreparedStatement |
prepareStatement(String sql,
int[] columnIndexes) |
com.handywedge.db.FWPreparedStatement |
prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency) |
com.handywedge.db.FWPreparedStatement |
prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
com.handywedge.db.FWPreparedStatement |
prepareStatement(String sql,
String[] columnNames) |
void |
releaseSavepoint(Savepoint savepoint) |
void |
rollback() |
void |
rollback(Savepoint savepoint) |
void |
setAutoCommit(boolean autoCommit) |
void |
setCatalog(String catalog) |
void |
setClientInfo(Properties properties) |
void |
setClientInfo(String name,
String value) |
void |
setHoldability(int holdability) |
void |
setNetworkTimeout(Executor executor,
int milliseconds) |
void |
setReadOnly(boolean readOnly) |
Savepoint |
setSavepoint() |
Savepoint |
setSavepoint(String name) |
void |
setSchema(String schema) |
void |
setTransactionIsolation(int level) |
void |
setTypeMap(Map<String,Class<?>> map) |
<T> T |
unwrap(Class<T> iface) |
public com.handywedge.db.FWStatement createStatement()
throws SQLException
createStatement インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic com.handywedge.db.FWPreparedStatement prepareStatement(String sql) throws SQLException
prepareStatement インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic FWCallableStatementWrapper prepareCall(String sql) throws SQLException
prepareCall インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic String nativeSQL(String sql) throws SQLException
nativeSQL インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic boolean getAutoCommit()
throws SQLException
getAutoCommit インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic DatabaseMetaData getMetaData() throws SQLException
getMetaData インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic String getCatalog() throws SQLException
getCatalog インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void setTransactionIsolation(int level)
throws SQLException
setTransactionIsolation インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic int getTransactionIsolation()
throws SQLException
getTransactionIsolation インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic com.handywedge.db.FWStatement createStatement(int resultSetType,
int resultSetConcurrency)
throws SQLException
createStatement インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareStatement インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic FWCallableStatementWrapper prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareCall インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic Map<String,Class<?>> getTypeMap() throws SQLException
getTypeMap インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void setTypeMap(Map<String,Class<?>> map) throws SQLException
setTypeMap インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic com.handywedge.db.FWStatement createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
throws SQLException
createStatement インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareStatement インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic FWCallableStatementWrapper prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareCall インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
prepareStatement インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic com.handywedge.db.FWPreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
prepareStatement インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic com.handywedge.db.FWPreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
prepareStatement インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic Clob createClob() throws SQLException
createClob インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic Blob createBlob() throws SQLException
createBlob インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic NClob createNClob() throws SQLException
createNClob インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic SQLXML createSQLXML() throws SQLException
createSQLXML インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic Array createArrayOf(String typeName, Object[] elements) throws SQLException
createArrayOf インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic Struct createStruct(String typeName, Object[] attributes) throws SQLException
createStruct インタフェース内 com.handywedge.db.FWConnectionSQLExceptionpublic void setSchema(String schema) throws SQLException
setSchema インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic String getSchema() throws SQLException
getSchema インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic int getNetworkTimeout()
throws SQLException
getNetworkTimeout インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
SQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
SQLExceptionpublic void setAutoCommit(boolean autoCommit)
throws SQLException
setAutoCommit インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void commit()
throws SQLException
commit インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void rollback()
throws SQLException
rollback インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void close()
throws SQLException
close インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void setReadOnly(boolean readOnly)
throws SQLException
setReadOnly インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic boolean isReadOnly()
throws SQLException
isReadOnly インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void setCatalog(String catalog) throws SQLException
setCatalog インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void setHoldability(int holdability)
throws SQLException
setHoldability インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic Savepoint setSavepoint() throws SQLException
setSavepoint インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic Savepoint setSavepoint(String name) throws SQLException
setSavepoint インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void rollback(Savepoint savepoint) throws SQLException
rollback インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void releaseSavepoint(Savepoint savepoint) throws SQLException
releaseSavepoint インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic boolean isValid(int timeout)
throws SQLException
isValid インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void setClientInfo(String name, String value) throws SQLClientInfoException
setClientInfo インタフェース内 com.handywedge.db.FWFullConnectionSQLClientInfoExceptionpublic void setClientInfo(Properties properties) throws SQLClientInfoException
setClientInfo インタフェース内 com.handywedge.db.FWFullConnectionSQLClientInfoExceptionpublic String getClientInfo(String name) throws SQLException
getClientInfo インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic Properties getClientInfo() throws SQLException
getClientInfo インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void abort(Executor executor) throws SQLException
abort インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionpublic void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
setNetworkTimeout インタフェース内 com.handywedge.db.FWFullConnectionSQLExceptionhandywedge ver 0.5.0. Copyright (c) 2016-2018 C Studio Co.,Ltd.