abstract static class DatabaseEditor.RowProc extends java.lang.Object
| Constructor and Description |
|---|
RowProc() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
doRow(java.util.ArrayList<java.lang.String> row)
Method called on each row of a table resulting from a query.
|