GoLang oci_lob_is_equal

request it (245)
GoLang replacement for PHP's oci_lob_is_equal [edit | history]



Do you know a GoLang replacement for PHP's oci_lob_is_equal? Write it!

PHP oci_lob_is_equal

PHP original manual for oci_lob_is_equal [ show | php.net ]

oci_lob_is_equal

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)

oci_lob_is_equalCompares two LOB/FILE locators for equality

Description

bool oci_lob_is_equal ( OCI-Lob $lob1 , OCI-Lob $lob2 )

Compares two LOB/FILE locators.

Parameters

lob1

A LOB identifier.

lob2

A LOB identifier.

Return Values

Returns TRUE if these objects are equal, FALSE otherwise.