struct

MySql::ColumnSpec

Inherits Struct < Value < Object

Constructors

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)
Source

Instance methods

catalog
character_set
clone
Source
column_length
column_type
Source
column_type_code
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)
Source
decimal
flags
name
org_name
org_table
schema
table