Uses of Class
ru.curs.celesta.dbutils.filter.SingleValue
-
Packages that use SingleValue Package Description ru.curs.celesta.dbutils.stmt Classes for work with prepared statements.ru.curs.celesta.dbutils.term Terms that constitute cursor's WHERE condition. -
-
Uses of SingleValue in ru.curs.celesta.dbutils.stmt
Methods in ru.curs.celesta.dbutils.stmt with parameters of type SingleValue Modifier and Type Method Description static ParameterSetter
ParameterSetter. create(SingleValue v, QueryBuildingHelper queryBuildingHelper)
Constructors in ru.curs.celesta.dbutils.stmt with parameters of type SingleValue Constructor Description SingleValueParameterSetter(QueryBuildingHelper queryBuildingHelper, SingleValue v)
-
Uses of SingleValue in ru.curs.celesta.dbutils.term
Constructors in ru.curs.celesta.dbutils.term with parameters of type SingleValue Constructor Description SingleValueTerm(String fieldName, SingleValue filter)
-