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)
|