public interface FWConnection
FWConnectionManager,
Connection| 修飾子とタイプ | メソッドと説明 |
|---|---|
Array |
createArrayOf(String typeName,
Object[] elements) |
Blob |
createBlob() |
Clob |
createClob() |
NClob |
createNClob() |
SQLXML |
createSQLXML() |
FWStatement |
createStatement() |
Struct |
createStruct(String typeName,
Object[] attributes) |
String |
nativeSQL(String sql) |
FWCallableStatement |
prepareCall(String sql) |
FWPreparedStatement |
prepareStatement(String sql) |
FWPreparedStatement |
prepareStatement(String sql,
int autoGeneratedKeys) |
FWStatement createStatement() throws SQLException
SQLExceptionFWPreparedStatement prepareStatement(String sql) throws SQLException
SQLExceptionFWPreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionFWCallableStatement prepareCall(String sql) throws SQLException
SQLExceptionString nativeSQL(String sql) throws SQLException
SQLExceptionClob createClob() throws SQLException
SQLExceptionBlob createBlob() throws SQLException
SQLExceptionNClob createNClob() throws SQLException
SQLExceptionSQLXML createSQLXML() throws SQLException
SQLExceptionArray createArrayOf(String typeName, Object[] elements) throws SQLException
SQLExceptionStruct createStruct(String typeName, Object[] attributes) throws SQLException
SQLExceptionHandywedge ver 0.10.0-SNAPSHOT. Copyright (c) 2019 Handywedge Co.,Ltd.