abstract struct Storage::AbstractTable

Direct Known Subclasses

Defined in:

storage/table/abstract_table.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 #

[View source]

Instance Method Detail

def close #

[View source]
abstract def db_name : String #

[View source]
def get(key) #

[View source]
abstract def index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> ) #

[View source]
def initialize #

[View source]
abstract def name : String #

[View source]
def primary_key #

[View source]
abstract def replace(key : ReQL::Datum, durability : ReQL::Durability | Nil = nil, &block : Hash(String, ReQL::Datum) | Nil -> Hash(String, ReQL::Datum) | Nil) #

[View source]
abstract def scan(&block : Hash(String, ReQL::Datum) -> ) #

[View source]