[eml-dev] [Bug 2577] - Data Manager Library: API to enumerate table and field names
bugzilla-daemon@ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Fri Dec 15 08:53:34 PST 2006
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2577
dcosta at lternet.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #1 from dcosta at lternet.edu 2006-12-15 08:53 -------
This is now supported with the following four methods in the DataManager class:
public static String getDBFieldName(Entity entity, Attribute attribute)
public static String[] getDBFieldNames(String packageID, String entityName)
public static String getDBTableName(String packageID, String entityName)
public static String getDBTableName(Entity entity)
More information about the Eml-dev
mailing list