Constructor and Description |
---|
XTable(Database db) |
XTable(Database db,
X t) |
Modifier and Type | Method and Description |
---|---|
<TABLE> TABLE |
applyX(java.util.function.Function<XTable,TABLE> f) |
void |
cascadingDeleteLocal(X t) |
boolean |
deleteFromSubTables(X t) |
Lang.STRINGTable |
id() |
void |
makeAndAdd(PrologDB.Tuple t) |
void |
mastHead(java.io.PrintStream out) |
XTable |
New() |
java.lang.String |
pformat() |
java.lang.String |
ppformat(boolean local) |
java.util.LinkedList<X> |
tuples() |
java.lang.String |
TupleTypeName() |
Lang.STRINGTable |
x1() |
CTable |
xc() |
add, addFirst, addLast, aggregate, allMatch, anyMatch, cascadingDelete, cascadingDeleteEH, contains, count, delete, delete, deleteEH, duplicates, equals, error, exists, exists, exists, filter, first, follow, follow, followEH, forEach, getFirst, getTuple, getTuple, getTupleEH, groupBy, groupBy, implies, initTupleList, intersect, isEmpty, isLegit, isNotEmpty, isNotNull, isUnique, noMatch, notExist, notExist, notExist, prettyPrint, prettyprint, prettyprintLocal, print, print, printLocal, reject, select, size, sort, stream, tuplesLocal, union, unique
public java.lang.String TupleTypeName()
public <TABLE> TABLE applyX(java.util.function.Function<XTable,TABLE> f)
public java.util.LinkedList<X> tuples()
public void makeAndAdd(PrologDB.Tuple t)
public boolean deleteFromSubTables(X t)
public void cascadingDeleteLocal(X t)
public void mastHead(java.io.PrintStream out)
public java.lang.String pformat()
public java.lang.String ppformat(boolean local)
public Lang.STRINGTable id()
public Lang.STRINGTable x1()
public CTable xc()