RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXCursorValue Class

Implementation of TDBXWritableValue for TDBXDataTypes.CursorType.

Pascal
TDBXCursorValue = class(TDBXWritableValue);
C++
class TDBXCursorValue : public TDBXWritableValue;

TDBXCursorValue implements TDBXWritableValue for TDBXDataTypes.CursorType. This class is used for Oracle drivers to specify that a Reader (Oracle Cursor) gets returned from the execution of a stored procedure. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!