public String _columnCreationClauseForAttribute(EOAttribute attribute) {
return addCreateClauseForAttribute(attribute).toString();
}
public StringBuffer addCreateClauseForAttribute(EOAttribute eoattribute) {
EOSQLExpression _expression_ = _expressionForEntity(eoattribute.entity());
_expression_.addCreateClauseForAttribute(eoattribute);
return new StringBuffer(_expression_.listString());
}
to PostgresqlSynchronizationFactory
On Sep 19, 2010, at 1:22 AM, Farrukh Ijaz wrote:
addCreateClauseForAttribute