class

Pared::Session::SQLiteEngine::StorageInstance

Inherits JSON::Serializable < Reference < Object

Constructors

new(id : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bigint(k : String, v : Int64)
Source
bigint(k : String) : Int64
Source
bigint?(k : String) : Int64 | Nil
Source
bigints
bool(k : String, v : Bool)
Source
bool(k : String) : Bool
Source
bool?(k : String) : Bool | Nil
Source
bools
delete_bigint(k : String)
Source
delete_bool(k : String)
Source
delete_float(k : String)
Source
delete_int(k : String)
Source
delete_object(k : String)
Source
delete_string(k : String)
Source
float(k : String, v : Float64)
Source
float(k : String) : Float64
Source
float?(k : String) : Float64 | Nil
Source
floats
id
id?
int(k : String, v : Int32)
Source
int(k : String) : Int32
Source
int?(k : String) : Int32 | Nil
Source
ints
last_access_at
last_access_at=(last_access_at : Int64)
last_access_at?
objects
string(k : String, v : String)
Source
string(k : String) : String
Source
string?(k : String) : String | Nil
Source
strings

Macros

define_storage(vars)
Source