public class OracleInsertRecognizer extends BaseOracleRecognizer implements SQLInsertRecognizer
BaseRecognizer.VMarkeroriginalSQL| 构造器和说明 |
|---|
OracleInsertRecognizer(String originalSQL,
com.alibaba.druid.sql.ast.SQLStatement ast)
Instantiates a new My sql insert recognizer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getInsertColumns() |
List<List<Object>> |
getInsertRows() |
SQLType |
getSQLType() |
String |
getTableAlias() |
String |
getTableName() |
createOutputVisitor, getWhereCondition, getWhereConditionexecuteVisit, getOriginalSQLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOriginalSQLpublic OracleInsertRecognizer(String originalSQL, com.alibaba.druid.sql.ast.SQLStatement ast)
originalSQL - the original sqlast - the astpublic SQLType getSQLType()
getSQLType 在接口中 SQLRecognizerpublic String getTableAlias()
getTableAlias 在接口中 SQLRecognizerpublic String getTableName()
getTableName 在接口中 SQLRecognizerpublic List<String> getInsertColumns()
getInsertColumns 在接口中 SQLInsertRecognizerpublic List<List<Object>> getInsertRows()
getInsertRows 在接口中 SQLInsertRecognizerCopyright © 2020 Seata. All rights reserved.