class Clickhoused::Parameter

Defined in:

clickhoused/parameter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, value : String) #

[View source]

Instance Method Detail

def encode(writer : Writer, revision : UInt64) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def value : String #

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

[View source]