public final class OracleStatementSQLVisitorFacade extends Object implements org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacade
| Constructor and Description |
|---|
OracleStatementSQLVisitorFacade() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DALSQLVisitor> |
getDALVisitorClass() |
String |
getDatabaseType() |
Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DCLSQLVisitor> |
getDCLVisitorClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DDLSQLVisitor> |
getDDLVisitorClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DMLSQLVisitor> |
getDMLVisitorClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.RLSQLVisitor> |
getRLVisitorClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.TCLSQLVisitor> |
getTCLVisitorClass() |
String |
getVisitorType() |
public Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DMLSQLVisitor> getDMLVisitorClass()
getDMLVisitorClass in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DDLSQLVisitor> getDDLVisitorClass()
getDDLVisitorClass in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.TCLSQLVisitor> getTCLVisitorClass()
getTCLVisitorClass in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DCLSQLVisitor> getDCLVisitorClass()
getDCLVisitorClass in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.DALSQLVisitor> getDALVisitorClass()
getDALVisitorClass in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.visitor.type.RLSQLVisitor> getRLVisitorClass()
getRLVisitorClass in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadepublic String getDatabaseType()
getDatabaseType in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadepublic String getVisitorType()
getVisitorType in interface org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacadeCopyright © 2023 The Apache Software Foundation. All rights reserved.