Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.DropExtensionContext
-
Packages that use PostgreSQLStatementParser.DropExtensionContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type -
-
Uses of PostgreSQLStatementParser.DropExtensionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.DropExtensionContext Modifier and Type Method Description PostgreSQLStatementParser.DropExtensionContextPostgreSQLStatementParser. dropExtension()PostgreSQLStatementParser.DropExtensionContextPostgreSQLStatementParser.ExecuteContext. dropExtension()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.DropExtensionContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitDropExtension(PostgreSQLStatementParser.DropExtensionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.dropExtension().TPostgreSQLStatementParserVisitor. visitDropExtension(PostgreSQLStatementParser.DropExtensionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.dropExtension(). -
Uses of PostgreSQLStatementParser.DropExtensionContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.DropExtensionContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitDropExtension(PostgreSQLStatementParser.DropExtensionContext ctx)
-