struct Apps::RemoteSQL::Data

Included Modules

Defined in:

pb-Apps/CATS_SQL.pb.cr

Constant Summary

FIELDS = {1 => {name: :head, pb_type: Header, crystal_type: Header, cast_type: Array(Header)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :rows, pb_type: RowDB, crystal_type: RowDB, cast_type: Array(RowDB)?, native: false, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(head : Array(Header) | Nil = nil, rows : Array(RowDB) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def head : Array(Header) | Nil #

def head=(head : Array(Header) | Nil) #

def rows : Array(RowDB) | Nil #

def rows=(rows : Array(RowDB) | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #