| Modifier and Type | Method and Description |
|---|---|
protected SQLUndoLog |
MySQLInsertOnDuplicateUpdateExecutor.buildUndoItem(SQLType sqlType,
TableRecords beforeImage,
TableRecords afterImage)
build a SQLUndoLog
|
| Modifier and Type | Method and Description |
|---|---|
SQLType |
SQLUndoLog.getSqlType()
Gets sql type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLUndoLog.setSqlType(SQLType sqlType)
Sets sql type.
|
| Modifier and Type | Method and Description |
|---|---|
SQLType |
SQLRecognizer.getSQLType()
Type of the SQL.
|
static SQLType |
SQLType.valueOf(int i)
Value of sql type.
|
static SQLType |
SQLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLType[] |
SQLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SQLType |
AntlrMySQLUpdateRecognizer.getSQLType() |
SQLType |
AntlrMySQLSelectRecognizer.getSQLType() |
SQLType |
AntlrMySQLInsertRecognizer.getSQLType() |
SQLType |
AntlrMySQLDeleteRecognizer.getSQLType() |
| Modifier and Type | Method and Description |
|---|---|
SQLType |
DmUpdateRecognizer.getSQLType() |
SQLType |
DmSelectForUpdateRecognizer.getSQLType() |
SQLType |
DmInsertRecognizer.getSQLType() |
SQLType |
DmDeleteRecognizer.getSQLType() |
| Modifier and Type | Method and Description |
|---|---|
SQLType |
MySQLUpdateRecognizer.getSQLType() |
SQLType |
MySQLSelectForUpdateRecognizer.getSQLType() |
SQLType |
MySQLInsertRecognizer.getSQLType() |
SQLType |
MySQLDeleteRecognizer.getSQLType() |
| Modifier and Type | Method and Description |
|---|---|
SQLType |
OracleUpdateRecognizer.getSQLType() |
SQLType |
OracleSelectForUpdateRecognizer.getSQLType() |
SQLType |
OracleInsertRecognizer.getSQLType() |
SQLType |
OracleDeleteRecognizer.getSQLType() |
| Modifier and Type | Method and Description |
|---|---|
SQLType |
PostgresqlUpdateRecognizer.getSQLType() |
SQLType |
PostgresqlSelectForUpdateRecognizer.getSQLType() |
SQLType |
PostgresqlInsertRecognizer.getSQLType() |
SQLType |
PostgresqlDeleteRecognizer.getSQLType() |
| Modifier and Type | Method and Description |
|---|---|
SQLType |
SqlServerUpdateRecognizer.getSQLType() |
SQLType |
SqlServerSelectForUpdateRecognizer.getSQLType() |
SQLType |
SqlServerInsertRecognizer.getSQLType() |
SQLType |
SqlServerDeleteRecognizer.getSQLType() |
Copyright © 2023 Seata. All rights reserved.