JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
J
join(Table, String, Table, String)
- Static method in class PrologDB.
Table
this is a table constructor that takes the equijoin of innerTable on the innerJoinKey (column name) with outerTable on the outerJoinKey (column name).
joinFirst(String, Table, String)
- Method in class PrologDB.
Tuple
returns the first tuple of otherTable that joins with 'this', where "this".thisJoinkey == otherTable.otherJoinKey; returns null otherwise
joinFirstEH(String, Table, String)
- Method in class PrologDB.
Tuple
same as firstJoin, except an Error is thrown if no tuple of otherTable is found.
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes