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