public class ChangeRecord extends Object
| Constructor and Description |
|---|
ChangeRecord(ChangeType type,
int lineNo,
List<Entity> rowData) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNo() |
List<Entity> |
getRowData() |
ChangeType |
getType() |
public ChangeRecord(ChangeType type, int lineNo, List<Entity> rowData)
public ChangeType getType()
public int getLineNo()
Copyright © 2026 DolphinDB. All rights reserved.