Cleanup collections - removed unused members from oci_collection structure

This commit is contained in:
Andy Sautins 2001-04-25 17:44:07 +00:00
parent 6602b48071
commit e650cba5e4

View File

@ -83,18 +83,13 @@ typedef struct {
typedef struct {
int id;
int open;
oci_connection *conn;
oci_session *session;
OCISvcCtx *pServiceContext;
OCIType *tdo;
OCITypeCode coll_typecode;
OCIRef *elem_ref;
OCIType *element_type;
OCITypeCode element_typecode;
OCIColl *coll;
sword error;
OCIError *pError;
} oci_collection;
typedef struct {