Class: Mysql::StatementResult

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

Overview

Result set for prepared statement

Instance Attribute Summary

Attributes inherited from Result

#fields

Method Summary

Methods inherited from Result

#data_seek, #each, #each_hash, #fetch, #fetch_field, #fetch_field_direct, #fetch_fields, #fetch_hash, #fetch_lengths, #fetch_row, #fetch_row_orig, #field_seek, #field_tell, #free, #initialize, #initialize_orig, #num_fields, #num_rows, #row_seek, #row_tell, #size

Constructor Details

This class inherits a constructor from Mysql::Result