Method: Sequel::Dataset::PreparedStatementMethods#prepared_type
- Defined in:
- lib/sequel/dataset/prepared_statements.rb
#prepared_type ⇒ Object
The type of prepared statement, which controls how the prepared statement handles results from the database.
102 103 104 |
# File 'lib/sequel/dataset/prepared_statements.rb', line 102 def prepared_type @opts[:prepared_type] end |