Class | DBI::DBD::Mysql::Statement |
In: |
lib/dbd/mysql/statement.rb
|
Parent: | DBI::BaseStatement |
Models the DBI::BaseStatement API to create DBI::StatementHandle objects.
See DBI::BaseStatement#bind_param. This method will also raise DBI::InterfaceError if param is not a Fixnum, to prevent incorrect binding.
See DBI::BaseStatement#column_info, and DBI::DBD::Mysql::Database#columns.
This method provides all the attributes the columns method provides, and a few others:
See DBI::BaseStatement#execute. If DBI thinks this is a query via DBI::SQL.query?(), it will force the row processed count to 0. Otherwise, it will return what MySQL thinks is the row processed count.
See DBI::BaseStatement#fetch_scroll. These additional constants are also supported: