Class: OCI8::CLOB

Inherits:
OCI8LOB show all
Defined in:
ext/oci8/lob.c

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object



206
207
208
209
210
# File 'ext/oci8/lob.c', line 206

static VALUE oci8_clob_initialize(int argc, VALUE *argv, VALUE self)
{
    oci8_lob_do_initialize(argc, argv, self, SQLCS_IMPLICIT, OCI_TEMP_CLOB);
    return Qnil;
}