Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.PartitionSchemeContext
-
Packages that use SQLServerStatementParser.PartitionSchemeContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of SQLServerStatementParser.PartitionSchemeContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.PartitionSchemeContext Modifier and Type Method Description SQLServerStatementParser.PartitionSchemeContextSQLServerStatementParser.CreateDefinitionClauseContext. partitionScheme()SQLServerStatementParser.PartitionSchemeContextSQLServerStatementParser. partitionScheme()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.PartitionSchemeContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitPartitionScheme(SQLServerStatementParser.PartitionSchemeContext ctx)Visit a parse tree produced bySQLServerStatementParser.partitionScheme().TSQLServerStatementVisitor. visitPartitionScheme(SQLServerStatementParser.PartitionSchemeContext ctx)Visit a parse tree produced bySQLServerStatementParser.partitionScheme().
-