[Top]
Mird
Mird.Glue
Mird.Glue.Transaction
|
Method Mird.Glue.Transaction()->store()
- Method
store
-
object Mird.Glue.Transaction()->store(int table_id, int|string key, string data)
object Mird.Glue.Transaction()->delete(int table_id, int|string key)
object(zero)|string Mird.Glue.Transaction()->fetch(int table_id, int|string key)
- Returns
-
-
the data value or zero_type if key wasn't found
|