Class IResultSet

Unit

Declaration

type IResultSet = class(IReferenceCounted)

Description

This item has no description.

Hierarchy

Overview

Fields

Public nested const VERSION = 13;

Methods

Public function fetchNext(status: IStatus; message: Pointer): Integer;
Public function fetchPrior(status: IStatus; message: Pointer): Integer;
Public function fetchFirst(status: IStatus; message: Pointer): Integer;
Public function fetchLast(status: IStatus; message: Pointer): Integer;
Public function fetchAbsolute(status: IStatus; position: Integer; message: Pointer): Integer;
Public function fetchRelative(status: IStatus; offset: Integer; message: Pointer): Integer;
Public function isEof(status: IStatus): Boolean;
Public function isBof(status: IStatus): Boolean;
Public function getMetadata(status: IStatus): IMessageMetadata;
Public procedure close(status: IStatus);
Public procedure setDelayedOutputFormat(status: IStatus; format: IMessageMetadata);

Description

Fields

Public nested const VERSION = 13;

This item has no description.

Methods

Public function fetchNext(status: IStatus; message: Pointer): Integer;

This item has no description.

Public function fetchPrior(status: IStatus; message: Pointer): Integer;

This item has no description.

Public function fetchFirst(status: IStatus; message: Pointer): Integer;

This item has no description.

Public function fetchLast(status: IStatus; message: Pointer): Integer;

This item has no description.

Public function fetchAbsolute(status: IStatus; position: Integer; message: Pointer): Integer;

This item has no description.

Public function fetchRelative(status: IStatus; offset: Integer; message: Pointer): Integer;

This item has no description.

Public function isEof(status: IStatus): Boolean;

This item has no description.

Public function isBof(status: IStatus): Boolean;

This item has no description.

Public function getMetadata(status: IStatus): IMessageMetadata;

This item has no description.

Public procedure close(status: IStatus);

This item has no description.

Public procedure setDelayedOutputFormat(status: IStatus; format: IMessageMetadata);

This item has no description.


Generated by PasDoc 0.17.0.snapshot.