WebObjects 5.4

com.webobjects.eoaccess
Interface EOSQLExpression.SQLValue

All Known Implementing Classes:
EOAttribute, EOEntity, EOEntityIndex, EORelationship, EOSQLQualifier
Enclosing class:
EOSQLExpression

public static interface EOSQLExpression.SQLValue

This interface defines API for objects that can provide values for themselves to be used in SQL statements. Classes that implement the method -- EOAttribute, EOEntity, EORelationship, and EOSQLQualifier -- declare that they implement this method.


Method Summary
 String valueForSQLExpression(EOSQLExpression context)
          Returns a String to be used to represent the receiver in an SQL statement.
 

Method Detail

valueForSQLExpression

String valueForSQLExpression(EOSQLExpression context)
Returns a String to be used to represent the receiver in an SQL statement.

Parameters:
context - an EOSQLExpression object used a context for the receiver
Returns:
a String to be used to represent the receiver in an SQL statement

Last updated Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.