Method: Sequel::Dataset::PreparedStatementMethods#columns
- Defined in:
- lib/sequel/dataset/prepared_statements.rb
#columns ⇒ Object
Send the columns to the original dataset, as calling it on the prepared statement can cause problems.
137 138 139 |
# File 'lib/sequel/dataset/prepared_statements.rb', line 137 def columns orig_dataset.columns end |