Class: OCI8::CLOB

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object



208
209
210
211
212
# File 'ext/oci8/lob.c', line 208

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;
}