Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CursorNameContext
Packages that use PostgreSQLStatementParser.CursorNameContext
Package
Description
-
Uses of PostgreSQLStatementParser.CursorNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CursorNameContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.CloseContext.cursorName()PostgreSQLStatementParser.cursorName()PostgreSQLStatementParser.DeclareContext.cursorName()PostgreSQLStatementParser.FetchContext.cursorName()PostgreSQLStatementParser.MoveContext.cursorName()PostgreSQLStatementParser.WhereOrCurrentClauseContext.cursorName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CursorNameContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitCursorName(PostgreSQLStatementParser.CursorNameContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.cursorName().PostgreSQLStatementParserVisitor.visitCursorName(PostgreSQLStatementParser.CursorNameContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.cursorName(). -
Uses of PostgreSQLStatementParser.CursorNameContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.CursorNameContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDDLStatementSQLVisitor.visitCursorName(PostgreSQLStatementParser.CursorNameContext ctx)