public interface SQLRecognizer
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOriginalSQL()
Return the original SQL input by the upper application.
|
SQLType |
getSQLType()
Type of the SQL.
|
String |
getTableAlias()
TableRecords source related in the SQL, including alias if any.
|
String |
getTableName()
TableRecords name related in the SQL.
|
SQLType getSQLType()
String getTableAlias()
String getTableName()
#getTableAlias()#getTableAlias()String getOriginalSQL()
Copyright © 2020 Seata. All rights reserved.