class

ReQL::TableWriter

Inherits Reference / Object

Instance methods

atomic_update(table : Storage::AbstractTable, key : Datum, durability : Durability | Nil = nil, &)
Source
config_changes
Source
config_changes=(config_changes : Array(String))
Source
create_index(table : Storage::PhysicalTable, name : String, function : Func, multi : Bool)
Source
create_table(table : Storage::VirtualTableConfigTable, row : Hash(String, Datum))
Source
created
Source
created=(created : Atomic(Int32))
Source
delete(table : Storage::AbstractTable, key : Datum, durability : Durability | Nil = nil)
Source
deleted
Source
deleted=(deleted : Atomic(Int32))
Source
errors
Source
errors=(errors : Atomic(Int32))
Source
first_error
Source
first_error=(first_error : String | Nil)
Source
generated_keys
Source
generated_keys=(generated_keys : Array(String))
Source
insert(table : Storage::AbstractTable, row : Hash(String, Datum), durability : Durability | Nil = nil)
Source
inserted
Source
inserted=(inserted : Atomic(Int32))
Source
merge(other : TableWriter)
Source
mutex
Source
mutex=(mutex : Sync::Mutex)
Source
replaced
Source
replaced=(replaced : Atomic(Int32))
Source
skipped
Source
skipped=(skipped : Atomic(Int32))
Source
summary
Source
tables_created
Source
tables_created=(tables_created : Atomic(Int32))
Source
unchanged
Source
unchanged=(unchanged : Atomic(Int32))
Source