Namespace: OpenEdge.Core
Type: Class RowidArrayHolder
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: Ccs.Common.Support.IRowidArrayHolder


Copyright (c) 2016, 2021 by Progress Software Corporation. All rights reserved.
File:RowidArrayHolder
Purpose:OO holder for an array of rowid values
Author(s):pjudge
Created:2016-08-01
/* The value being held



Method Summary
  Options Name Purpose
  CHARACTER ToString ()

Constructor Summary
  Options Name Purpose
  RowidArrayHolder () /* Default Constructor */
  RowidArrayHolder (integer) /* Constructor. @param integer The size of the array. Must be >0 */
  RowidArrayHolder (rowid[]) /* Constructor @param rowid[] The Value array */

Property Summary
  Options Name Purpose
  ROWID Value


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

RowidArrayHolder ()

/* Default Constructor
Top

RowidArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER
 
Top

RowidArrayHolder (rowid[])

/* Constructor
Parameters:
pValue ROWID
 


Property Detail
Top

ROWID Value

Returns ROWID