Namespace: Consultingwerk.SmartComponents.Interfaces
Interface 
ISupportsReposition Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartComponents.Base.SmartDatasetAdapter, Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter, Consultingwerk.SmartComponents.Implementation.SmartDatasetChildAdapter, Consultingwerk.SmartComponents.Implementation.SmartTempTableAdapter, Consultingwerk.SmartComponents.Tools.OERABusinessEntityTester.SmartBusinessEntityAdapterTester

File:ISupportsReposition
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Jan 28 16:53:41 CET 2010
Purpose: Returns the handle to the Query used to navigate the selected tables
of the ProDataset instance managed by the DataAdapter
Notes:



Top Method Summary
Options Name Purpose
+ RepositionToRowid (character) Repositions to a Rowid list from a character
+ RepositionToRowid (rowid) Repositions to a single Rowid
+ RepositionToRowid (rowid[]) Repositions to a Rowid Array

Top Property Summary
Options Name Purpose
+ HANDLE QueryHandle


Method Detail
Top

PUBLIC RepositionToRowid (character)

Purpose: Repositions to a Rowid list from a character
Notes:

Parameters:
pcRowids CHARACTER
The comma delimited list of ROWIDs to position the query to
Top

PUBLIC RepositionToRowid (rowid)

Purpose: Repositions to a single Rowid
Notes:

Parameters:
prRowid ROWID
The ROWID to position the query to
Top

PUBLIC RepositionToRowid (rowid[])

Purpose: Repositions to a Rowid Array
Notes:

Parameters:
prRowid ROWID
The array of ROWIS's to reposition the query to


Property Detail
Top

PUBLIC HANDLE QueryHandle


Returns HANDLE


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:55:03