class Sqlsync::Table::Descriptor::Column

Defined in:

sqlsync/table.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, column_type : Typer.class) #

[View source]

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def column_type : Sqlsync::Table::Descriptor::Column::Typer.class #

[View source]
def name : String #

[View source]