Class: OCI8::NCLOB

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object



175
176
177
178
179
# File 'ext/oci8/lob.c', line 175

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