Project Wonder 5.0

com.webobjects.jdbcadaptor
Class EROracleExpressionDelegate

java.lang.Object
  extended by com.webobjects.jdbcadaptor.EROracleExpressionDelegate
All Implemented Interfaces:
EROracleExpression.Delegate

public class EROracleExpressionDelegate
extends Object
implements EROracleExpression.Delegate


Constructor Summary
EROracleExpressionDelegate()
           
 
Method Summary
protected  String constraintName(String tableName, String relationshipName)
           
 String constraintStatementForRelationship(EORelationship relationship, NSArray sourceColumns, NSArray destinationColumns)
          Returns the constraint name for the given relationship.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EROracleExpressionDelegate

public EROracleExpressionDelegate()
Method Detail

constraintName

protected String constraintName(String tableName,
                                String relationshipName)

constraintStatementForRelationship

public String constraintStatementForRelationship(EORelationship relationship,
                                                 NSArray sourceColumns,
                                                 NSArray destinationColumns)
Description copied from interface: EROracleExpression.Delegate
Returns the constraint name for the given relationship.

Specified by:
constraintStatementForRelationship in interface EROracleExpression.Delegate
Parameters:
relationship - the relationship
sourceColumns - the source columns
destinationColumns - the destination columns
Returns:
the constraint name (or null for default)

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.