class Focus::Metadata::Column::DataType

Defined in:

generator/metadata/column.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, kind : String, is_unsigned : Bool, dimensions : Int32 = 0) #

[View source]

Instance Method Detail

def dimensions : Int32 #

[View source]
def enum? : Bool #

[View source]
def is_array? : Bool #

[View source]
def is_unsigned : Bool #

[View source]
def kind : String #

[View source]
def name : String #

[View source]