Uses of Class
org.pgcodekeeper.core.database.pg.parser.generated.SQLParser.Operator_nameContext
Packages that use SQLParser.Operator_nameContext
Package
Description
-
Uses of SQLParser.Operator_nameContext in org.pgcodekeeper.core.database.pg.parser.generated
Fields in org.pgcodekeeper.core.database.pg.parser.generated declared as SQLParser.Operator_nameContextModifier and TypeFieldDescriptionSQLParser.Create_operator_class_optionContext.nameSQLParser.Create_operator_statementContext.nameSQLParser.Target_operatorContext.nameMethods in org.pgcodekeeper.core.database.pg.parser.generated that return SQLParser.Operator_nameContextModifier and TypeMethodDescriptionSQLParser.Create_operator_class_optionContext.operator_name()SQLParser.Create_operator_statementContext.operator_name()SQLParser.Extension_member_objectContext.operator_name()SQLParser.Operator_args_parserContext.operator_name()SQLParser.operator_name()SQLParser.Target_operatorContext.operator_name() -
Uses of SQLParser.Operator_nameContext in org.pgcodekeeper.core.database.pg.parser.statement
Methods in org.pgcodekeeper.core.database.pg.parser.statement with parameters of type SQLParser.Operator_nameContextModifier and TypeMethodDescriptionstatic List<org.antlr.v4.runtime.ParserRuleContext>PgParserAbstract.getIdentifiers(SQLParser.Operator_nameContext operQNameCtx) Extracts identifier contexts from an operator name context.