| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinObject | |
|---|---|
| oracle.ide.db.panels.sql | UI classes for declaratively editing a SQL query. | 
| oracle.javatools.db.sql | Contains an API for declaratively parsing SQL queries (SELECT statements). | 
| Uses of JoinObject in oracle.ide.db.panels.sql | 
|---|
| Methods in oracle.ide.db.panels.sql that return JoinObject | |
|---|---|
 JoinObject | 
JoinObjectEditDialog.getJoin() | 
| Methods in oracle.ide.db.panels.sql with parameters of type JoinObject | |
|---|---|
 void | 
JoinObjectEditDialog.setJoin(JoinObject join) | 
| Uses of JoinObject in oracle.javatools.db.sql | 
|---|
| Methods in oracle.javatools.db.sql with parameters of type JoinObject | |
|---|---|
protected  JoinCondition | 
AbstractSQLQueryBuilder.createJoinCondition(FKConstraint fk, JoinObject join)Constructs a condition to represent the given FK for the given join.  | 
protected  FromObjectUsage | 
AbstractSQLQueryBuilder.findColumnInJoin(java.lang.String colName, JoinObject join, boolean allowDuplicates, SQLFragment creating) | 
 OnJoinCondition | 
SQLQueryBuilder.parseOnExpression(java.lang.String expression, JoinObject join)More specific than parseFromExpression() this method is used to specifically parse the ON expression for a JOIN in a FROM clause.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||