Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOSQLExpression.SQLValue


Implemented by:
EOAttribute, EOEntity, EORelationship, EOSQLQualifier
Package:
com.webobjects.eoaccess

Interface Description


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.



Instance Methods



valueForSQLExpression

public abstract String valueForSQLExpression(EOSQLExpression context)

Returns a String to be used to represent the receiver in an SQL statement.

© 2001 Apple Computer, Inc. (Last Published April 13, 2001)


Table of Contents