Uses of Interface
com.invirgance.convirgance.jdbc.sql.ComparisonStatement
Packages that use ComparisonStatement
Package
Description
SQL statement builder framework for constructing SQL queries.
-
Uses of ComparisonStatement in com.invirgance.convirgance.jdbc.sql
Classes in com.invirgance.convirgance.jdbc.sql that implement ComparisonStatementModifier and TypeClassDescriptionclassBooleanAndStatement<P extends WhereStatement>Creates a logical AND grouping in SQL, combining multiple conditions that all must be true.classBooleanNotStatement<P extends WhereStatement>Creates a logical NOT operator in SQL, negating the conditions it contains.classBooleanOrStatement<P extends WhereStatement>Creates a logical OR grouping in SQL.classRepresents a binary comparison operation in SQL with a left expression, comparison operator, and right expression.classRepresents the "IS NOT NULL" expression, for creating comparisons on expressions.classRepresents the SQL "IS NULL" comparison operator in conditions.Methods in com.invirgance.convirgance.jdbc.sql that return ComparisonStatement