public interface SQLRecognizer
| Modifier and Type | Method and Description |
|---|---|
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.
|
default boolean |
isSqlSyntaxSupports()
check the sql syntax is supports
|
SQLType getSQLType()
String getTableAlias()
String getTableName()
#getTableAlias()#getTableAlias()String getOriginalSQL()
default boolean isSqlSyntaxSupports()
Copyright © 2023 Seata. All rights reserved.