Uses of Class
com.mrivanplays.sqlhelper.statement.executement.StatementCompletionStage
-
Packages that use StatementCompletionStage Package Description com.mrivanplays.sqlhelper.statement -
-
Uses of StatementCompletionStage in com.mrivanplays.sqlhelper.statement
Methods in com.mrivanplays.sqlhelper.statement that return StatementCompletionStage Modifier and Type Method Description StatementCompletionStage<StatementResultSet>SelectStatement. executeQuery()Executes the query.StatementCompletionStage<Void>AlterStatement. executeUpdate()Executes the updateStatementCompletionStage<Void>CreateStatement. executeUpdate()Executes the updateStatementCompletionStage<Void>DeleteStatement. executeUpdate()Executes the update.StatementCompletionStage<Void>DropStatement. executeUpdate()Executes the update.StatementCompletionStage<Void>InsertStatement. executeUpdate(Object... values)Executes the update.StatementCompletionStage<Void>TruncateStatement. executeUpdate()Executes the update.StatementCompletionStage<Void>UpdateStatement. executeUpdate()Executes the update.
-