GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::SearchBuilder::Handle::Pg32(3) User Contributed Perl Documentation DBIx::SearchBuilder::Handle::Pg32(3)

  DBIx::SearchBuilder::Handle::Pg32 - A Postgres specific Handle object

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of Postgres.

Connect takes a hashref and passes it off to SUPER::Connect; Forces the timezone to GMT it returns a database handle.

Extend "BuildDNS" in DBIx::SearchBuilder::Handle to force "client_encoding" to be UTF-8, so that character strings can be safely passed to, and retrieved from, the database. See "Encoding" in DBD::Pg32.

Takes 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.

Postgres sepcific overriding method for "InsertQueryString" in DBIx::SearchBuilder::Handle.

Takes a TABLE name and returns the name of the sequence of the primary key for that table.

Return undef, as no current version of postgres supports binary-safe blobs

takes an SQL SELECT statement and massages it to return ROWS_PER_PAGE starting with FIRST_ROW;

Takes a field, operator and value. performs the magic necessary to make your database treat this clause as case insensitive.

Returns a FIELD OPERATOR VALUE triple.

takes an incomplete SQL SELECT statement and massages it to return a DISTINCT result set.

Returns hash reference with specific date time functions of this database for "DateTimeFunction" in DBIx::SearchBuilder::Handle.

Custom implementation of "ConvertTimezoneFunction" in DBIx::SearchBuilder::Handle.

In Pg32 time and timestamp data types may be "with time zone" or "without time zone". So if Field argument is timestamp "with time zone" then From argument is not required and is useless. Otherwise From argument identifies time zone of the Field argument that is "without time zone".

For consistency with other DBs use timestamp columns without time zones and provide From argument.

DBIx::SearchBuilder, DBIx::SearchBuilder::Handle
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.