Package | Description |
---|---|
PrologDB |
Modifier and Type | Method and Description |
---|---|
TupleList |
TupleList.copy(TableSchema tableSchema)
copy tuple list by copying each tuple on the list and returning the
copied list.
|
TupleList |
Table.tuples()
return list of Tuples of this table and all of its subtables no
projection is done to ensure that all tuples have exactly and only the
columns of its parents.
|
TupleList |
Table.tuplesLocal()
return only the tuples of this table, and none of its subtables Generally
not used; tuples() is preferred
|