def primary_key
#
abstract struct Storage::AbstractTable
- Storage::AbstractTable
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
storage/table/abstract_table.crConstructors
Instance Method Summary
- #close
- #db_name : String
- #get(key)
- #index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
- #initialize
- #name : String
- #primary_key
- #replace(key : ReQL::Datum, durability : ReQL::Durability | Nil = nil, &block : Hash(String, ReQL::Datum) | Nil -> Hash(String, ReQL::Datum) | Nil)
- #scan(&block : Hash(String, ReQL::Datum) -> )
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
abstract
def index_scan(index_name : String, index_value_start : ReQL::Datum, index_value_end : ReQL::Datum, &block : Hash(String, ReQL::Datum) -> )
#
abstract
def replace(key : ReQL::Datum, durability : ReQL::Durability | Nil = nil, &block : Hash(String, ReQL::Datum) | Nil -> Hash(String, ReQL::Datum) | Nil)
#