Class IRowsetIndex (unit Oledb)
Inherits from
IUnknown
Constructors
Functions
function GetIndexInfo( (* [out][in] *) var pcKeyColumns : ULONG; (* [size_is][size_is][out] *) var prgIndexColumnDesc : PDBINDEXCOLUMNDESC; (* [out][in] *) var pcIndexProperties : ULONG; (* [size_is][size_is][out] *) var prgIndexProperties : PDBPROPSET) : HResult;
function Seek( (* [in] *) hAccessor : HACCESSOR; (* [in] *) cKeyValues : ULONG; (* [in] *) var pData; (* [in] *) dwSeekOptions : TDBSEEK) : HResult;
function SetRange( (* [in] *) hAccessor : HACCESSOR; (* [in] *) cStartKeyColumns : ULONG; (* [in] *) var pStartData; (* [in] *) cEndKeyColumns : ULONG; (* [in] *) var pEndData; (* [in] *) dwRangeOptions : TDBRANGE) : HResult;
Properties
Events
Variables
Constructors
Functions
function GetIndexInfo( (* [out][in] *) var pcKeyColumns : ULONG; (* [size_is][size_is][out] *) var prgIndexColumnDesc : PDBINDEXCOLUMNDESC; (* [out][in] *) var pcIndexProperties : ULONG; (* [size_is][size_is][out] *) var prgIndexProperties : PDBPROPSET) : HResult;
function Seek( (* [in] *) hAccessor : HACCESSOR; (* [in] *) cKeyValues : ULONG; (* [in] *) var pData; (* [in] *) dwSeekOptions : TDBSEEK) : HResult;
function SetRange( (* [in] *) hAccessor : HACCESSOR; (* [in] *) cStartKeyColumns : ULONG; (* [in] *) var pStartData; (* [in] *) cEndKeyColumns : ULONG; (* [in] *) var pEndData; (* [in] *) dwRangeOptions : TDBRANGE) : HResult;
Properties
Events
Variables