RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXCursorValue Class

Implementation of TDBXWritableValue for TDBXDataTypes.CursorType.

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

DBXCommon

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!