NetDBSetter
Used to manipulate data in the database.
Instance Properties
NetDBSetter.isDone : boolean |
| (Read-only) Whether to complete the data operation. |
Instance Method
NetDBSetter.SetValue ( user_id : number , key : string , value : string ) : boolean |
| Storing data. |
NetDBSetter.Commit ( ) : Promise<void> |
| Submit data. |
