Data.DBXCommon.TDBXCursorValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXCursorValue
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXCursorValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXCursorValue : public TDBXWritableValue

Description

Implementation of TDBXWritableValue for TDBXDataTypes.CursorType.

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.

See Also