struct Storage::VirtualServerConfigTable

Defined in:

storage/table/virtual_server_config_table.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Storage::VirtualTable

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

Constructor methods inherited from struct Storage::VirtualTable

new(name : String, manager : Manager) new

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

def self.new(manager : Manager) #

[View source]

Instance Method Detail

def get(key) #

[View source]
def scan(&) #

[View source]