public interface FWFullConnection extends FWConnection
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
TRANSACTION_NONE |
static int |
TRANSACTION_READ_COMMITTED |
static int |
TRANSACTION_READ_UNCOMMITTED |
static int |
TRANSACTION_REPEATABLE_READ |
static int |
TRANSACTION_SERIALIZABLE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
abort(Executor executor) |
void |
clearWarnings() |
void |
close() |
void |
commit() |
FWStatement |
createStatement(int resultSetType,
int resultSetConcurrency) |
FWStatement |
createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
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) |
FWCallableStatement |
prepareCall(String sql,
int resultSetType,
int resultSetConcurrency) |
FWCallableStatement |
prepareCall(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
FWPreparedStatement |
prepareStatement(String sql,
int[] columnIndexes) |
FWPreparedStatement |
prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency) |
FWPreparedStatement |
prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
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) |
createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStruct, nativeSQL, prepareCall, prepareStatement, prepareStatementstatic final int TRANSACTION_NONE
static final int TRANSACTION_READ_UNCOMMITTED
static final int TRANSACTION_READ_COMMITTED
static final int TRANSACTION_REPEATABLE_READ
static final int TRANSACTION_SERIALIZABLE
void setAutoCommit(boolean autoCommit)
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
SQLExceptionFWStatement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionFWPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionFWCallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionMap<String,Class<?>> getTypeMap() throws SQLException
SQLExceptionvoid setTypeMap(Map<String,Class<?>> map) 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
SQLExceptionFWStatement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionFWPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionFWCallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionFWPreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
SQLExceptionFWPreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
SQLExceptionboolean isValid(int timeout)
throws SQLException
SQLExceptionvoid setClientInfo(String name, String value) throws SQLClientInfoException
void setClientInfo(Properties properties) throws SQLClientInfoException
String getClientInfo(String name) throws SQLException
SQLExceptionProperties getClientInfo() throws SQLException
SQLExceptionvoid setSchema(String schema) throws SQLException
SQLExceptionString getSchema() throws SQLException
SQLExceptionvoid abort(Executor executor) throws SQLException
SQLExceptionvoid setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
SQLExceptionint getNetworkTimeout()
throws SQLException
SQLExceptionHandywedge ver 0.8.0-SNAPSHOT. Copyright (c) 2019 Handywedge Co.,Ltd.