Uses of Interface
org.apache.shardingsphere.sql.parser.api.visitor.statement.type.DDLStatementVisitor
-
Packages that use DDLStatementVisitor Package Description org.apache.shardingsphere.sql.parser.spi -
-
Uses of DDLStatementVisitor in org.apache.shardingsphere.sql.parser.spi
Methods in org.apache.shardingsphere.sql.parser.spi that return types with arguments of type DDLStatementVisitor Modifier and Type Method Description Class<? extends DDLStatementVisitor>SQLStatementVisitorFacade. getDDLVisitorClass()Get DDL visitor class.
-