Class: WIKK::MySQL_FIELD

Inherits:
Struct
  • Object
show all
Defined in:
lib/wikk_sql.rb

Overview

From mysql.h, but mostly blank for both our connectors

Instance Attribute Summary collapse

Instance Attribute Details

#catalogObject

Returns the value of attribute catalog

Returns:

  • (Object)

    the current value of catalog



8
9
10
# File 'lib/wikk_sql.rb', line 8

def catalog
  @catalog
end

#charsetnrObject

Returns the value of attribute charsetnr

Returns:

  • (Object)

    the current value of charsetnr



8
9
10
# File 'lib/wikk_sql.rb', line 8

def charsetnr
  @charsetnr
end

#col_widthObject

Returns the value of attribute col_width

Returns:

  • (Object)

    the current value of col_width



8
9
10
# File 'lib/wikk_sql.rb', line 8

def col_width
  @col_width
end

#dbObject

Returns the value of attribute db

Returns:

  • (Object)

    the current value of db



8
9
10
# File 'lib/wikk_sql.rb', line 8

def db
  @db
end

#decimalsObject

Returns the value of attribute decimals

Returns:

  • (Object)

    the current value of decimals



8
9
10
# File 'lib/wikk_sql.rb', line 8

def decimals
  @decimals
end

#defObject

Returns the value of attribute def

Returns:

  • (Object)

    the current value of def



8
9
10
# File 'lib/wikk_sql.rb', line 8

def def
  @def
end

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



8
9
10
# File 'lib/wikk_sql.rb', line 8

def extension
  @extension
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



8
9
10
# File 'lib/wikk_sql.rb', line 8

def flags
  @flags
end

#max_lengthObject

Returns the value of attribute max_length

Returns:

  • (Object)

    the current value of max_length



8
9
10
# File 'lib/wikk_sql.rb', line 8

def max_length
  @max_length
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/wikk_sql.rb', line 8

def name
  @name
end

#org_nameObject

Returns the value of attribute org_name

Returns:

  • (Object)

    the current value of org_name



8
9
10
# File 'lib/wikk_sql.rb', line 8

def org_name
  @org_name
end

#org_tableObject

Returns the value of attribute org_table

Returns:

  • (Object)

    the current value of org_table



8
9
10
# File 'lib/wikk_sql.rb', line 8

def org_table
  @org_table
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



8
9
10
# File 'lib/wikk_sql.rb', line 8

def table
  @table
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/wikk_sql.rb', line 8

def type
  @type
end