struct Clickhouse::Response::Field
  
  - Clickhouse::Response::Field
- Struct
- Value
- Object
Defined in:
clickhouse/response/field.crConstructors
Class Method Summary
Instance Method Summary
- #name
- #name=(value : String)
- #name? : String?
- #to_h
- #to_json(json : JSON::Builder)
- 
        #to_s(io : IO)
        
          Same as #inspect(io).
- #type
- #type=(value : String)
- #type? : String?