Method: Libsql::Table#columns
- Defined in:
- lib/libsql/table.rb
#columns ⇒ Object
a hash of Column objects holding the meta information about the columns in this table. keys are the column names
26 27 28 |
# File 'lib/libsql/table.rb', line 26 def columns @columns end |