Uses of Interface
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementVisitor
Packages that use SQLServerStatementVisitor
Package
Description
-
Uses of SQLServerStatementVisitor in org.apache.shardingsphere.sql.parser.autogen
Classes in org.apache.shardingsphere.sql.parser.autogen that implement SQLServerStatementVisitorModifier and TypeClassDescriptionclassThis class provides an empty implementation ofSQLServerStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of SQLServerStatementVisitor in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl
Classes in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl that implement SQLServerStatementVisitorModifier and TypeClassDescriptionfinal classDAL Statement SQL visitor for SQLServer.final classDCL Statement SQL visitor for SQLServer.final classDDL Statement SQL visitor for SQLServer.final classDML Statement SQL visitor for SQLServer.classStatement SQL SQLServer visitor.final classTCL Statement SQL visitor for SQLServer.