public class DeleteStatementDefault extends StatementBase implements DeleteStatement
| Constructor and Description |
|---|
DeleteStatementDefault(Connection connection,
QueryResultFactory queryResultFactory) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
delete() |
protected PreparedStatement |
getStatementWithParamsAdded(Connection connection) |
addCurrentParamsToStatement, addParam, addParamsToStatement, clearParams, clearSql, clearSql, close, close, getConnection, getIndexMap, getOriginalQuery, getParams, getParsedQuery, getQueryBuilder, getQueryResultFactory, getSql, getSqlFormmatter, getStaticTokens, parse, setBoolean, setDate, setDouble, setFloat, setInInteger, setInLong, setInstant, setInString, setInteger, setLong, setString, sql, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearSql, clearSql, getSql, setBoolean, setDate, setDouble, setFloat, setInInteger, setInLong, setInstant, setInString, setInteger, setLong, setString, sqlpublic DeleteStatementDefault(Connection connection, QueryResultFactory queryResultFactory)
protected PreparedStatement getStatementWithParamsAdded(Connection connection)
public QueryResult delete()
delete in interface DeleteStatementCopyright © 2017. All rights reserved.