Interface WhereOperations<F extends BooleanOperations<F>>

Type Parameters:
F - the implementation of the Where DSL customized for a particular SQL statement.
All Known Implementing Classes:
AbstractCountDSL, AbstractCountDSL.JoinSpecificationFinisher, AbstractDeleteDSL, AbstractUpdateDSL, CountDSL, CountDSL, DeleteDSL, DeleteDSL, QueryExpressionDSL, QueryExpressionDSL.JoinSpecificationFinisher, SelectDSL, SelectDSL.JoinSpecificationFinisher, UpdateDSL, UpdateDSL

public interface WhereOperations<F extends BooleanOperations<F>>
Base class for DSLs that support where clauses - which is every DSL except Insert. The purpose of the class is to provide a common set of where methods that can be used by any statement.