public abstract class BaseDmRecognizer extends BaseRecognizer
BaseRecognizer.VMarkeroriginalSQL| Constructor and Description |
|---|
BaseDmRecognizer(String originalSql)
Instantiates a new dm 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() |
String |
getWhereCondition(com.alibaba.druid.sql.ast.SQLExpr where) |
String |
getWhereCondition(com.alibaba.druid.sql.ast.SQLExpr where,
ParametersHolder parametersHolder,
ArrayList<List<Object>> paramAppenderList) |
executeLimit, executeOrderBy, executeVisit, getAst, getOriginalSQL, isSqlSyntaxSupports, wrapSQLParsingExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSQLType, getTableAlias, getTableNamepublic BaseDmRecognizer(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)
public String getDbType()
Copyright © 2023 Seata. All rights reserved.