public interface DeleteQuery
修飾子とタイプ | メソッドと説明 |
---|---|
java.sql.PreparedStatement |
addBatch(java.sql.PreparedStatement statement)
Queryをバッチに追加する(Optional operation)
|
int |
delete(java.sql.Connection con)
deleteを実行する。
|
java.lang.String |
getQuery()
Query文を取得する。
|
SqlCondition |
getSqlCondition()
条件を取得する。
|
java.sql.PreparedStatement |
getStatement(java.sql.Connection con)
PreparedStatementを取得する(Optional operation)
|
SqlCondition getSqlCondition()
java.lang.String getQuery()
int delete(java.sql.Connection con) throws DBException, FatalException
java.sql.PreparedStatement addBatch(java.sql.PreparedStatement statement) throws DBException, FatalException
java.sql.PreparedStatement getStatement(java.sql.Connection con) throws DBException, FatalException