mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Cleanup collections - removed unused members from oci_collection structure
This commit is contained in:
parent
6602b48071
commit
e650cba5e4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user