DBIx::SearchBuilder::Handle::Oracle -- an oracle specific Handle object


NAME

  DBIx::SearchBuilder::Handle::Oracle -- an oracle specific Handle object


SYNOPSIS


DESCRIPTION


AUTHOR

Jesse Vincent, jesse@fsck.com


SEE ALSO

perl(1), DBIx::SearchBuilder

Connect PARAMHASH: Driver, Database, Host, User, Password

Takes a paramhash and connects to your DBI datasource.

Insert

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.

 DBIx::SearchBuilder::Handle::Oracle -- an oracle specific Handle object