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