Uses of Class
ru.curs.celesta.dbutils.term.WhereTerm
-
Packages that use WhereTerm Package Description ru.curs.celesta.dbutils.term Terms that constitute cursor's WHERE condition. -
-
Uses of WhereTerm in ru.curs.celesta.dbutils.term
Subclasses of WhereTerm in ru.curs.celesta.dbutils.term Modifier and Type Class Description class
AlwaysFalse
FALSE constant.class
AlwaysTrue
TRUE constant.class
AndTerm
Conjunction of two where clauses.class
FieldCompTerm
Comparision of a field with a value.class
FieldsCortegeTerm
class
InTerm
Created by ioann on 01.06.2017.class
IsNull
Comparision of a field with null.class
NotTerm
Negation of where clause.class
OrTerm
Disjunction of two where clauses.class
RangeTerm
'Setrange' filter term with 'from.. to' values.class
SingleValueTerm
'Setrange' filter term with a single value.class
ValuesCortegeTerm
class
WhereTermCompareTerm
Methods in ru.curs.celesta.dbutils.term that return WhereTerm Modifier and Type Method Description WhereTerm
WhereTermsMaker. getHereWhereTerm(BasicTable t)
Gets WHERE clause for single record with respect to other filters on a record.static WhereTerm
CsqlWhereTermsMaker. getPKWhereTerm(BasicTable t)
Gets WHERE clause for single record (by its primary key).static WhereTerm
CsqlWhereTermsMaker. getPKWhereTermForGet(TableElement t)
WhereTerm
WhereTermsMaker. getWhereTerm()
Gets WHERE clause for filtered row set.WhereTerm
WhereTermsMaker. getWhereTerm(char op)
Gets WHERE clause for navigational term with respect of filters and database settings.Constructors in ru.curs.celesta.dbutils.term with parameters of type WhereTerm Constructor Description WhereTermCompareTerm(WhereTerm lTerm, WhereTerm rTerm, String op)
-