Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.PartitionExpressionsContext
Packages that use SQLServerStatementParser.PartitionExpressionsContext
-
Uses of SQLServerStatementParser.PartitionExpressionsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.PartitionExpressionsContextModifier and TypeMethodDescriptionSQLServerStatementParser.OnPartitionClauseContext.partitionExpressions()SQLServerStatementParser.partitionExpressions()SQLServerStatementParser.TableOptionContext.partitionExpressions()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.PartitionExpressionsContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx) Visit a parse tree produced bySQLServerStatementParser.partitionExpressions().SQLServerStatementVisitor.visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx) Visit a parse tree produced bySQLServerStatementParser.partitionExpressions().