public interface Table
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBinding
(Binding binding) void
close()
boolean
getVars()
boolean
isEmpty()
iterator
(ExecutionContext execCxt) Return a QueryIterator over the whole table.rows()
Return a fresh iterator over the whole table.int
size()
toRowSet()
-
Method Details
-
close
void close() -
getVars
-
getVarNames
-
size
int size() -
isEmpty
boolean isEmpty() -
iterator
Return a QueryIterator over the whole table. -
rows
Return a fresh iterator over the whole table. -
addBinding
-
contains
-
toRowSet
RowSet toRowSet()
-