class Storage::Manager::Table

Defined in:

storage/manager.cr

Constructors

Instance Method Summary

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(info : Storage::KeyValueStore::TableInfo, db_name : String) #

[View source]

Instance Method Detail

def db_name : String #

[View source]
def db_name=(db_name : String) #

[View source]
def impl : PhysicalTable #

def impl=(impl : PhysicalTable) #

[View source]
def impl? : PhysicalTable | Nil #


[View source]
def indices=(indices : Hash(String, Storage::Manager::Index)) #

[View source]

[View source]
def info=(info : KeyValueStore::TableInfo) #

[View source]