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
Jifty::DBI::Handle::Oracle(3) User Contributed Perl Documentation Jifty::DBI::Handle::Oracle(3)

  Jifty::DBI::Handle::Oracle - An oracle specific Handle object

This module provides a subclass of Jifty::DBI::Handle that compensates for some of the idiosyncrasies of Oracle.

Takes a paramhash and connects to your DBI datasource.

Returns value of ORA_OCI constant, see "Constants" in DBD::Oracle.

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.

Takes a bunch of parameters:

Required: Driver, Database or Host/SID, Optional: Port and RequireSSL

Builds a dsn suitable for an Oracle DBI connection

Returns a hash ref for the bind_param call to identify BLOB types used by the current database for a particular column type. The current Oracle implementation only supports ORA_CLOB types (112).

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

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

Jesse Vincent, jesse@fsck.com

Jifty::DBI, Jifty::DBI::Handle, DBD::Oracle
2014-05-29 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.