Uses of Class
ru.curs.celesta.score.validator.IdentifierParser
-
Packages that use IdentifierParser Package Description ru.curs.celesta.score Package containing metadata of table structure.ru.curs.celesta.score.validator Contains validators for identifiers. -
-
Uses of IdentifierParser in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return IdentifierParser Modifier and Type Method Description abstract IdentifierParser
AbstractScore. getIdentifierParser()
Returns identifier parser.IdentifierParser
Score. getIdentifierParser()
Methods in ru.curs.celesta.score with parameters of type IdentifierParser Modifier and Type Method Description FieldRef
CelestaParser. fieldReference(IdentifierParser identifierParser)
static Expr
CelestaParser. parseComplexFilter(String filter, IdentifierParser identifierParser)
Expr
CelestaParser. sqlAndExpression(IdentifierParser identifierParser)
Expr
CelestaParser. sqlExpression(IdentifierParser identifierParser)
Expr
CelestaParser. sqlMultiplicativeExpression(IdentifierParser identifierParser)
Expr
CelestaParser. sqlPrimaryExpression(IdentifierParser identifierParser)
Expr
CelestaParser. sqlRelationalExpression(IdentifierParser identifierParser)
Expr
CelestaParser. sqlTermExpr(IdentifierParser identifierParser)
Expr
CelestaParser. sqlUnaryExpression(IdentifierParser identifierParser)
Expr
CelestaParser. sqlUnaryLogicalExpression(IdentifierParser identifierParser)
Constructors in ru.curs.celesta.score with parameters of type IdentifierParser Constructor Description NamedElement(String name, IdentifierParser identifierParser)
-
Uses of IdentifierParser in ru.curs.celesta.score.validator
Subclasses of IdentifierParser in ru.curs.celesta.score.validator Modifier and Type Class Description class
AnsiQuotedIdentifierParser
ANSI quotes identifier parser and validator.
Identifiers like "celestaIdentifier" are processed.class
PlainIdentifierParser
Plain identifier parser and validator.
Identifiers like celestaIdentifier are processed.
-