class ReQL::TableWriter
- ReQL::TableWriter
- Reference
- Object
Defined in:
reql/helpers/table_writer.crInstance Method Summary
- #atomic_update(table : Storage::AbstractTable, key : Datum, durability : Durability | Nil = nil, &)
- #config_changes : Array(String)
- #config_changes=(config_changes : Array(String))
- #create_index(table : Storage::PhysicalTable, name : String, function : Func, multi : Bool)
- #create_table(table : Storage::VirtualTableConfigTable, row : Hash(String, Datum))
- #created : Atomic(Int32)
- #created=(created : Atomic(Int32))
- #delete(table : Storage::AbstractTable, key : Datum, durability : Durability | Nil = nil)
- #deleted : Atomic(Int32)
- #deleted=(deleted : Atomic(Int32))
- #errors : Atomic(Int32)
- #errors=(errors : Atomic(Int32))
- #first_error : String | Nil
- #first_error=(first_error : String | Nil)
- #generated_keys : Array(String)
- #generated_keys=(generated_keys : Array(String))
- #insert(table : Storage::AbstractTable, row : Hash(String, Datum), durability : Durability | Nil = nil)
- #inserted : Atomic(Int32)
- #inserted=(inserted : Atomic(Int32))
- #merge(other : TableWriter)
- #mutex : Mutex
- #mutex=(mutex : Mutex)
- #replaced : Atomic(Int32)
- #replaced=(replaced : Atomic(Int32))
- #skipped : Atomic(Int32)
- #skipped=(skipped : Atomic(Int32))
- #summary
- #tables_created : Atomic(Int32)
- #tables_created=(tables_created : Atomic(Int32))
- #unchanged : Atomic(Int32)
- #unchanged=(unchanged : Atomic(Int32))
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)
|
Instance Method Detail
def atomic_update(table : Storage::AbstractTable, key : Datum, durability : Durability | Nil = nil, &)
#
def insert(table : Storage::AbstractTable, row : Hash(String, Datum), durability : Durability | Nil = nil)
#