struct Clickhouse::Response::Field

Defined in:

clickhouse/response/field.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(__temp_78 : JSON::Any) #

[View source]

Class Method Detail

def self.from_json(string : String) #

[View source]

Instance Method Detail

def name #

[View source]
def name=(value : String) #

[View source]
def name? : String? #

[View source]
def to_h #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def type #

[View source]
def type=(value : String) #

[View source]
def type? : String? #

[View source]