| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseTransactionalExecutor.buildLimitCondition(WhereRecognizer recognizer,
ArrayList<List<Object>> paramAppenderList)
build buildLimitCondition
|
protected String |
BaseTransactionalExecutor.buildOrderCondition(WhereRecognizer recognizer,
ArrayList<List<Object>> paramAppenderList)
build buildOrderCondition
|
protected String |
BaseTransactionalExecutor.buildWhereCondition(WhereRecognizer recognizer,
ArrayList<List<Object>> paramAppenderList)
build buildWhereCondition
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLDeleteRecognizer
The interface Sql delete recognizer.
|
interface |
SQLSelectRecognizer
The interface Sql select recognizer.
|
interface |
SQLUpdateRecognizer
The interface Sql update recognizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntlrMySQLDeleteRecognizer
AntlrMySQLDeleteRecognizer
|
class |
AntlrMySQLSelectRecognizer
AntlrMySQLSelectRecognizer
|
class |
AntlrMySQLUpdateRecognizer
AntlrMySQLUpdateRecognizer
|
| Modifier and Type | Class and Description |
|---|---|
class |
DmDeleteRecognizer
The type dm delete recognizer.
|
class |
DmSelectForUpdateRecognizer
The type dm select for update recognizer.
|
class |
DmUpdateRecognizer
The type dm update recognizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MariadbDeleteRecognizer
The type Mariadb delete recognizer.
|
class |
MariadbSelectForUpdateRecognizer
The type Mariadb select for update recognizer.
|
class |
MariadbUpdateRecognizer
The type Mariadb update recognizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLDeleteRecognizer
The type My sql delete recognizer.
|
class |
MySQLSelectForUpdateRecognizer
The type My sql select for update recognizer.
|
class |
MySQLUpdateRecognizer
The type My sql update recognizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleDeleteRecognizer
The type oracle delete recognizer.
|
class |
OracleSelectForUpdateRecognizer
The type oracle select for update recognizer.
|
class |
OracleUpdateRecognizer
The type oracle update recognizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolarDBXDeleteRecognizer
Delete statement recognizer for PolarDB-X
|
class |
PolarDBXSelectForUpdateRecognizer
Select for update statement recognizer for PolarDB-X
|
class |
PolarDBXUpdateRecognizer
Update statement recognizer for PolarDB-X
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresqlDeleteRecognizer |
class |
PostgresqlSelectForUpdateRecognizer |
class |
PostgresqlUpdateRecognizer |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlServerDeleteRecognizer
The type SqlServer delete recognizer.
|
class |
SqlServerSelectForUpdateRecognizer
The type SqlServer select for update recognizer.
|
class |
SqlServerUpdateRecognizer
The type SqlServer update recognizer.
|
Copyright © 2023 Seata. All rights reserved.