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 DeleteStatement
Statements.deleteFrom
(Table<?> table) Creates a DELETE statement with specified FROM clause.Creates a DELETE statement with specified FROM clause.final DeleteStatement
DeleteStatement.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 DeleteStatement
Adds supplied predicates to the WHERE clause, if the condition is true.