| Class | DBI::DBD::Pg::Statement |
| In: |
lib/dbd/pg/statement.rb
|
| Parent: | DBI::BaseStatement |
See DBI::BaseStatement, and DBI::DBD::Pg::Tuples.
| PG_STMT_NAME_PREFIX | = | 'ruby-dbi:Pg:' |
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.
Prepare the given SQL statement, returning its PostgreSQL string handle. ?-style parameters are translated to $1, $2, etc.