public class DeleteStatementImpl extends FilterableStatement<DeleteStatement,Result> implements DeleteStatement
DeleteStatement implementation.PreparableStatement.PreparableStatementFinalizer, PreparableStatement.PreparedStateStatement.LockContentionfilterParamsmysqlxSession, preparedState, preparedStatementId| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<Result> |
executeAsync()
Execute the statement asynchronously.
|
protected Result |
executePreparedStatement()
Executes a previously server-prepared statement.
|
protected Result |
executeStatement()
Executes the statement directly (non-prepared).
|
protected XMessage |
getPrepareStatementXMessage()
Returns the
XMessage needed to prepare this statement. |
bind, clearBindings, isRelational, limit, offset, orderBy, sort, wheredeallocatePrepared, execute, getMessageBuilder, resetPrepareState, setReprepareStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlimit, orderBy, whereprotected Result executeStatement()
PreparableStatementexecuteStatement in class PreparableStatement<Result>protected XMessage getPrepareStatementXMessage()
PreparableStatementXMessage needed to prepare this statement. Implementation is dependent on the statement type.getPrepareStatementXMessage in class PreparableStatement<Result>XMessage that prepares this statementprotected Result executePreparedStatement()
PreparableStatementexecutePreparedStatement in class PreparableStatement<Result>public java.util.concurrent.CompletableFuture<Result> executeAsync()
StatementexecuteAsync in interface Statement<DeleteStatement,Result>CompletableFuture for result