|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Join | |
---|---|
org.israfil.sqlelements | |
org.israfil.sqlelements.constraints |
Uses of Join in org.israfil.sqlelements |
---|
Classes in org.israfil.sqlelements that implement Join | |
---|---|
class |
AbstractJoin
Represents a single column from a single (physical or virtual) table. |
class |
InnerJoin
A Constraint wrapper around a Join object |
class |
LeftOuterJoin
Represents a single column from a single (physical or virtual) table. |
Fields in org.israfil.sqlelements with type parameters of type Join | |
---|---|
protected java.util.Set<Join> |
Select.joins
|
Methods in org.israfil.sqlelements that return types with arguments of type Join | |
---|---|
java.util.Set<Join> |
Query.getJoins()
|
java.util.Set<Join> |
Select.getJoins()
|
Methods in org.israfil.sqlelements with parameters of type Join | |
---|---|
void |
Select.addJoins(Join... newJoins)
|
Method parameters in org.israfil.sqlelements with type arguments of type Join | |
---|---|
void |
Select.addJoins(java.util.Set<Join> joins)
|
Constructors in org.israfil.sqlelements with parameters of type Join | |
---|---|
Select(Column[] columns,
Constraint constraint,
Join... joins)
|
|
Select(Column[] columns,
Join... joins)
|
|
Select(Column column,
Constraint constraint,
Join... joins)
|
|
Select(Column column,
Join... joins)
|
Uses of Join in org.israfil.sqlelements.constraints |
---|
Constructors in org.israfil.sqlelements.constraints with parameters of type Join | |
---|---|
JoinConstraint(Join j)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |