Namespace: OpenEdge.Core.Assertion
Type: Class AssertArray
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2014-2017, 2022 by Progress Software Corporation. All rights reserved.
File:AssertArray
Purpose:Assertions of truth for various arrays
Author(s):pjudge
Created:2017-02-01
Purpose:



Method Summary
  Options Name Purpose
  Equals (character[], character[]) /** Asserts that array 'a' equals array 'b'. @param character the known array @param character the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (datetime-tz[], datetime-tz[]) /** Asserts that array 'a' equals array 'b'. @param datetime-tz the known array @param datetime-tz the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (datetime[], datetime[]) /** Asserts that array 'a' equals array 'b'. @param datetime the known array @param datetime the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (date[], date[]) /** Asserts that array 'a' equals array 'b'. @param date the known array @param date the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (decimal[], decimal[]) /** Asserts that array 'a' equals array 'b'. @param decimal the known array @param decimal the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (handle[], handle[]) /** Asserts that array 'a' equals array 'b'. @param handle the known array @param handle the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (int64[], int64[]) /** Asserts that array 'a' equals array 'b'. @param int64 the known array @param int64 the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (integer[], integer[]) /** Asserts that array 'a' equals array 'b'. @param integer the known array @param integer the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (logical[], logical[]) /** Asserts that array 'a' equals array 'b'. @param logical the known array @param logical the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (longchar[], longchar[]) /** Asserts that array 'a' equals array 'b'. @param longchar the known array @param longchar the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (memptr[], memptr[]) /** Asserts that array 'a' equals array 'b'. @param memptr the known array @param memptr the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (Object[], Object[]) /** Asserts that array 'a' equals array 'b'. @param Object the known array @param Object the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (raw[], raw[]) /** Asserts that array 'a' equals array 'b'. @param raw the known array @param raw the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (recid[], recid[]) /** Asserts that array 'a' equals array 'b'. @param recid the known array @param recid the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  Equals (rowid[], rowid[]) /** Asserts that array 'a' equals array 'b'. @param rowid the known array @param rowid the comparison array @throws AssertionFailedError Error thrown if arrays differ */
  HasDeterminateExtent (character[]) /** Asserts that the character extent is set. @param character the value to check @throws AssertionFailedError Error thrown if character extent is not set */
  HasDeterminateExtent (character[], character) /** Asserts that the character extent is set. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character extent is not set */
  HasDeterminateExtent (datetime-tz[]) /** Asserts that the datetime-tz extent is set. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz extent is not set */
  HasDeterminateExtent (datetime-tz[], character) /** Asserts that the datetime-tz extent is set. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz extent is not set */
  HasDeterminateExtent (datetime[]) /** Asserts that the datetime extent is set. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime extent is not set */
  HasDeterminateExtent (datetime[], character) /** Asserts that the datetime extent is set. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime extent is not set */
  HasDeterminateExtent (date[]) /** Asserts that the date extent is set. @param date the value to check @throws AssertionFailedError Error thrown if date extent is not set */
  HasDeterminateExtent (date[], character) /** Asserts that the date extent is set. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date extent is not set */
  HasDeterminateExtent (decimal[]) /** Asserts that the decimal extent is set. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal extent is not set */
  HasDeterminateExtent (decimal[], character) /** Asserts that the decimal extent is set. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal extent is not set */
  HasDeterminateExtent (handle[]) /** Asserts that the handle extent is set. @param handle the value to check @throws AssertionFailedError Error thrown if handle extent is not set */
  HasDeterminateExtent (handle[], character) /** Asserts that the handle extent is set. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle extent is not set */
  HasDeterminateExtent (int64[]) /** Asserts that the int64 extent is set. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 extent is not set */
  HasDeterminateExtent (int64[], character) /** Asserts that the int64 extent is set. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 extent is not set */
  HasDeterminateExtent (integer[]) /** Asserts that the integer extent is set. @param integer the value to check @throws AssertionFailedError Error thrown if integer extent is not set */
  HasDeterminateExtent (integer[], character) /** Asserts that the integer extent is set. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer extent is not set */
  HasDeterminateExtent (logical[]) /** Asserts that the logical extent is set. @param logical the value to check @throws AssertionFailedError Error thrown if logical extent is not set */
  HasDeterminateExtent (logical[], character) /** Asserts that the logical extent is set. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical extent is not set */
  HasDeterminateExtent (longchar[]) /** Asserts that the longchar extent is set. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar extent is not set */
  HasDeterminateExtent (longchar[], character) /** Asserts that the longchar extent is set. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar extent is not set */
  HasDeterminateExtent (memptr[]) /** Asserts that the memptr extent is set. @param memptr the value to check @throws AssertionFailedError Error thrown if memptr extent is not set */
  HasDeterminateExtent (memptr[], character) /** Asserts that the memptr extent is set. @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr extent is not set */
  HasDeterminateExtent (Object[]) /** Asserts that the Object extent is set. @param Object the value to check @throws AssertionFailedError Error thrown if Object extent is not set */
  HasDeterminateExtent (Object[], character) /** Asserts that the Object extent is set. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object extent is not set */
  HasDeterminateExtent (raw[]) /** Asserts that the raw extent is set. @param raw the value to check @throws AssertionFailedError Error thrown if raw extent is not set */
  HasDeterminateExtent (raw[], character) /** Asserts that the raw extent is set. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw extent is not set */
  HasDeterminateExtent (recid[]) /** Asserts that the recid extent is set. @param recid the value to check @throws AssertionFailedError Error thrown if recid extent is not set */
  HasDeterminateExtent (recid[], character) /** Asserts that the recid extent is set. @param recid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if recid extent is not set */
  HasDeterminateExtent (rowid[]) /** Asserts that the rowid extent is set. @param rowid the value to check @throws AssertionFailedError Error thrown if rowid extent is not set */
  HasDeterminateExtent (rowid[], character) /** Asserts that the rowid extent is set. @param rowid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if rowid extent is not set */
  IsIndeterminateArray (character[]) /** Asserts that the character extent is not set. @param character the value to check @throws AssertionFailedError Error thrown if character extent is set */
  IsIndeterminateArray (character[], character) /** Asserts that the character extent is not set. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character extent is set */
  IsIndeterminateArray (datetime-tz[]) /** Asserts that the datetime-tz extent is not set. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz extent is set */
  IsIndeterminateArray (datetime-tz[], character) /** Asserts that the datetime-tz extent is not set. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz extent is set */
  IsIndeterminateArray (datetime[]) /** Asserts that the datetime extent is not set. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime extent is set */
  IsIndeterminateArray (datetime[], character) /** Asserts that the datetime extent is not set. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime extent is set */
  IsIndeterminateArray (date[]) /** Asserts that the date extent is not set. @param date the value to check @throws AssertionFailedError Error thrown if date extent is set */
  IsIndeterminateArray (date[], character) /** Asserts that the date extent is not set. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date extent is set */
  IsIndeterminateArray (decimal[]) /** Asserts that the decimal extent is not set. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal extent is set */
  IsIndeterminateArray (decimal[], character) /** Asserts that the decimal extent is not set. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal extent is set */
  IsIndeterminateArray (handle[]) /** Asserts that the handle extent is not set. @param handle the value to check @throws AssertionFailedError Error thrown if handle extent is set */
  IsIndeterminateArray (handle[], character) /** Asserts that the handle extent is not set. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle extent is set */
  IsIndeterminateArray (int64[]) /** Asserts that the int64 extent is not set. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 extent is set */
  IsIndeterminateArray (int64[], character) /** Asserts that the int64 extent is not set. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 extent is set */
  IsIndeterminateArray (integer[]) /** Asserts that the integer extent is not set. @param integer the value to check @throws AssertionFailedError Error thrown if integer extent is set */
  IsIndeterminateArray (integer[], character) /** Asserts that the integer extent is not set. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer extent is set */
  IsIndeterminateArray (logical[]) /** Asserts that the logical extent is not set. @param logical the value to check @throws AssertionFailedError Error thrown if logical extent is set */
  IsIndeterminateArray (logical[], character) /** Asserts that the logical extent is not set. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical extent is set */
  IsIndeterminateArray (longchar[]) /** Asserts that the longchar extent is not set. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar extent is set */
  IsIndeterminateArray (longchar[], character) /** Asserts that the longchar extent is not set. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar extent is set */
  IsIndeterminateArray (memptr[]) /** Asserts that the memptr extent is not set. @param memptr the value to check @throws AssertionFailedError Error thrown if memptr extent is set */
  IsIndeterminateArray (memptr[], character) /** Asserts that the memptr extent is not set. @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr extent is set */
  IsIndeterminateArray (Object[]) /** Asserts that the Object extent is not set. @param Object the value to check @throws AssertionFailedError Error thrown if Object extent is set */
  IsIndeterminateArray (Object[], character) /** Asserts that the Object extent is not set. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object extent is set */
  IsIndeterminateArray (raw[]) /** Asserts that the raw extent is not set. @param raw the value to check @throws AssertionFailedError Error thrown if raw extent is set */
  IsIndeterminateArray (raw[], character) /** Asserts that the raw extent is not set. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw extent is set */
  IsIndeterminateArray (recid[]) /** Asserts that the recid extent is not set. @param recid the value to check @throws AssertionFailedError Error thrown if recid extent is set */
  IsIndeterminateArray (recid[], character) /** Asserts that the recid extent is not set. @param recid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if recid extent is set */
  IsIndeterminateArray (rowid[]) /** Asserts that the rowid extent is not set. @param rowid the value to check @throws AssertionFailedError Error thrown if rowid extent is set */
  IsIndeterminateArray (rowid[], character) /** Asserts that the rowid extent is not set. @param rowid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if rowid extent is set */

Method Detail
Top

Equals (character[], character[])

Purpose: Asserts that array 'a' equals array 'b'. @param character the known array @param character the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource CHARACTER
 
pTarget CHARACTER
 
Top

Equals (datetime-tz[], datetime-tz[])

Purpose: Asserts that array 'a' equals array 'b'. @param datetime-tz the known array @param datetime-tz the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource DATETIME-TZ
 
pTarget DATETIME-TZ
 
Top

Equals (datetime[], datetime[])

Purpose: Asserts that array 'a' equals array 'b'. @param datetime the known array @param datetime the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource DATETIME
 
pTarget DATETIME
 
Top

Equals (date[], date[])

Purpose: Asserts that array 'a' equals array 'b'. @param date the known array @param date the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource DATE
 
pTarget DATE
 
Top

Equals (decimal[], decimal[])

Purpose: Asserts that array 'a' equals array 'b'. @param decimal the known array @param decimal the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource DECIMAL
 
pTarget DECIMAL
 
Top

Equals (handle[], handle[])

Purpose: Asserts that array 'a' equals array 'b'. @param handle the known array @param handle the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource HANDLE
 
pTarget HANDLE
 
Top

Equals (int64[], int64[])

Purpose: Asserts that array 'a' equals array 'b'. @param int64 the known array @param int64 the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource INT64
 
pTarget INT64
 
Top

Equals (integer[], integer[])

Purpose: Asserts that array 'a' equals array 'b'. @param integer the known array @param integer the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource INTEGER
 
pTarget INTEGER
 
Top

Equals (logical[], logical[])

Purpose: Asserts that array 'a' equals array 'b'. @param logical the known array @param logical the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource LOGICAL
 
pTarget LOGICAL
 
Top

Equals (longchar[], longchar[])

Purpose: Asserts that array 'a' equals array 'b'. @param longchar the known array @param longchar the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource LONGCHAR
 
pTarget LONGCHAR
 
Top

Equals (memptr[], memptr[])

Purpose: Asserts that array 'a' equals array 'b'. @param memptr the known array @param memptr the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource MEMPTR
 
pTarget MEMPTR
 
Top

Equals (Object[], Object[])

Purpose: Asserts that array 'a' equals array 'b'. @param Object the known array @param Object the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource Progress.Lang.Object
 
pTarget Progress.Lang.Object
 
Top

Equals (raw[], raw[])

Purpose: Asserts that array 'a' equals array 'b'. @param raw the known array @param raw the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource RAW
 
pTarget RAW
 
Top

Equals (recid[], recid[])

Purpose: Asserts that array 'a' equals array 'b'. @param recid the known array @param recid the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource RECID
 
pTarget RECID
 
Top

Equals (rowid[], rowid[])

Purpose: Asserts that array 'a' equals array 'b'. @param rowid the known array @param rowid the comparison array @throws AssertionFailedError Error thrown if arrays differ
Parameters:
pSource ROWID
 
pTarget ROWID
 
Top

HasDeterminateExtent (character[])

Purpose: Asserts that the character extent is set. @param character the value to check @throws AssertionFailedError Error thrown if character extent is not set
Parameters:
pArgument CHARACTER
 
Top

HasDeterminateExtent (character[], character)

Purpose: Asserts that the character extent is set. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character extent is not set
Parameters:
pArgument CHARACTER
 
pcName CHARACTER
 
Top

HasDeterminateExtent (datetime-tz[])

Purpose: Asserts that the datetime-tz extent is set. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz extent is not set
Parameters:
pArgument DATETIME-TZ
 
Top

HasDeterminateExtent (datetime-tz[], character)

Purpose: Asserts that the datetime-tz extent is set. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz extent is not set
Parameters:
pArgument DATETIME-TZ
 
pcName CHARACTER
 
Top

HasDeterminateExtent (datetime[])

Purpose: Asserts that the datetime extent is set. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime extent is not set
Parameters:
pArgument DATETIME
 
Top

HasDeterminateExtent (datetime[], character)

Purpose: Asserts that the datetime extent is set. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime extent is not set
Parameters:
pArgument DATETIME
 
pcName CHARACTER
 
Top

HasDeterminateExtent (date[])

Purpose: Asserts that the date extent is set. @param date the value to check @throws AssertionFailedError Error thrown if date extent is not set
Parameters:
pArgument DATE
 
Top

HasDeterminateExtent (date[], character)

Purpose: Asserts that the date extent is set. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date extent is not set
Parameters:
pArgument DATE
 
pcName CHARACTER
 
Top

HasDeterminateExtent (decimal[])

Purpose: Asserts that the decimal extent is set. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal extent is not set
Parameters:
pArgument DECIMAL
 
Top

HasDeterminateExtent (decimal[], character)

Purpose: Asserts that the decimal extent is set. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal extent is not set
Parameters:
pArgument DECIMAL
 
pcName CHARACTER
 
Top

HasDeterminateExtent (handle[])

Purpose: Asserts that the handle extent is set. @param handle the value to check @throws AssertionFailedError Error thrown if handle extent is not set
Parameters:
pArgument HANDLE
 
Top

HasDeterminateExtent (handle[], character)

Purpose: Asserts that the handle extent is set. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle extent is not set
Parameters:
pArgument HANDLE
 
pcName CHARACTER
 
Top

HasDeterminateExtent (int64[])

Purpose: Asserts that the int64 extent is set. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 extent is not set
Parameters:
pArgument INT64
 
Top

HasDeterminateExtent (int64[], character)

Purpose: Asserts that the int64 extent is set. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 extent is not set
Parameters:
pArgument INT64
 
pcName CHARACTER
 
Top

HasDeterminateExtent (integer[])

Purpose: Asserts that the integer extent is set. @param integer the value to check @throws AssertionFailedError Error thrown if integer extent is not set
Parameters:
pArgument INTEGER
 
Top

HasDeterminateExtent (integer[], character)

Purpose: Asserts that the integer extent is set. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer extent is not set
Parameters:
pArgument INTEGER
 
pcName CHARACTER
 
Top

HasDeterminateExtent (logical[])

Purpose: Asserts that the logical extent is set. @param logical the value to check @throws AssertionFailedError Error thrown if logical extent is not set
Parameters:
pArgument LOGICAL
 
Top

HasDeterminateExtent (logical[], character)

Purpose: Asserts that the logical extent is set. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical extent is not set
Parameters:
pArgument LOGICAL
 
pcName CHARACTER
 
Top

HasDeterminateExtent (longchar[])

Purpose: Asserts that the longchar extent is set. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar extent is not set
Parameters:
pArgument LONGCHAR
 
Top

HasDeterminateExtent (longchar[], character)

Purpose: Asserts that the longchar extent is set. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar extent is not set
Parameters:
pArgument LONGCHAR
 
pcName CHARACTER
 
Top

HasDeterminateExtent (memptr[])

Purpose: Asserts that the memptr extent is set. @param memptr the value to check @throws AssertionFailedError Error thrown if memptr extent is not set
Parameters:
pArgument MEMPTR
 
Top

HasDeterminateExtent (memptr[], character)

Purpose: Asserts that the memptr extent is set. @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr extent is not set
Parameters:
pArgument MEMPTR
 
pcName CHARACTER
 
Top

HasDeterminateExtent (Object[])

Purpose: Asserts that the Object extent is set. @param Object the value to check @throws AssertionFailedError Error thrown if Object extent is not set
Parameters:
pArgument Progress.Lang.Object
 
Top

HasDeterminateExtent (Object[], character)

Purpose: Asserts that the Object extent is set. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object extent is not set
Parameters:
pArgument Progress.Lang.Object
 
pcName CHARACTER
 
Top

HasDeterminateExtent (raw[])

Purpose: Asserts that the raw extent is set. @param raw the value to check @throws AssertionFailedError Error thrown if raw extent is not set
Parameters:
pArgument RAW
 
Top

HasDeterminateExtent (raw[], character)

Purpose: Asserts that the raw extent is set. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw extent is not set
Parameters:
pArgument RAW
 
pcName CHARACTER
 
Top

HasDeterminateExtent (recid[])

Purpose: Asserts that the recid extent is set. @param recid the value to check @throws AssertionFailedError Error thrown if recid extent is not set
Parameters:
pArgument RECID
 
Top

HasDeterminateExtent (recid[], character)

Purpose: Asserts that the recid extent is set. @param recid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if recid extent is not set
Parameters:
pArgument RECID
 
pcName CHARACTER
 
Top

HasDeterminateExtent (rowid[])

Purpose: Asserts that the rowid extent is set. @param rowid the value to check @throws AssertionFailedError Error thrown if rowid extent is not set
Parameters:
pArgument ROWID
 
Top

HasDeterminateExtent (rowid[], character)

Purpose: Asserts that the rowid extent is set. @param rowid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if rowid extent is not set
Parameters:
pArgument ROWID
 
pcName CHARACTER
 
Top

IsIndeterminateArray (character[])

Purpose: Asserts that the character extent is not set. @param character the value to check @throws AssertionFailedError Error thrown if character extent is set
Parameters:
pArgument CHARACTER
 
Top

IsIndeterminateArray (character[], character)

Purpose: Asserts that the character extent is not set. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character extent is set
Parameters:
pArgument CHARACTER
 
pcName CHARACTER
 
Top

IsIndeterminateArray (datetime-tz[])

Purpose: Asserts that the datetime-tz extent is not set. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz extent is set
Parameters:
pArgument DATETIME-TZ
 
Top

IsIndeterminateArray (datetime-tz[], character)

Purpose: Asserts that the datetime-tz extent is not set. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz extent is set
Parameters:
pArgument DATETIME-TZ
 
pcName CHARACTER
 
Top

IsIndeterminateArray (datetime[])

Purpose: Asserts that the datetime extent is not set. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime extent is set
Parameters:
pArgument DATETIME
 
Top

IsIndeterminateArray (datetime[], character)

Purpose: Asserts that the datetime extent is not set. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime extent is set
Parameters:
pArgument DATETIME
 
pcName CHARACTER
 
Top

IsIndeterminateArray (date[])

Purpose: Asserts that the date extent is not set. @param date the value to check @throws AssertionFailedError Error thrown if date extent is set
Parameters:
pArgument DATE
 
Top

IsIndeterminateArray (date[], character)

Purpose: Asserts that the date extent is not set. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date extent is set
Parameters:
pArgument DATE
 
pcName CHARACTER
 
Top

IsIndeterminateArray (decimal[])

Purpose: Asserts that the decimal extent is not set. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal extent is set
Parameters:
pArgument DECIMAL
 
Top

IsIndeterminateArray (decimal[], character)

Purpose: Asserts that the decimal extent is not set. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal extent is set
Parameters:
pArgument DECIMAL
 
pcName CHARACTER
 
Top

IsIndeterminateArray (handle[])

Purpose: Asserts that the handle extent is not set. @param handle the value to check @throws AssertionFailedError Error thrown if handle extent is set
Parameters:
pArgument HANDLE
 
Top

IsIndeterminateArray (handle[], character)

Purpose: Asserts that the handle extent is not set. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle extent is set
Parameters:
pArgument HANDLE
 
pcName CHARACTER
 
Top

IsIndeterminateArray (int64[])

Purpose: Asserts that the int64 extent is not set. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 extent is set
Parameters:
pArgument INT64
 
Top

IsIndeterminateArray (int64[], character)

Purpose: Asserts that the int64 extent is not set. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 extent is set
Parameters:
pArgument INT64
 
pcName CHARACTER
 
Top

IsIndeterminateArray (integer[])

Purpose: Asserts that the integer extent is not set. @param integer the value to check @throws AssertionFailedError Error thrown if integer extent is set
Parameters:
pArgument INTEGER
 
Top

IsIndeterminateArray (integer[], character)

Purpose: Asserts that the integer extent is not set. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer extent is set
Parameters:
pArgument INTEGER
 
pcName CHARACTER
 
Top

IsIndeterminateArray (logical[])

Purpose: Asserts that the logical extent is not set. @param logical the value to check @throws AssertionFailedError Error thrown if logical extent is set
Parameters:
pArgument LOGICAL
 
Top

IsIndeterminateArray (logical[], character)

Purpose: Asserts that the logical extent is not set. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical extent is set
Parameters:
pArgument LOGICAL
 
pcName CHARACTER
 
Top

IsIndeterminateArray (longchar[])

Purpose: Asserts that the longchar extent is not set. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar extent is set
Parameters:
pArgument LONGCHAR
 
Top

IsIndeterminateArray (longchar[], character)

Purpose: Asserts that the longchar extent is not set. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar extent is set
Parameters:
pArgument LONGCHAR
 
pcName CHARACTER
 
Top

IsIndeterminateArray (memptr[])

Purpose: Asserts that the memptr extent is not set. @param memptr the value to check @throws AssertionFailedError Error thrown if memptr extent is set
Parameters:
pArgument MEMPTR
 
Top

IsIndeterminateArray (memptr[], character)

Purpose: Asserts that the memptr extent is not set. @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr extent is set
Parameters:
pArgument MEMPTR
 
pcName CHARACTER
 
Top

IsIndeterminateArray (Object[])

Purpose: Asserts that the Object extent is not set. @param Object the value to check @throws AssertionFailedError Error thrown if Object extent is set
Parameters:
pArgument Progress.Lang.Object
 
Top

IsIndeterminateArray (Object[], character)

Purpose: Asserts that the Object extent is not set. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object extent is set
Parameters:
pArgument Progress.Lang.Object
 
pcName CHARACTER
 
Top

IsIndeterminateArray (raw[])

Purpose: Asserts that the raw extent is not set. @param raw the value to check @throws AssertionFailedError Error thrown if raw extent is set
Parameters:
pArgument RAW
 
Top

IsIndeterminateArray (raw[], character)

Purpose: Asserts that the raw extent is not set. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw extent is set
Parameters:
pArgument RAW
 
pcName CHARACTER
 
Top

IsIndeterminateArray (recid[])

Purpose: Asserts that the recid extent is not set. @param recid the value to check @throws AssertionFailedError Error thrown if recid extent is set
Parameters:
pArgument RECID
 
Top

IsIndeterminateArray (recid[], character)

Purpose: Asserts that the recid extent is not set. @param recid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if recid extent is set
Parameters:
pArgument RECID
 
pcName CHARACTER
 
Top

IsIndeterminateArray (rowid[])

Purpose: Asserts that the rowid extent is not set. @param rowid the value to check @throws AssertionFailedError Error thrown if rowid extent is set
Parameters:
pArgument ROWID
 
Top

IsIndeterminateArray (rowid[], character)

Purpose: Asserts that the rowid extent is not set. @param rowid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if rowid extent is set
Parameters:
pArgument ROWID
 
pcName CHARACTER