Class: Rubyfb::Statement::ColumnMetadata

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

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject (readonly)

Returns the value of attribute alias.



6
7
8
# File 'lib/statement.rb', line 6

def alias
  @alias
end

#keyObject (readonly)

Returns the value of attribute key.



6
7
8
# File 'lib/statement.rb', line 6

def key
  @key
end

#nameObject (readonly)

Returns the value of attribute name.



6
7
8
# File 'lib/statement.rb', line 6

def name
  @name
end

#relationObject (readonly)

Returns the value of attribute relation.



6
7
8
# File 'lib/statement.rb', line 6

def relation
  @relation
end

#scaleObject (readonly)

Returns the value of attribute scale.



6
7
8
# File 'lib/statement.rb', line 6

def scale
  @scale
end

#typeObject (readonly)

Returns the value of attribute type.



6
7
8
# File 'lib/statement.rb', line 6

def type
  @type
end