struct CryBase::CouchBase::Services::Query::PreparedStatement

Defined in:

crybase/couchbase/services/query/prepared_statement.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_result(statement : String, result : Result) : PreparedStatement #

[View source]
def self.new(statement : String, name : String, encoded_plan : String | Nil, raw : JSON::Any) #

[View source]

Instance Method Detail

def encoded_plan : String | Nil #

[View source]
def name : String #

[View source]
def raw : JSON::Any #

[View source]
def statement : String #

[View source]