Class SQLServerStatementVisitorFacade
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.SQLServerStatementVisitorFacade
-
- All Implemented Interfaces:
org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI,org.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
public final class SQLServerStatementVisitorFacade extends Object implements org.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
Statement visitor facade for SQLServer.
-
-
Constructor Summary
Constructors Constructor Description SQLServerStatementVisitorFacade()
-
Method Summary
-
-
-
Method Detail
-
getDMLVisitorClass
public Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.statement.type.DMLStatementVisitor> getDMLVisitorClass()
- Specified by:
getDMLVisitorClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
-
getDDLVisitorClass
public Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.statement.type.DDLStatementVisitor> getDDLVisitorClass()
- Specified by:
getDDLVisitorClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
-
getTCLVisitorClass
public Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.statement.type.TCLStatementVisitor> getTCLVisitorClass()
- Specified by:
getTCLVisitorClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
-
getDCLVisitorClass
public Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.statement.type.DCLStatementVisitor> getDCLVisitorClass()
- Specified by:
getDCLVisitorClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
-
getDALVisitorClass
public Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.statement.type.DALStatementVisitor> getDALVisitorClass()
- Specified by:
getDALVisitorClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
-
getRLVisitorClass
public Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.statement.type.RLStatementVisitor> getRLVisitorClass()
- Specified by:
getRLVisitorClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLStatementVisitorFacade
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-
-