Namespace: playerio
Language: ActionScript 3
Player.IO BigDB Database object
Properties | |||
|---|---|---|---|
| public |
The DatabaseObject's key |
||
| public |
The BigDB table that the DatabaseObject belongs to |
||
Methods | |||
| public |
Save the object to the database. |
||
The DatabaseObject's key
The BigDB table that the DatabaseObject belongs to
Save the object to the database.
| Boolean | useOptimisticLocks |
| If set to true, the save only succeeds if no other process has modified the object since it was loaded. | |
| Boolean | fullOverwrite |
| Not supported yet | |
| Function | callback |
| Method called when the object has been saved successfully. No values are passed to the callback method. | |
| Function | errorHandler |
| Method called if an error occoured while saving the DatabaseObject |