Interface ISQLResultSet
Unit
Declaration
type ISQLResultSet = interface(IInterface)
Description
Attributes
- GUID['{CF438CF0-BFB3-4FA6-8C05-9E34E2C360B0}']
Hierarchy
- IInterface
- ISQLResultSet
Overview
Methods
function First: boolean; |
|
function Next: boolean; |
|
procedure Reset; |
|
function Seek(iIndex: integer): boolean; |
|
function GetCurrentRow: integer; |
|
function GetCount: integer; |
|
function IsNull(const iColumn: integer): boolean; |
|
function GetValue(const iColumn: integer): Variant; |
|
function GetString(const iColumn: integer): string; |
|
function GetMemo(const iColumn: integer): string; |
|
function GetInt(const iColumn: integer): integer; |
|
function GetFloat(const iColumn: integer): double; |
|
function GetDate(const iColumn: integer): TDateTime; |
|
function GetTime(const iColumn: integer): TDateTime; |
|
function GetTimestamp(const iColumn: integer): TDateTime; |
|
function GetBoolean(const iColumn: integer): boolean; |
|
function GetBinaryStream(const iColumn: integer): RawByteString; |
|
function GetColumnCount: integer; |
|
function GetColumnName(const iColumn: integer): string; |
|
function GetColumnFieldType(const iColumn: integer): TFieldType; |
Description
Methods
function First: boolean; |
|
function Next: boolean; |
|
procedure Reset; |
|
function Seek(iIndex: integer): boolean; |
|
function GetCurrentRow: integer; |
|
function GetCount: integer; |
|
function IsNull(const iColumn: integer): boolean; |
|
function GetValue(const iColumn: integer): Variant; |
|
function GetString(const iColumn: integer): string; |
|
function GetMemo(const iColumn: integer): string; |
|
function GetInt(const iColumn: integer): integer; |
|
function GetFloat(const iColumn: integer): double; |
|
function GetDate(const iColumn: integer): TDateTime; |
|
function GetTime(const iColumn: integer): TDateTime; |
|
function GetTimestamp(const iColumn: integer): TDateTime; |
|
function GetBoolean(const iColumn: integer): boolean; |
|
function GetBinaryStream(const iColumn: integer): RawByteString; |
|
function GetColumnCount: integer; |
|
function GetColumnName(const iColumn: integer): string; |
|
function GetColumnFieldType(const iColumn: integer): TFieldType; |
|
Generated by PasDoc 0.16.0.