Skip to main content

DatabaseUtil

General database utilities used for fetching and creating raw data.

Methods

retrieveSerializedData

retrieveSerializedData(name);
PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
namestringundefinedSchema name.

Returns

RawData[]


retrieveObjectiveNames

retrieveObjectiveNames();

Returns

string[]


tableExists

tableExists(name);
PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
namestringundefinedTable name.

Returns

boolean


toRaw

toRaw(name, id, data);
PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
namestringundefinedRaw name.
idstringundefinedRaw id.
datastringundefinedRaw data.

Returns

string


fromRaw

fromRaw(raw);
PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
namestringundefinedRaw item.

Returns

RawData


validName

tableExists(name);
PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
namestringundefinedname.

Returns

boolean