Package | Description |
---|---|
Allegory.Alleg |
Modifier and Type | Field and Description |
---|---|
Dept |
Job.worksin |
Modifier and Type | Method and Description |
---|---|
static Dept |
Dept.make(PrologDB.Tuple t) |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<Dept> |
DeptTable.tuples() |
Modifier and Type | Method and Description |
---|---|
void |
DeptTable.cascadingDeleteLocal(Dept t) |
boolean |
DeptTable.deleteFromSubTables(Dept t) |
Modifier and Type | Method and Description |
---|---|
<TABLE> TABLE |
Dept.applyDept(java.util.function.Function<Dept,TABLE> f) |
Constructor and Description |
---|
DeptTable(Database db,
Dept t) |
Job(java.lang.String id,
Emp employs,
Dept worksin) |