struct MySql::ColumnSpec

Defined in:

mysql.cr:5
mysql.cr:7

Constructors

Instance Method Summary

Constructor Detail

def self.new(catalog : String, schema : String, table : String, org_table : String, name : String, org_name : String, character_set : UInt16, column_length : UInt32, column_type_code : UInt8, flags : UInt16, decimal : UInt8) #

[View source]

Instance Method Detail

def catalog : String #

def character_set : UInt16 #

def clone #

[View source]
def column_length : UInt32 #

def column_type #

[View source]
def column_type_code : UInt8 #

def copy_with(catalog _catalog = @catalog, schema _schema = @schema, table _table = @table, org_table _org_table = @org_table, name _name = @name, org_name _org_name = @org_name, character_set _character_set = @character_set, column_length _column_length = @column_length, column_type_code _column_type_code = @column_type_code, flags _flags = @flags, decimal _decimal = @decimal) #

[View source]
def decimal : UInt8 #

def flags : UInt16 #

def name : String #

def org_name : String #

def org_table : String #

def schema : String #

def table : String #