Uses of Class
net.wotonomy.access.EOAttribute

Packages that use EOAttribute
net.wotonomy.access   
 

Uses of EOAttribute in net.wotonomy.access
 

Fields in net.wotonomy.access declared as EOAttribute
protected  EOAttribute EOJoin._destination
           
protected  EOAttribute EOAttribute._prototype
           
protected  EOAttribute EOJoin._source
           
 

Methods in net.wotonomy.access that return EOAttribute
 EOAttribute EOEntity._attributeForPath(java.lang.String path)
           
 EOAttribute EOEntity.attributeNamed(java.lang.String name)
           
 EOAttribute EOJoin.destinationAttribute()
           
 EOAttribute EOAttribute.prototype()
           
 EOAttribute EOJoin.sourceAttribute()
           
 

Methods in net.wotonomy.access with parameters of type EOAttribute
 java.lang.String EOSQLExpression._aliasForRelatedAttributeRelationshipPath(EOAttribute a, java.lang.String path)
           
 void EOEntity.addAttribute(EOAttribute atr)
           
 void EOSQLExpression.addCreateClauseForAttribute(EOAttribute attr)
          Adds the SQL to create the attribute to the attribute list.
 void EOSQLExpression.addInsertListAttribute(EOAttribute attr, java.lang.Object o)
           
 void EOSQLExpression.addSelectListAttribute(EOAttribute attr)
           
 void EOSQLExpression.addUpdateListAttribute(EOAttribute attr, java.lang.Object o)
           
 void EOAdaptor.assignExternalInfoForAttribute(EOAttribute attribute)
           
 void EOAdaptor.assignExternalTypeForAttribute(EOAttribute attribute)
           
abstract  net.wotonomy.foundation.NSMutableDictionary EOSQLExpression.bindVariableDictionaryForAttribute(EOAttribute attr, java.lang.Object o)
           
 java.lang.String EOSQLExpression.columnTypeStringForAttribute(EOAttribute attr)
           
 net.wotonomy.foundation.NSData EOAdaptor.fetchedValueForDataValue(net.wotonomy.foundation.NSData value, EOAttribute attr)
           
 net.wotonomy.foundation.NSTimestamp EOAdaptor.fetchedValueForDateValue(net.wotonomy.foundation.NSTimestamp value, EOAttribute attr)
           
 java.lang.Number EOAdaptor.fetchedValueForNumberValue(java.lang.Number value, EOAttribute attr)
           
 java.lang.String EOAdaptor.fetchedValueForStringValue(java.lang.String value, EOAttribute attr)
           
 java.lang.Object EOAdaptor.fetchedValueForValue(java.lang.Object value, EOAttribute attr)
           
 java.lang.String EOSQLExpression.formatValueForAttribute(java.lang.Object value, EOAttribute attr)
           
 boolean EOEntity.isValidPrimaryKeyAttribute(EOAttribute attr)
           
 boolean EOSQLExpression.mustUseBindVariableForAttribute(EOAttribute attr)
           
 void EOEntity.removeAttribute(EOAttribute atr)
           
 void EOAttribute.setPrototype(EOAttribute proto)
           
 boolean EOSQLExpression.shouldUseBindVariableForAttribute(EOAttribute attr)
           
 java.lang.String EOSQLExpression.sqlStringForAttribute(EOAttribute attr)
           
 

Constructors in net.wotonomy.access with parameters of type EOAttribute
EOJoin(EOAttribute src, EOAttribute dst)
           
 



Copyright © 2006 null. All Rights Reserved.