Class DBI::DBD::Pg::Statement
In: lib/dbd/pg/statement.rb
Parent: DBI::BaseStatement

See DBI::BaseStatement, and DBI::DBD::Pg::Tuples.

Methods

[]   bind_param   column_info   execute   fetch   fetch_scroll   finish   new   rows  

Classes and Modules

Class DBI::DBD::Pg::Statement::DummyQuoter

Constants

PG_STMT_NAME_PREFIX = 'ruby-dbi:Pg:'

Public Class methods

Public Instance methods

Attributes:

If pg_row_count is requested and the statement has already executed, postgres will return what it believes is the row count.

See DBI::BaseDatabase#execute.

This method will make use of PostgreSQL‘s native BLOB support if DBI::Binary objects are passed in.

[Validate]