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. |
||
| public |
|
The DatabaseObject's key
| public |
|
The BigDB table that the DatabaseObject belongs to
| public |
|
Save the object to the database.
| useOptimisticLocks:Boolean (Default = false) | |
| If set to true, the save only succeeds if no other process has modified the object since it was loaded. | |
| fullOverwrite:Boolean (Default = false) | |
| Not supported yet | |
| callback:Function (Default = null) | |
| Method called when the object has been saved successfully. No values are passed to the callback method. | |
| errorHandler:Function (Default = null) | |
| Method called if an error occoured while saving the DatabaseObject |