Checks the existance of data.
Optional_data: unknownChecks whether value is less than or equal to (i.e. <=) the query.
Optional_data: unknownChecks whether value is greater than or equal to (i.e. >=) the query.
Optional_data: unknownCasts a number.
Optionaldata: unknownCasts a number.
Optionalvalue_: unknownOptionaldata: unknownCompares data. This function is used when sorting.
Checks the equality of data.
Optional_data: unknownParses data. This function is used when restoring data from database files.
Checks the existance of data.
Optional_data: unknownChecks whether value is greater than (i.e. >) the query.
Optional_data: unknownChecks whether value is greater than or equal to (i.e. >=) the query.
Optional_data: unknownChecks whether value is equal to one of elements in query.
Optional_data: unknownChecks whether value is less than (i.e. <) the query.
Optional_data: unknownChecks whether value is less than or equal to (i.e. <=) the query.
Optional_data: unknownChecks the equality of data. Returns true if the value doesn't match.
Optionaldata: unknownChecks whether value is not equal to any elements in query.
Optional_data: unknownSubtracts value from a number.
Divides a number by a value.
Adds value to a number.
Updates a number if the value is greater than the current value.
Updates a number if the value is less than the current value.
Divides a number by a value and returns the remainder.
Multiplies value to a number.
Renames a field.
Validates a number.
Optionalvalue_: unknownOptionaldata: unknownTransforms value. This function is used when saving data to database files.
Optional_data: unknown
Number schema type.