| パッケージ | 説明 |
|---|---|
| com.handywedge.db |
DBアクセスやjava.sqlパッケージに関連するクラスを提供します。
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
FWCallableStatement
CallableStatementのラッパーインターフェースです。
|
interface |
FWFullCallableStatement
フレームワーク内部で使用するインターフェースです。
|
interface |
FWFullPreparedStatement
フレームワーク内部で使用するインターフェースです。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FWPreparedStatement |
FWConnection.prepareStatement(String sql) |
FWPreparedStatement |
FWConnection.prepareStatement(String sql,
int autoGeneratedKeys) |
FWPreparedStatement |
FWFullConnection.prepareStatement(String sql,
int[] columnIndexes) |
FWPreparedStatement |
FWFullConnection.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency) |
FWPreparedStatement |
FWFullConnection.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
FWPreparedStatement |
FWFullConnection.prepareStatement(String sql,
String[] columnNames) |
Handywedge ver 0.8.0-SNAPSHOT. Copyright (c) 2016-2018 C Studio Co.,Ltd.