Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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  void JoinObject.copyToImpl(JoinObject target, DBObject copyParent, IDPolicy idPolicy)
           
protected  JoinCondition AbstractSQLQueryBuilder.createJoinCondition(FKConstraint fk, JoinObject join)
          Constructs a condition to represent the given FK for the given join.
protected  boolean JoinObject.equalsImpl(JoinObject other)
           
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)

E13403-04

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