![]() |
![]()
| ![]() |
![]()
NAMEJifty::DBI::Handle::Pg - A Postgres specific Handle object SYNOPSISDESCRIPTIONThis module provides a subclass of Jifty::DBI::Handle that compensates for some of the idiosyncrasies of Postgres. METHODSconnectconnect takes a hashref and passes it off to SUPER::connect; Forces the timezone to GMT, returns a database handle. insertTakes a table name as the first argument and assumes that the rest of the arguments are an array of key-value pairs to be inserted. In case of insert failure, returns a Class::ReturnValue object preloaded with error info id_sequence_name TABLETakes a TABLE name and returns the name of the sequence of the primary key for that table. blob_params column_NAME column_typeReturns a hash ref for the bind_param call to identify BLOB types used by the current database for a particular column type. The current Postgres implementation only supports BYTEA types. apply_limits STATEMENTREF ROWS_PER_PAGE FIRST_ROWtakes an SQL SELECT statement and massages it to return ROWS_PER_PAGE starting with FIRST_ROW; _make_clause_case_insensitive column operator VALUETakes a column, operator and value. performs the magic necessary to make your database treat this clause as case insensitive. Returns a column operator value triple. distinct_query STATEMENTREFtakes an incomplete SQL SELECT statement and massages it to return a DISTINCT result set. canonical_trueThe canonical true value in Postgres is 't'. canonical_falseThe canonical false value in Postgres is 'f'. SEE ALSOJifty::DBI, Jifty::DBI::Handle, DBD::Pg
|