Method: HODB#tableFields

Defined in:
lib/hdb/hodb.rb

#tableFieldsObject

return only the fields of table



155
156
157
158
# File 'lib/hdb/hodb.rb', line 155

def tableFields # return only the fields of table
  self.findBy(:false, []) unless @tableFields # poputate @tableFields
  return @tableFields
end