class Sqlsync::Table::Descriptor

Defined in:

sqlsync/table.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_column(name : String, column_type : String) #

[View source]
def add_mapping(from_column : String, to_column : String) #

[View source]

[View source]
def has_column?(name : String) #

[View source]

[View source]
def identifier=(identifier : Sqlsync::Table::Descriptor::Identifier) #

[View source]
def mapping : Hash(String, String) #

[View source]
def table_name : String #

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

[View source]