|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinCondition | |
|---|---|
| oracle.javatools.db.sql | Contains an API for declaratively parsing SQL queries (SELECT statements). |
| Uses of JoinCondition in oracle.javatools.db.sql |
|---|
| Classes in oracle.javatools.db.sql that implement JoinCondition | |
|---|---|
class |
OnJoinConditionObject to represent the ON condition of a JOIN clause. |
class |
UsingJoinConditionObject to represent the condition part of a JOIN that has a USING clause. |
| Methods in oracle.javatools.db.sql that return JoinCondition | |
|---|---|
protected JoinCondition |
AbstractSQLQueryBuilder.createJoinCondition(FKConstraint fk, JoinObject join)Constructs a condition to represent the given FK for the given join. |
JoinCondition |
JoinObject.getCondition() |
| Methods in oracle.javatools.db.sql with parameters of type JoinCondition | |
|---|---|
void |
JoinObject.setCondition(JoinCondition condition) |
| Constructors in oracle.javatools.db.sql with parameters of type JoinCondition | |
|---|---|
JoinObject(FromObject left, FromObject right, JoinCondition condition)Creates a default join for the given FromObjects and condition. |
|
JoinObject(FromObject left, FromObject right, java.lang.String type, boolean natural, JoinCondition condition)Note: If using existing FromObjects for the left or right parameters, it is the responsibility of the API user to remove these FromObjects from the query. |
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||