| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,Field>> |
DataCompareUtils.rowListToMap(List<Row> rowList,
List<String> primaryKeyList)
Row list to map map.
|
| Modifier and Type | Method and Description |
|---|---|
static Result<Boolean> |
DataCompareUtils.isFieldEquals(Field f0,
Field f1)
Is field equals result.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SqlGenerateUtils.setParamForPk(List<Map<String,Field>> pkRowsList,
List<String> pkColumnNameList,
PreparedStatement pst)
set parameter for PreparedStatement, this is only used in pk sql.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
Row.getFields()
Gets fields.
|
List<Field> |
Row.nonPrimaryKeys()
Non-primary keys list.
|
List<Map<String,Field>> |
TableRecords.pkRows()
Pk rows list.
|
List<Map<String,Field>> |
TableRecords.EmptyTableRecords.pkRows() |
List<Field> |
Row.primaryKeys()
Primary keys list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Row.add(Field field)
Add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Row.setFields(List<Field> fields)
Sets fields.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Field> |
AbstractUndoExecutor.getOrderedPkList(TableRecords image,
Row row,
String dbType) |
protected Map<String,List<Field>> |
AbstractUndoExecutor.parsePkValues(List<Row> rows,
List<String> pkNameList)
Parse pk values Field List.
|
protected Map<String,List<Field>> |
AbstractUndoExecutor.parsePkValues(TableRecords records)
Parse pk values Field List.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractUndoExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList)
Undo prepare.
|
protected void |
AbstractUndoExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList)
Undo prepare.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DmUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
protected void |
DmUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MariadbUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
protected void |
MariadbUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MySQLJsonHelper.convertIfJson(Field field,
TableMeta tableMeta) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySQLUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
protected void |
MySQLUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OracleUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
protected void |
OracleUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PolarDBXUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
protected void |
PolarDBXUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PostgresqlUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
protected void |
PostgresqlUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SqlServerUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
protected void |
SqlServerUndoInsertExecutor.undoPrepare(PreparedStatement undoPST,
ArrayList<Field> undoValues,
List<Field> pkValueList) |
Copyright © 2024 Apache. All rights reserved.