Class Gt
java.lang.Object
io.github.torand.fastersql.predicate.comparison.Gt
Implements the greater than predicate.
-
Method Summary
Modifier and TypeMethodDescriptionGets the column aliases referenced by this fragment.Gets the columns referenced by this fragment.negatedSql(Context context) Formats negated predicate as an SQL fragment.Gets the statement parameters introduced by this fragment.Formats object as an SQL fragment.
-
Method Details
-
sql
Description copied from interface:SqlFormats object as an SQL fragment. -
params
Description copied from interface:SqlGets the statement parameters introduced by this fragment. -
columnRefs
Description copied from interface:SqlGets the columns referenced by this fragment. For validation purposes.- Specified by:
columnRefsin interfaceSql- Returns:
- the columns referenced by this fragment.
-
aliasRefs
Description copied from interface:SqlGets the column aliases referenced by this fragment. For validation purposes. -
negatedSql
Description copied from interface:PredicateFormats negated predicate as an SQL fragment.- Specified by:
negatedSqlin interfacePredicate- Parameters:
context- the context (incl. dialect).- Returns:
- the formatted SQL fragment.
-