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