Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.db.sql.JoinObject

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)
           
static java.util.Collection<java.lang.String> SQLFragmentUtils.listCommonColumns(JoinObject join)
          List the names of columns common to both the left and right side of the given join.
 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
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.