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 IdentifierParserAbstractScore. getIdentifierParser()Returns identifier parser.IdentifierParserScore. getIdentifierParser()Methods in ru.curs.celesta.score with parameters of type IdentifierParser Modifier and Type Method Description FieldRefCelestaParser. fieldReference(IdentifierParser identifierParser)static ExprCelestaParser. parseComplexFilter(String filter, IdentifierParser identifierParser)ExprCelestaParser. sqlAndExpression(IdentifierParser identifierParser)ExprCelestaParser. sqlExpression(IdentifierParser identifierParser)ExprCelestaParser. sqlMultiplicativeExpression(IdentifierParser identifierParser)ExprCelestaParser. sqlPrimaryExpression(IdentifierParser identifierParser)ExprCelestaParser. sqlRelationalExpression(IdentifierParser identifierParser)ExprCelestaParser. sqlTermExpr(IdentifierParser identifierParser)ExprCelestaParser. sqlUnaryExpression(IdentifierParser identifierParser)ExprCelestaParser. 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 classAnsiQuotedIdentifierParserANSI quotes identifier parser and validator.
Identifiers like "celestaIdentifier" are processed.classPlainIdentifierParserPlain identifier parser and validator.
Identifiers like celestaIdentifier are processed.
-