Today only field entries for which we have a parsing expression are declared inside the database definition.
Other fields that are parsed inside parsing methods in the entry class, are not declared.
This prevent us from defining a method that would return all entry fields handled inside a database connector.
What to do:
Today only field entries for which we have a parsing expression are declared inside the database definition. Other fields that are parsed inside parsing methods in the entry class, are not declared. This prevent us from defining a method that would return all entry fields handled inside a database connector. What to do:
myField: COMPUTED
getParsedEntryFields()
insideBiodbDbInfo
(orBiodbConnBase
?) class that returns a character vector of all fields parsed.