Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.PartitionExpressionsContext
-
Packages that use SQLServerStatementParser.PartitionExpressionsContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of SQLServerStatementParser.PartitionExpressionsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.PartitionExpressionsContext Modifier and Type Method Description SQLServerStatementParser.PartitionExpressionsContextSQLServerStatementParser.OnPartitionClauseContext. partitionExpressions()SQLServerStatementParser.PartitionExpressionsContextSQLServerStatementParser. partitionExpressions()SQLServerStatementParser.PartitionExpressionsContextSQLServerStatementParser.TableOptionContext. partitionExpressions()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.PartitionExpressionsContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx)Visit a parse tree produced bySQLServerStatementParser.partitionExpressions().TSQLServerStatementVisitor. visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx)Visit a parse tree produced bySQLServerStatementParser.partitionExpressions().
-