C Main API Reporting, Updating, and Calculation Functions

These functions carry out reporting (retrieving data), updating (loading data) and calculation (aggregating data) tasks against the active database.

FunctionDescription
EssReportSends a report specification to the active database as a single string.
EssBeginReportStarts sending a report specification to the active database.
EssEndReportMarks the end of a report specification being sent to the active database.
EssUpdateSends an update to the active database as a single string.
EssUpdateFileASOSends an update specification to the active aggregate storage database from a file.
EssUpdateFileUTF8ASOSends an update specification to the active aggregate storage database from a UTF-8-encoded file.
EssBeginUpdateStarts sending an update specification to the active database.
EssEndUpdateMarks the end of an update specification being sent to the active database.
EssGetStringGets a string of data from the active database.
EssSendStringSends a string of data to the active database.
EssCalcSends and optionally executes a calc script against the active database as a single string.
EssBeginCalcStarts sending a calc script and optionally executes it against the active database.
EssEndCalcMarks the end of a calc script being sent to the active database.
EssDefaultCalcExecutes the default calculation for the active database.
EssGetDefaultCalcGets the default calc script for the active database.
EssListCalcFunctionsLists all available calculator functions.
EssSetDefaultCalcSets the default calc script for a database.