struct

CryBase::CouchBase::Services::Query::Result

Inherits Struct < Value < Object

Constructors

from_body(body : String) : Result
Source
from_stream(io : IO, &) : Result
Source
new(request_id : String | Nil, client_context_id : String | Nil, status : String | Nil, signature : JSON::Any | Nil, rows : Array(JSON::Any), warnings : Array(Issue), errors : Array(Issue), metrics : JSON::Any | Nil, profile : JSON::Any | Nil, raw : JSON::Any)
Source

Instance methods

client_context_id
Source
each_row
Source
each_row_as(type : T.class, & : T -> ) : Nil forall T
Source
error?
Source
errors
Source
issue_code?(code : Int32 | Int64) : Bool
Source
metrics
Source
prepared_statement_missing?
Source
profile
Source
request_id
Source
rows
Source
rows_as(type : T.class) : Array(T) forall T
Source
signature
Source
status
Source
success?
Source
warnings
Source