conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() has established.
mrptr
is a pointer to the data that is to be copied into the smart large object.
length
is the number of bytes referenced by mrptr.
smgr
is the storage manager on which the object will be created. Currently, the only valid value is MI_LO_DEFAULT_SMGR.
asmgr
is the archive storage manager for the BLOB data. Current valid values are MI_LO_DEFAULT_SMGR, MI_LO_NOSMGR, and NULL. Currently, no difference exists among these three values.
smgropts
must be NULL.
asmgropts
Yes