Uses of Class
io.github.torand.fastersql.statement.DeleteStatement
Packages that use DeleteStatement
Package
Description
Provides classes and interfaces related to statements.
-
Uses of DeleteStatement in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement that return DeleteStatementModifier and TypeMethodDescriptionstatic DeleteStatementStatements.deleteFrom(Table table) Creates a DELETE statement with specified FROM clause.Creates a DELETE statement with specified FROM clause.final DeleteStatementDeleteStatement.where(OptionalPredicate... maybePredicates) Adds optional predicates to the WHERE clause if the wrapped predicates are present.Adds one or more predicates to the WHERE clause.final DeleteStatementAdds supplied predicates to the WHERE clause, if the condition is true.