| Package | Description |
|---|---|
| ru.curs.celesta.dbutils.stmt |
Classes for work with prepared statements.
|
| ru.curs.celesta.dbutils.term |
SQL terms.
|
| Modifier and Type | Method and Description |
|---|---|
static PreparedStmtHolder |
PreparedStatementHolderFactory.createFindSetHolder(DBAdaptor dbAdaptor,
Connection conn,
Supplier<FromClause> fromClauseSupplier,
Supplier<FromTerm> fromTermSupplier,
Supplier<WhereTerm> whereTermSupplier,
Supplier<String> orderBySupplier,
Supplier<Long> offsetSupplier,
Supplier<Long> rowCountSupplier,
Supplier<Set<String>> fieldsForStatementSupplier) |
| Modifier and Type | Class and 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 |
IsNull
Comparision of a field with null.
|
class |
NotTerm
Negation of where clause.
|
class |
OrTerm
Disjunction of two where clauses.
|
| Modifier and Type | Method and Description |
|---|---|
static WhereTerm |
CsqlWhereTermsMaker.getPKWhereTerm(BasicTable t)
Gets WHERE clause for single record (by its primary key).
|
static WhereTerm |
CsqlWhereTermsMaker.getPKWhereTermForGet(TableElement t) |
Copyright © 2023 CURS. All rights reserved.