struct Storage::VirtualServerConfigTable
Defined in:
storage/table/virtual_server_config_table.cr
Constructors
Instance Method Summary
db_name : String
db_name,
index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
index_scan,
name : String
name,
replace(key, durability : ReQL::Durability | Nil = nil, &block : Hash(String, ReQL::Datum) | Nil -> Hash(String, ReQL::Datum) | Nil)
replace
new(name : String, manager : Manager)
new
close
close,
db_name : String
db_name,
get(key)
get,
index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
index_scan,
initialize
initialize,
name : String
name,
primary_key
primary_key,
replace(key : ReQL::Datum, durability : ReQL::Durability | Nil = nil, &block : Hash(String, ReQL::Datum) | Nil -> Hash(String, ReQL::Datum) | Nil)
replace,
scan(&block : Hash(String, ReQL::Datum) -> )
scan
new
new
Instance methods inherited from class Object
!=(other : RethinkDB::DSL::R)
!=,
%(other : RethinkDB::DSL::R)
%,
&(other : RethinkDB::DSL::R)
&,
*(other : RethinkDB::DSL::R)
*,
+(other : RethinkDB::DSL::R)
+,
-(other : RethinkDB::DSL::R)
-,
/(other : RethinkDB::DSL::R)
/,
<(other : RethinkDB::DSL::R)
<,
<=(other : RethinkDB::DSL::R)
<=,
==(other : RethinkDB::DSL::R)
==,
>(other : RethinkDB::DSL::R)
>,
>=(other : RethinkDB::DSL::R)
>=,
|(other : RethinkDB::DSL::R)
|
Constructor Detail
Instance Method Detail