47 require_once
'MDB2/Driver/Native/Common.php';
75 $connection = $db->getConnection();
80 if (!@pg_lo_unlink($connection, $OID)) {
81 return $db->raiseError(null, null, null,
82 'Unable to unlink OID: '.$OID, __FUNCTION__);
const MDB2_OK(!class_exists('PEAR'))
The method mapErrorCode in each MDB2_dbtype implementation maps native error codes to one of these...
deleteOID($OID)
delete an OID
& getDBInstance()
Get the instance of MDB2 associated with the module instance.
isError($data, $code=null)
Tell whether a value is a PEAR error.