Class: WIKK::MySQL_FIELD
- Inherits:
-
Struct
- Object
- Struct
- WIKK::MySQL_FIELD
- Defined in:
- lib/wikk_sql.rb
Overview
From mysql.h, but mostly blank for both our connectors
Instance Attribute Summary collapse
-
#catalog ⇒ Object
Returns the value of attribute catalog.
-
#charsetnr ⇒ Object
Returns the value of attribute charsetnr.
-
#col_width ⇒ Object
Returns the value of attribute col_width.
-
#db ⇒ Object
Returns the value of attribute db.
-
#decimals ⇒ Object
Returns the value of attribute decimals.
-
#def ⇒ Object
Returns the value of attribute def.
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#max_length ⇒ Object
Returns the value of attribute max_length.
-
#name ⇒ Object
Returns the value of attribute name.
-
#org_name ⇒ Object
Returns the value of attribute org_name.
-
#org_table ⇒ Object
Returns the value of attribute org_table.
-
#table ⇒ Object
Returns the value of attribute table.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#catalog ⇒ Object
Returns the value of attribute catalog
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def catalog @catalog end |
#charsetnr ⇒ Object
Returns the value of attribute charsetnr
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def charsetnr @charsetnr end |
#col_width ⇒ Object
Returns the value of attribute col_width
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def col_width @col_width end |
#db ⇒ Object
Returns the value of attribute db
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def db @db end |
#decimals ⇒ Object
Returns the value of attribute decimals
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def decimals @decimals end |
#def ⇒ Object
Returns the value of attribute def
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def def @def end |
#extension ⇒ Object
Returns the value of attribute extension
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def extension @extension end |
#flags ⇒ Object
Returns the value of attribute flags
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def flags @flags end |
#max_length ⇒ Object
Returns the value of attribute max_length
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def max_length @max_length end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def name @name end |
#org_name ⇒ Object
Returns the value of attribute org_name
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def org_name @org_name end |
#org_table ⇒ Object
Returns the value of attribute org_table
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def org_table @org_table end |
#table ⇒ Object
Returns the value of attribute table
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def table @table end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/wikk_sql.rb', line 8 def type @type end |