ActionScript3 Reference
Class DatabaseObject
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 |
|
||
public |
Save the object to the database. |
||
public |
|
DatabaseObject.key
public |
|
The DatabaseObject's key
DatabaseObject.table
public |
|
The BigDB table that the DatabaseObject belongs to
DatabaseObject.commit
public |
|
DatabaseObject.save
public |
|
Save the object to the database.
Arguments
useOptimisticLock:Boolean (Default = false) | |
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 |
DatabaseObject.toString
public |
|