File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ DpiStmtType StmtImpl::stmtType () const
155
155
OCI_ATTR_STMT_TYPE, errh_), errh_);
156
156
}
157
157
158
- return stmtType_;
158
+ return (DpiStmtType) stmtType_;
159
159
}
160
160
161
161
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ class StmtImpl : public Stmt
130
130
131
131
unsigned int numCols_; // # of cols this stmt execution will return
132
132
MetaData *meta_; // Meta data array
133
- DpiStmtType stmtType_; // Statement Type (Query, DML, ... )
133
+ unsigned short stmtType_; // Statement Type (Query, DML, ... )
134
134
bool isReturning_; // Does the stmt has RETURNING INTO clause?
135
135
bool isReturningSet_; // Has isReturning_ flag queried & set.
136
136
bool refCursor_; // refCursor or not.
You can’t perform that action at this time.
0 commit comments