This class enables a database table to be easily manipulated without having to write any SQL.
Moreover, it allows multiple rows operations, which is not possible with class RocksDBO.
Located in /RocksDBOArray.php (line 14)
The constructor enables the database object array to be configured.
This counts the number of items in the DBOArray.
This determines the order of the array. There can be as many order bys applied as wanted.
This will delete rows that match the parameters you have set on this object. Moreover, it also clears the $Results array.
This returns the array of field definitions.
This loads an array of RocksDBO objects into $Results array.
This saves all RocksDBO objects in $Results to the database. Insert/update is executed seperately for each object.
This will select all data with the properties that are set. This function can return more than one rows when found.