public interface DBChangeListener
| Modifier and Type | Field and Description |
|---|---|
static int |
OPERATION_DELETE |
static int |
OPERATION_INSERT |
static int |
OPERATION_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
void |
newChange(String tableName,
ResultSet row) |
void |
newChanges(HashMap<String,ResultSet> changes) |
void |
timeOut() |
static final int OPERATION_DELETE
static final int OPERATION_INSERT
static final int OPERATION_UPDATE
Copyright © 2019 SMYLD. All rights reserved.