Uses of Class
org.litebridgedb.orm.api.sql.delete.SqlDeleteWhereConditionClause
Packages that use SqlDeleteWhereConditionClause
Package
Description
Fluent API for constructing direct SQL deletes (DELETE statements)
-
Uses of SqlDeleteWhereConditionClause in org.litebridgedb.orm.api.sql.delete
Methods in org.litebridgedb.orm.api.sql.delete that return SqlDeleteWhereConditionClauseModifier and TypeMethodDescriptionSqlDeleteWhereConditionClauseTerminalImpl.and(ExpressionSpec expression) SqlDeleteWhereClause.where(ExpressionSpec expression) SqlDeletor.where(ExpressionSpec expression)