Data.DBXCommon.TDBXCursorValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXCursorValue

Delphi

TDBXCursorValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXCursorValue : public TDBXWritableValue

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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