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