| Package | Description |
|---|---|
| com.xxdb.streaming.client.streamingSQL |
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
ChangeRecord.getType() |
static ChangeType |
ChangeType.toChangeType(byte type) |
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChangeRecord(ChangeType type,
int lineNo,
List<Entity> rowData) |
Copyright © 2026 DolphinDB. All rights reserved.