abstract struct Storage::VirtualTable
Direct Known Subclasses
- Storage::VirtualCurrentIssuesTable
- Storage::VirtualDbConfigTable
- Storage::VirtualJobsTable
- Storage::VirtualServerConfigTable
- Storage::VirtualServerStatusTable
- Storage::VirtualStatsTable
- Storage::VirtualTableConfigTable
- Storage::VirtualTableStatusTable
Defined in:
storage/table/virtual_table.crConstructors
Instance Method Summary
- #db_name : String
- #index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
- #name : String
- #replace(key, durability : ReQL::Durability | Nil = nil, &block : Hash(String, ReQL::Datum) | Nil -> Hash(String, ReQL::Datum) | Nil)
Instance methods inherited from struct Storage::AbstractTable
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
Constructor methods inherited from struct Storage::AbstractTable
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
def index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
#
def replace(key, durability : ReQL::Durability | Nil = nil, &block : Hash(String, ReQL::Datum) | Nil -> Hash(String, ReQL::Datum) | Nil)
#