public abstract class RowSelectorBase extends Object implements RowSelector
| Modifier and Type | Field and Description |
|---|---|
protected DStructType |
dtype |
protected ErrorTracker |
et |
protected FilterExp |
filter |
protected String |
keyField |
protected DTypeRegistry |
registry |
protected QuerySpec |
spec |
protected MemDBTable |
tbl |
protected boolean |
wasError |
| Constructor and Description |
|---|
RowSelectorBase() |
| Modifier and Type | Method and Description |
|---|---|
MemDBTable |
getTbl() |
void |
init(ErrorTracker et,
QuerySpec spec,
DStructType dtype,
DTypeRegistry registry) |
void |
setTbl(MemDBTable tbl) |
boolean |
wasError() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchprotected FilterExp filter
protected DStructType dtype
protected String keyField
protected ErrorTracker et
protected boolean wasError
protected MemDBTable tbl
protected QuerySpec spec
protected DTypeRegistry registry
public void init(ErrorTracker et, QuerySpec spec, DStructType dtype, DTypeRegistry registry)
init in interface RowSelectorpublic boolean wasError()
wasError in interface RowSelectorpublic void setTbl(MemDBTable tbl)
setTbl in interface RowSelectorpublic MemDBTable getTbl()
getTbl in interface RowSelectorCopyright © 2020. All rights reserved.