Uses of Interface
org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor
-
-
Uses of SQLVisitor in org.apache.shardingsphere.sql.parser.api.visitor.format
Subinterfaces of SQLVisitor in org.apache.shardingsphere.sql.parser.api.visitor.format Modifier and Type Interface Description interfaceSQLFormatVisitorSQL format visitor. -
Uses of SQLVisitor in org.apache.shardingsphere.sql.parser.api.visitor.statement
Subinterfaces of SQLVisitor in org.apache.shardingsphere.sql.parser.api.visitor.statement Modifier and Type Interface Description interfaceSQLStatementVisitorSQL statement visitor. -
Uses of SQLVisitor in org.apache.shardingsphere.sql.parser.api.visitor.statement.type
Subinterfaces of SQLVisitor in org.apache.shardingsphere.sql.parser.api.visitor.statement.type Modifier and Type Interface Description interfaceDALStatementVisitorDAL statement visitor.interfaceDCLStatementVisitorDCL statement visitor.interfaceDDLStatementVisitorDDL statement visitor.interfaceDMLStatementVisitorDML statement visitor.interfaceRLStatementVisitorRL statement visitor.interfaceTCLStatementVisitorTCL statement visitor.
-