public abstract class BaseOracleRecognizer extends BaseRecognizer
BaseRecognizer.VMarkeroriginalSQL| Constructor and Description |
|---|
BaseOracleRecognizer(String originalSql)
Instantiates a new oracle base recognizer
|
| Modifier and Type | Method and Description |
|---|---|
com.alibaba.druid.sql.dialect.oracle.visitor.OracleOutputVisitor |
createOutputVisitor(ParametersHolder parametersHolder,
ArrayList<List<Object>> paramAppenderList,
StringBuilder sb) |
String |
getDbType() |
protected String |
getOrderByCondition(com.alibaba.druid.sql.ast.SQLOrderBy sqlOrderBy) |
protected String |
getOrderByCondition(com.alibaba.druid.sql.ast.SQLOrderBy sqlOrderBy,
ParametersHolder parametersHolder,
ArrayList<List<Object>> paramAppenderList) |
String |
getWhereCondition(com.alibaba.druid.sql.ast.SQLExpr where) |
String |
getWhereCondition(com.alibaba.druid.sql.ast.SQLExpr where,
ParametersHolder parametersHolder,
ArrayList<List<Object>> paramAppenderList) |
boolean |
isSqlSyntaxSupports() |
executeLimit, executeOrderBy, executeVisit, getAst, getOriginalSQL, wrapSQLParsingExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSQLType, getTableAlias, getTableNamepublic BaseOracleRecognizer(String originalSql)
originalSql - the original sqlpublic com.alibaba.druid.sql.dialect.oracle.visitor.OracleOutputVisitor createOutputVisitor(ParametersHolder parametersHolder, ArrayList<List<Object>> paramAppenderList, StringBuilder sb)
public String getWhereCondition(com.alibaba.druid.sql.ast.SQLExpr where, ParametersHolder parametersHolder, ArrayList<List<Object>> paramAppenderList)
public String getWhereCondition(com.alibaba.druid.sql.ast.SQLExpr where)
protected String getOrderByCondition(com.alibaba.druid.sql.ast.SQLOrderBy sqlOrderBy)
protected String getOrderByCondition(com.alibaba.druid.sql.ast.SQLOrderBy sqlOrderBy, ParametersHolder parametersHolder, ArrayList<List<Object>> paramAppenderList)
public boolean isSqlSyntaxSupports()
isSqlSyntaxSupports in interface SQLRecognizerisSqlSyntaxSupports in class BaseRecognizerpublic String getDbType()
Copyright © 2023 Seata. All rights reserved.