OpenEdge.Core.Assert
- Last Updated: January 15, 2026
- 108 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Equals (character, character) |
/** Asserts that value 'a' equals 'b'. @param character the known value @param character the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (date, date) |
/** Asserts that value 'a' equals 'b'. @param date the known value @param date the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (datetime, datetime) |
/** Asserts that value 'a' equals 'b'. @param datetime the known value @param datetime the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (datetime-tz, datetime-tz) |
/** Asserts that value 'a' equals 'b'. @param datetime-tz the known value @param datetime-tz the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (decimal, decimal) |
/** Asserts that value 'a' equals 'b'. @param decimal the known value @param decimal the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (handle, handle) |
/** Asserts that value 'a' equals 'b'. @param handle the known value @param handle the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (int64, int64) |
/** Asserts that value 'a' equals 'b'. @param int64 the known value @param int64 the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (integer, integer) |
/** Asserts that value 'a' equals 'b'. @param integer the known value @param integer the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (logical, logical) |
/** Asserts that value 'a' equals 'b'. @param logical the known value @param logical the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (longchar, longchar) |
/** Asserts that value 'a' equals 'b'. @param longchar the known value @param longchar the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (memptr, memptr) |
/** Asserts that value 'a' equals 'b'. @param memptr the known value @param memptr the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (Object, Object) |
/** Asserts that value 'a' equals 'b'. @param Object the known value @param Object the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (raw, raw) |
/** Asserts that value 'a' equals 'b'. @param raw the known value @param raw the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (recid, recid) |
/** Asserts that value 'a' equals 'b'. @param recid the known value @param recid the comparison value @throws AssertionFailedError Error thrown if values differ */
|
||
| Equals (rowid, rowid) |
/** Asserts that value 'a' equals 'b'. @param rowid the known value @param rowid the comparison value @throws AssertionFailedError Error thrown if values 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 */
|
||
| IsAbstract (Class) |
/** Asserts that the given type is an abstract.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is not abstract*/
|
||
| IsAvailable (handle) |
|
||
| IsAvailable (handle, character) |
|
||
| IsDecimal (character) |
|
||
| IsDecimal (character, character) |
|
||
| IsEmpty (character) |
/** Asserts that the character is empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character is not empty (blank) */
|
||
| IsEmpty (character, character) |
/** Asserts that the character is empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is not empty (blank) */
|
||
| IsEmpty (character[]) |
/** Asserts that the character array is empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character array is not empty (blank) */
|
||
| IsEmpty (character[], character) |
/** Asserts that the character array is empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character array is not empty (blank) */
|
||
| IsEmpty (handle) |
/** Asserts that the handle is empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle is not empty (blank) */
|
||
| IsEmpty (handle, character) |
/** Asserts that the handle is empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is not empty (blank) */
|
||
| IsEmpty (handle[]) |
/** Asserts that the handle array is empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle array is not empty (blank) */
|
||
| IsEmpty (handle[], character) |
/** Asserts that the handle array is empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle array is not empty (blank) */
|
||
| IsEmpty (longchar) |
/** Asserts that the longchar is empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not empty (blank) */
|
||
| IsEmpty (longchar, character) |
/** Asserts that the longchar is empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is not empty (blank) */
|
||
| IsEmpty (longchar[]) |
/** Asserts that the longchar array is empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar array is not empty (blank) */
|
||
| IsEmpty (longchar[], character) |
/** Asserts that the longchar array is empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar array is not empty (blank) */
|
||
| IsEmpty (memptr) |
/** Asserts that the memptr is empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr is not empty (blank) */
|
||
| IsEmpty (memptr, character) |
/** Asserts that the memptr is empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr is not empty (blank) */
|
||
| IsEmpty (memptr[]) |
/** Asserts that the memptr array is empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr array is not empty (blank) */
|
||
| IsEmpty (memptr[], character) |
/** Asserts that the memptr array is empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr array is not empty (blank) */
|
||
| IsFalse (logical) |
|
||
| IsFalse (logical, character) |
|
||
| IsFinal (Class) |
/** Asserts that the given type is final.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is final*/
|
||
| IsIn (character, longchar, character) |
/* Asserts that the input value is in the provided list
@param character The value to check
@param longchar A comma-separated list to check against
@param character The name of the argument */
|
||
| IsIn (character, longchar, character, character) |
/* Asserts that the input value is in the provided list
@param character The value to check
@param longchar A delimited-separated list to check against
@param character The delimiter character
@param character The name of the argument */
|
||
| 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 */
|
||
| IsInt64 (character) |
|
||
| IsInt64 (character, character) |
|
||
| IsInteger (character) |
|
||
| IsInteger (character, character) |
|
||
| IsInterface (Class) |
/** Asserts that the given type is an interface.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is not an interface*/
|
||
| IsLogical (character) |
/* Asserts that the input value can be converted to a logical value with the
default/built-in format mask (see doc)
@param character A character expression to evaluate
@throws AssertionFailedError */
|
||
| IsLogical (character, character) |
/* Asserts that the input value can be converted to a logical value with the
default/built-in format mask (see doc)
@param character A character expression to evaluate
@param character The name of the argument
@throws AssertionFailedError */
|
||
| IsLogical (character, character, character) |
/* Asserts that the input value can be converted to a logical value
@param character A character expression to evaluate
@param character The format mask for the logical value
@param character The name of the argument
@throws AssertionFailedError */
|
||
| IsNegative (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsNegative (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsNegative (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsNegative (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsNegative (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsNegative (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsNull (character) |
/** Asserts that the character is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
||
| IsNull (character, character) |
/** Asserts that the character is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is is unknown */
|
||
| IsNull (character[]) |
/** Asserts that the character array is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
||
| IsNull (character[], character) |
/** Asserts that the character array is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is not unknown */
|
||
| IsNull (date) |
/** Asserts that the date is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
||
| IsNull (date, character) |
/** Asserts that the date is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is is unknown */
|
||
| IsNull (datetime) |
/** Asserts that the datetime is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
||
| IsNull (datetime, character) |
/** Asserts that the datetime is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is is unknown */
|
||
| IsNull (datetime-tz) |
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
||
| IsNull (datetime-tz, character) |
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is is unknown */
|
||
| IsNull (datetime-tz[]) |
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
||
| IsNull (datetime-tz[], character) |
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
||
| IsNull (datetime[]) |
/** Asserts that the datetime array is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
||
| IsNull (datetime[], character) |
/** Asserts that the datetime array is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is not unknown */
|
||
| IsNull (date[]) |
/** Asserts that the date array is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
||
| IsNull (date[], character) |
/** Asserts that the date array is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is not unknown */
|
||
| IsNull (decimal) |
/** Asserts that the decimal is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
||
| IsNull (decimal, character) |
/** Asserts that the decimal is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is is unknown */
|
||
| IsNull (decimal[]) |
/** Asserts that the decimal array is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
||
| IsNull (decimal[], character) |
/** Asserts that the decimal array is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not unknown */
|
||
| IsNull (handle) |
/** Asserts that the handle is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
||
| IsNull (handle, character) |
/** Asserts that the handle is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is is unknown */
|
||
| IsNull (handle[]) |
/** Asserts that the handle array is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
||
| IsNull (handle[], character) |
/** Asserts that the handle array is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is not unknown */
|
||
| IsNull (int64) |
/** Asserts that the int64 is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
||
| IsNull (int64, character) |
/** Asserts that the int64 is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is is unknown */
|
||
| IsNull (int64[]) |
/** Asserts that the int64 array is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
||
| IsNull (int64[], character) |
/** Asserts that the int64 array is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not unknown */
|
||
| IsNull (integer) |
/** Asserts that the integer is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
||
| IsNull (integer, character) |
/** Asserts that the integer is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is is unknown */
|
||
| IsNull (integer[]) |
/** Asserts that the integer array is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
||
| IsNull (integer[], character) |
/** Asserts that the integer array is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not unknown */
|
||
| IsNull (logical) |
/** Asserts that the logical is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
||
| IsNull (logical, character) |
/** Asserts that the logical is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is is unknown */
|
||
| IsNull (logical[]) |
/** Asserts that the logical array is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
||
| IsNull (logical[], character) |
/** Asserts that the logical array is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is not unknown */
|
||
| IsNull (longchar) |
/** Asserts that the longchar is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
||
| IsNull (longchar, character) |
/** Asserts that the longchar is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is is unknown */
|
||
| IsNull (longchar[]) |
/** Asserts that the longchar array is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
||
| IsNull (longchar[], character) |
/** Asserts that the longchar array is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is not unknown */
|
||
| IsNull (Object) |
/** Asserts that the Object is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
||
| IsNull (Object, character) |
/** Asserts that the Object is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is is unknown */
|
||
| IsNull (Object[]) |
/** Asserts that the Object array is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
||
| IsNull (Object[], character) |
/** Asserts that the Object array is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is not unknown */
|
||
| IsNull (raw) |
/** Asserts that the raw is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
||
| IsNull (raw, character) |
/** Asserts that the raw is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is is unknown */
|
||
| IsNull (raw[]) |
/** Asserts that the raw array is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
||
| IsNull (raw[], character) |
/** Asserts that the raw array is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is not unknown */
|
||
| IsPositive (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsPositive (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsPositive (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsPositive (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsPositive (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsPositive (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsSerializable (Object) |
/* Asserts that the given object can be serialized.
@param Obejct The object to check. */
|
||
| IsTrue (logical) |
|
||
| IsTrue (logical, character) |
|
||
| IsType (handle, DataTypeEnum) |
/** Asserts that a handle is valid and of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@throws AssertionFailedError Error thrown if the handle is not valid or not of a particular datatype*/
|
||
| IsType (handle, DataTypeEnum, character) |
/** Asserts that a handle is valid and of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@param character The name of the variable/handle.
@throws AssertionFailedError Error thrown if the handle is not valid or not of a particular datatype.*/
|
||
| IsType (Object, Class) |
/** Asserts that a object is valid and of a particular type
@param Progress.Lang.Object The Object being checked.
@param Progress.Lang.Class The type the being checked.
@throws AssertionFailedError Error thrown if the object is not valid and not of particular type.*/
|
||
| IsType (Object[], Class) |
/** Asserts that a object extent is valid and of a particular type for each array item
@param Progress.Lang.Object The Object being checked.
@param Progress.Lang.Class The type the being checked.
@throws AssertionFailedError Error thrown if the object array is not valid any of the array
item is not of particular type.*/
|
||
| IsUnknown (character) |
/** Asserts that the character is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
||
| IsUnknown (character, character) |
/** Asserts that the character is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is is unknown */
|
||
| IsUnknown (character[]) |
/** Asserts that the character array is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
||
| IsUnknown (character[], character) |
/** Asserts that the character array is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is not unknown */
|
||
| IsUnknown (date) |
/** Asserts that the date is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
||
| IsUnknown (date, character) |
/** Asserts that the date is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is is unknown */
|
||
| IsUnknown (datetime) |
/** Asserts that the datetime is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
||
| IsUnknown (datetime, character) |
/** Asserts that the datetime is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is is unknown */
|
||
| IsUnknown (datetime-tz) |
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
||
| IsUnknown (datetime-tz, character) |
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is is unknown */
|
||
| IsUnknown (datetime-tz[]) |
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
||
| IsUnknown (datetime-tz[], character) |
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
||
| IsUnknown (datetime[]) |
/** Asserts that the datetime array is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
||
| IsUnknown (datetime[], character) |
/** Asserts that the datetime array is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is not unknown */
|
||
| IsUnknown (date[]) |
/** Asserts that the date array is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
||
| IsUnknown (date[], character) |
/** Asserts that the date array is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is not unknown */
|
||
| IsUnknown (decimal) |
/** Asserts that the decimal is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
||
| IsUnknown (decimal, character) |
/** Asserts that the decimal is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is is unknown */
|
||
| IsUnknown (decimal[]) |
/** Asserts that the decimal array is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
||
| IsUnknown (decimal[], character) |
/** Asserts that the decimal array is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not unknown */
|
||
| IsUnknown (handle) |
/** Asserts that the handle is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
||
| IsUnknown (handle, character) |
/** Asserts that the handle is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is is unknown */
|
||
| IsUnknown (handle[]) |
/** Asserts that the handle array is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
||
| IsUnknown (handle[], character) |
/** Asserts that the handle array is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is not unknown */
|
||
| IsUnknown (int64) |
/** Asserts that the int64 is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
||
| IsUnknown (int64, character) |
/** Asserts that the int64 is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is is unknown */
|
||
| IsUnknown (int64[]) |
/** Asserts that the int64 array is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
||
| IsUnknown (int64[], character) |
/** Asserts that the int64 array is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not unknown */
|
||
| IsUnknown (integer) |
/** Asserts that the integer is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
||
| IsUnknown (integer, character) |
/** Asserts that the integer is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is is unknown */
|
||
| IsUnknown (integer[]) |
/** Asserts that the integer array is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
||
| IsUnknown (integer[], character) |
/** Asserts that the integer array is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not unknown */
|
||
| IsUnknown (logical) |
/** Asserts that the logical is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
||
| IsUnknown (logical, character) |
/** Asserts that the logical is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is is unknown */
|
||
| IsUnknown (logical[]) |
/** Asserts that the logical array is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
||
| IsUnknown (logical[], character) |
/** Asserts that the logical array is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is not unknown */
|
||
| IsUnknown (longchar) |
/** Asserts that the longchar is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
||
| IsUnknown (longchar, character) |
/** Asserts that the longchar is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is is unknown */
|
||
| IsUnknown (longchar[]) |
/** Asserts that the longchar array is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
||
| IsUnknown (longchar[], character) |
/** Asserts that the longchar array is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is not unknown */
|
||
| IsUnknown (Object) |
/** Asserts that the Object is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
||
| IsUnknown (Object, character) |
/** Asserts that the Object is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is is unknown */
|
||
| IsUnknown (Object[]) |
/** Asserts that the Object array is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
||
| IsUnknown (Object[], character) |
/** Asserts that the Object array is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is not unknown */
|
||
| IsUnknown (raw) |
/** Asserts that the raw is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
||
| IsUnknown (raw, character) |
/** Asserts that the raw is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is is unknown */
|
||
| IsUnknown (raw[]) |
/** Asserts that the raw array is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
||
| IsUnknown (raw[], character) |
/** Asserts that the raw array is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is not unknown */
|
||
| IsZero (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsZero (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsZero (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsZero (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsZero (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsZero (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsZeroOrNegative (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsZeroOrNegative (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsZeroOrNegative (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsZeroOrNegative (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsZeroOrNegative (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsZeroOrNegative (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsZeroOrPositive (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsZeroOrPositive (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| IsZeroOrPositive (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsZeroOrPositive (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| IsZeroOrPositive (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| IsZeroOrPositive (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NonZero (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NonZero (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NonZero (decimal[]) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NonZero (decimal[], character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NonZero (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NonZero (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NonZero (int64[]) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NonZero (int64[], character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NonZero (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NonZero (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NonZero (integer[]) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NonZero (integer[], character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NotAbstract (Class) |
/** Asserts that the given type is not an abstract.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is abstract*/
|
||
| NotAvailable (handle) |
|
||
| NotAvailable (handle, character) |
|
||
| NotEmpty (character) |
/** Asserts that the character is not empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character is empty (blank) */
|
||
| NotEmpty (character, character) |
/** Asserts that the character is not empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is empty (blank) */
|
||
| NotEmpty (character[]) |
/** Asserts that the character array is not empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character array is empty (blank) */
|
||
| NotEmpty (character[], character) |
/** Asserts that the character array is not empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character array is empty (blank) */
|
||
| NotEmpty (handle) |
/** Asserts that the handle is not empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle is empty (blank) */
|
||
| NotEmpty (handle, character) |
/** Asserts that the handle is not empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is empty (blank) */
|
||
| NotEmpty (handle[]) |
/** Asserts that the handle array is not empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle array is empty (blank) */
|
||
| NotEmpty (handle[], character) |
/** Asserts that the handle array is not empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle array is empty (blank) */
|
||
| NotEmpty (longchar) |
/** Asserts that the longchar is not empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is empty (blank) */
|
||
| NotEmpty (longchar, character) |
/** Asserts that the longchar is not empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is empty (blank) */
|
||
| NotEmpty (longchar[]) |
/** Asserts that the longchar array is not empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar array is empty (blank) */
|
||
| NotEmpty (longchar[], character) |
/** Asserts that the longchar array is not empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar array is empty (blank) */
|
||
| NotEmpty (memptr) |
/** Asserts that the memptr is not empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr is empty (blank) */
|
||
| NotEmpty (memptr, character) |
/** Asserts that the memptr is not empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr is empty (blank) */
|
||
| NotEmpty (memptr[]) |
/** Asserts that the memptr array is not empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr array is empty (blank) */
|
||
| NotEmpty (memptr[], character) |
/** Asserts that the memptr array is not empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr array is empty (blank) */
|
||
| NotEqual (character, character) |
/** Asserts that value 'a' differs from 'b'. @param character the known value @param character the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (date, date) |
/** Asserts that value 'a' differs from 'b'. @param date the known value @param date the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (datetime, datetime) |
/** Asserts that value 'a' differs from 'b'. @param datetime the known value @param datetime the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (datetime-tz, datetime-tz) |
/** Asserts that value 'a' differs from 'b'. @param datetime-tz the known value @param datetime-tz the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (decimal, decimal) |
/** Asserts that value 'a' differs from 'b'. @param decimal the known value @param decimal the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (handle, handle) |
/** Asserts that value 'a' differs from 'b'. @param handle the known value @param handle the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (int64, int64) |
/** Asserts that value 'a' differs from 'b'. @param int64 the known value @param int64 the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (integer, integer) |
/** Asserts that value 'a' differs from 'b'. @param integer the known value @param integer the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (logical, logical) |
/** Asserts that value 'a' differs from 'b'. @param logical the known value @param logical the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (longchar, longchar) |
/** Asserts that value 'a' differs from 'b'. @param longchar the known value @param longchar the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (memptr, memptr) |
/** Asserts that value 'a' differs from 'b'. @param memptr the known value @param memptr the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (Object, Object) |
/** Asserts that value 'a' differs from 'b'. @param Object the known value @param Object the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (raw, raw) |
/** Asserts that value 'a' differs from 'b'. @param raw the known value @param raw the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (recid, recid) |
/** Asserts that value 'a' differs from 'b'. @param recid the known value @param recid the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotEqual (rowid, rowid) |
/** Asserts that value 'a' differs from 'b'. @param rowid the known value @param rowid the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
||
| NotFalse (logical) |
|
||
| NotFalse (logical, character) |
|
||
| NotFinal (Class) |
/** Asserts that the given type is not final.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is final*/
|
||
| NotIn (character, longchar, character) |
/* Asserts that the input value is NOT in the provided list
@param character The value to check
@param longchar A COMMA-separated list to check against
@param character The name of the argument */
|
||
| NotIn (character, longchar, character, character) |
/* Asserts that the input value is NOT in the provided list
@param character The value to check
@param longchar A delimited-separated list to check against
@param character The delimiter character
@param character The name of the argument */
|
||
| NotInterface (Class) |
/** Asserts that the given type is not an interface.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is an interface*/
|
||
| NotNull (character) |
/** Asserts that the character is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNull (character, character) |
/** Asserts that the character is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNull (character[]) |
/** Asserts that the character array is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNull (character[], character) |
/** Asserts that the character array is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNull (date) |
/** Asserts that the date is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotNull (date, character) |
/** Asserts that the date is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotNull (datetime) |
/** Asserts that the datetime is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotNull (datetime, character) |
/** Asserts that the datetime is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotNull (datetime-tz) |
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotNull (datetime-tz, character) |
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotNull (datetime-tz[]) |
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotNull (datetime-tz[], character) |
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotNull (datetime[]) |
/** Asserts that the datetime array is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotNull (datetime[], character) |
/** Asserts that the datetime array is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotNull (date[]) |
/** Asserts that the date array is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotNull (date[], character) |
/** Asserts that the date array is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotNull (decimal) |
/** Asserts that the decimal is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotNull (decimal, character) |
/** Asserts that the decimal is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotNull (decimal[]) |
/** Asserts that the decimal array is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotNull (decimal[], character) |
/** Asserts that the decimal array is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotNull (handle) |
/** Asserts that the handle is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotNull (handle, character) |
/** Asserts that the handle is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotNull (handle[]) |
/** Asserts that the handle array is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotNull (handle[], character) |
/** Asserts that the handle array is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotNull (int64) |
/** Asserts that the int64 is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotNull (int64, character) |
/** Asserts that the int64 is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotNull (int64[]) |
/** Asserts that the int64 array is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotNull (int64[], character) |
/** Asserts that the int64 array is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotNull (integer) |
/** Asserts that the integer is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotNull (integer, character) |
/** Asserts that the integer is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotNull (integer[]) |
/** Asserts that the integer array is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotNull (integer[], character) |
/** Asserts that the integer array is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotNull (logical) |
/** Asserts that the logical is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotNull (logical, character) |
/** Asserts that the logical is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotNull (logical[]) |
/** Asserts that the logical array is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotNull (logical[], character) |
/** Asserts that the logical array is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotNull (longchar) |
/** Asserts that the longchar is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNull (longchar, character) |
/** Asserts that the longchar is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNull (longchar[]) |
/** Asserts that the longchar array is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNull (longchar[], character) |
/** Asserts that the longchar array is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNull (Object) |
/** Asserts that the Object is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNull (Object, character) |
/** Asserts that the Object is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNull (Object[]) |
/** Asserts that the Object array is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNull (Object[], character) |
/** Asserts that the Object array is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNull (raw) |
/** Asserts that the raw is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotNull (raw, character) |
/** Asserts that the raw is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotNull (raw[]) |
/** Asserts that the raw array is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotNull (raw[], character) |
/** Asserts that the raw array is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotNullOrEmpty (character) |
/** Asserts that the character is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNullOrEmpty (character, character) |
/** Asserts that the character is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNullOrEmpty (character[]) |
/** Asserts that the character array is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNullOrEmpty (character[], character) |
/** Asserts that the character array is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotNullOrEmpty (ICollection) |
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @throws AssertionFailedError Error thrown if ICollection is unknown */
|
||
| NotNullOrEmpty (ICollection, character) |
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if ICollection is unknown */
|
||
| NotNullOrEmpty (ICollection[]) |
/** Asserts that the ICollection array is not unknown or empty. @param ICollection the value to check @throws AssertionFailedError Error thrown if ICollection is unknown */
|
||
| NotNullOrEmpty (ICollection[], character) |
/** Asserts that the ICollection array is not unknown or empty. @param ICollection the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if ICollection is unknown */
|
||
| NotNullOrEmpty (IMap) |
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @throws AssertionFailedError Error thrown if IMap is unknown */
|
||
| NotNullOrEmpty (IMap, character) |
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if IMap is unknown */
|
||
| NotNullOrEmpty (IMap[]) |
/** Asserts that the IMap array is not unknown or empty. @param IMap the value to check @throws AssertionFailedError Error thrown if IMap is unknown */
|
||
| NotNullOrEmpty (IMap[], character) |
/** Asserts that the IMap array is not unknown or empty. @param IMap the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if IMap is unknown */
|
||
| NotNullOrEmpty (longchar) |
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNullOrEmpty (longchar, character) |
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNullOrEmpty (longchar[]) |
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNullOrEmpty (longchar[], character) |
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotNullOrEmpty (Object) |
/** Asserts that the Object is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNullOrEmpty (Object, character) |
/** Asserts that the Object is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNullOrEmpty (Object[]) |
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNullOrEmpty (Object[], character) |
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotNullOrZero (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NotNullOrZero (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NotNullOrZero (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NotNullOrZero (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NotNullOrZero (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NotNullOrZero (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NotSerializable (Object) |
/* Asserts that the given object cannot be serialized.
@param Progress.Lang.Object The object to check. */
|
||
| NotTrue (logical) |
|
||
| NotTrue (logical, character) |
|
||
| NotType (handle, DataTypeEnum) |
/** Asserts that a handle is valid and not of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@throws AssertionFailedError Error thrown if the handle is not valid or of a particular datatype*/
|
||
| NotType (handle, DataTypeEnum, character) |
/** Asserts that a handle is valid and not of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@param character the identifying name for the AssertionFailedError.
@throws AssertionFailedError Error thrown if the handle is not valid or of a particular datatype*/
|
||
| NotType (Object, Class) |
/** Asserts that a object is valid and not of a particular type
@param Progress.Lang.Object The Object being checked.
@param Progress.Lang.Class The type the being checked.
@throws AssertionFailedError Error thrown if the object is not valid and of particular type.*/
|
||
| NotUnknown (character) |
/** Asserts that the character is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknown (character, character) |
/** Asserts that the character is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknown (character[]) |
/** Asserts that the character array is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknown (character[], character) |
/** Asserts that the character array is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknown (date) |
/** Asserts that the date is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotUnknown (date, character) |
/** Asserts that the date is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotUnknown (datetime) |
/** Asserts that the datetime is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotUnknown (datetime, character) |
/** Asserts that the datetime is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotUnknown (datetime-tz) |
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotUnknown (datetime-tz, character) |
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotUnknown (datetime-tz[]) |
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotUnknown (datetime-tz[], character) |
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
||
| NotUnknown (datetime[]) |
/** Asserts that the datetime array is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotUnknown (datetime[], character) |
/** Asserts that the datetime array is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
||
| NotUnknown (date[]) |
/** Asserts that the date array is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotUnknown (date[], character) |
/** Asserts that the date array is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
||
| NotUnknown (decimal) |
/** Asserts that the decimal is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotUnknown (decimal, character) |
/** Asserts that the decimal is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotUnknown (decimal[]) |
/** Asserts that the decimal array is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotUnknown (decimal[], character) |
/** Asserts that the decimal array is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
||
| NotUnknown (handle) |
/** Asserts that the handle is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotUnknown (handle, character) |
/** Asserts that the handle is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotUnknown (handle[]) |
/** Asserts that the handle array is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotUnknown (handle[], character) |
/** Asserts that the handle array is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
||
| NotUnknown (int64) |
/** Asserts that the int64 is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotUnknown (int64, character) |
/** Asserts that the int64 is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotUnknown (int64[]) |
/** Asserts that the int64 array is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotUnknown (int64[], character) |
/** Asserts that the int64 array is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
||
| NotUnknown (integer) |
/** Asserts that the integer is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotUnknown (integer, character) |
/** Asserts that the integer is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotUnknown (integer[]) |
/** Asserts that the integer array is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotUnknown (integer[], character) |
/** Asserts that the integer array is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
||
| NotUnknown (logical) |
/** Asserts that the logical is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotUnknown (logical, character) |
/** Asserts that the logical is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotUnknown (logical[]) |
/** Asserts that the logical array is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotUnknown (logical[], character) |
/** Asserts that the logical array is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
||
| NotUnknown (longchar) |
/** Asserts that the longchar is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknown (longchar, character) |
/** Asserts that the longchar is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknown (longchar[]) |
/** Asserts that the longchar array is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknown (longchar[], character) |
/** Asserts that the longchar array is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknown (Object) |
/** Asserts that the Object is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotUnknown (Object, character) |
/** Asserts that the Object is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotUnknown (Object[]) |
/** Asserts that the Object array is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotUnknown (Object[], character) |
/** Asserts that the Object array is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotUnknown (raw) |
/** Asserts that the raw is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotUnknown (raw, character) |
/** Asserts that the raw is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotUnknown (raw[]) |
/** Asserts that the raw array is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotUnknown (raw[], character) |
/** Asserts that the raw array is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
||
| NotUnknownOrEmpty (character) |
/** Asserts that the character is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknownOrEmpty (character, character) |
/** Asserts that the character is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknownOrEmpty (character[]) |
/** Asserts that the character array is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknownOrEmpty (character[], character) |
/** Asserts that the character array is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
||
| NotUnknownOrEmpty (ICollection) |
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @throws AssertionFailedError Error thrown if ICollection is unknown */
|
||
| NotUnknownOrEmpty (ICollection, character) |
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if ICollection is unknown */
|
||
| NotUnknownOrEmpty (IMap) |
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @throws AssertionFailedError Error thrown if IMap is unknown */
|
||
| NotUnknownOrEmpty (IMap, character) |
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if IMap is unknown */
|
||
| NotUnknownOrEmpty (longchar) |
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknownOrEmpty (longchar, character) |
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknownOrEmpty (longchar[]) |
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknownOrEmpty (longchar[], character) |
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
||
| NotUnknownOrEmpty (Object) |
/** Asserts that the Object is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotUnknownOrEmpty (Object, character) |
/** Asserts that the Object is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotUnknownOrEmpty (Object[]) |
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotUnknownOrEmpty (Object[], character) |
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
||
| NotZero (decimal) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NotZero (decimal, character) |
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
||
| NotZero (int64) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NotZero (int64, character) |
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
||
| NotZero (integer) |
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| NotZero (integer, character) |
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
||
| RaiseError (character) |
/** Raises an AssertionFailedError.
@param mesg the message to be used for the AssertionFailedError
@throws AssertionFailedError Error thrown */
|
Method Detail
Equals (character, character)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Equals (date, date)
|
||||||||||||||||||||||||
Equals (datetime, datetime)
|
||||||||||||||||||||||||
Equals (datetime-tz, datetime-tz)
|
||||||||||||||||||||||||
Equals (decimal, decimal)
|
||||||||||||||||||||||||
Equals (handle, handle)
|
||||||||||||||||||||||||
Equals (int64, int64)
|
||||||||||||||||||||||||
Equals (integer, integer)
|
||||||||||||||||||||||||
Equals (logical, logical)
|
||||||||||||||||||||||||
Equals (longchar, longchar)
|
||||||||||||||||||||||||
Equals (memptr, memptr)
|
||||||||||||||||||||||||
Equals (Object, Object)
|
||||||||||||||||||||||||
Equals (raw, raw)
|
||||||||||||||||||||||||
Equals (recid, recid)
|
||||||||||||||||||||||||
Equals (rowid, rowid)
|
||||||||||||||||||||||||
HasDeterminateExtent (character[])
|
||||||||||||||||||||||||
HasDeterminateExtent (character[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (datetime-tz[])
|
||||||||||||||||||||||||
HasDeterminateExtent (datetime-tz[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (datetime[])
|
||||||||||||||||||||||||
HasDeterminateExtent (datetime[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (date[])
|
||||||||||||||||||||||||
HasDeterminateExtent (date[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (decimal[])
|
||||||||||||||||||||||||
HasDeterminateExtent (decimal[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (handle[])
|
||||||||||||||||||||||||
HasDeterminateExtent (handle[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (int64[])
|
||||||||||||||||||||||||
HasDeterminateExtent (int64[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (integer[])
|
||||||||||||||||||||||||
HasDeterminateExtent (integer[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (logical[])
|
||||||||||||||||||||||||
HasDeterminateExtent (logical[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (longchar[])
|
||||||||||||||||||||||||
HasDeterminateExtent (longchar[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (memptr[])
|
||||||||||||||||||||||||
HasDeterminateExtent (memptr[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (Object[])
|
||||||||||||||||||||||||
HasDeterminateExtent (Object[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (raw[])
|
||||||||||||||||||||||||
HasDeterminateExtent (raw[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (recid[])
|
||||||||||||||||||||||||
HasDeterminateExtent (recid[], character)
|
||||||||||||||||||||||||
HasDeterminateExtent (rowid[])
|
||||||||||||||||||||||||
HasDeterminateExtent (rowid[], character)
|
||||||||||||||||||||||||
IsAbstract (Class)
|
||||||||||||||||||||||||
IsAvailable (handle)
|
||||||||||||||||||||||||
IsAvailable (handle, character)
|
||||||||||||||||||||||||
IsDecimal (character)
|
||||||||||||||||||||||||
IsDecimal (character, character)
|
||||||||||||||||||||||||
IsEmpty (character)
|
||||||||||||||||||||||||
IsEmpty (character, character)
|
||||||||||||||||||||||||
IsEmpty (character[])
|
||||||||||||||||||||||||
IsEmpty (character[], character)
|
||||||||||||||||||||||||
IsEmpty (handle)
|
||||||||||||||||||||||||
IsEmpty (handle, character)
|
||||||||||||||||||||||||
IsEmpty (handle[])
|
||||||||||||||||||||||||
IsEmpty (handle[], character)
|
||||||||||||||||||||||||
IsEmpty (longchar)
|
||||||||||||||||||||||||
IsEmpty (longchar, character)
|
||||||||||||||||||||||||
IsEmpty (longchar[])
|
||||||||||||||||||||||||
IsEmpty (longchar[], character)
|
||||||||||||||||||||||||
IsEmpty (memptr)
|
||||||||||||||||||||||||
IsEmpty (memptr, character)
|
||||||||||||||||||||||||
IsEmpty (memptr[])
|
||||||||||||||||||||||||
IsEmpty (memptr[], character)
|
||||||||||||||||||||||||
IsFalse (logical)
|
||||||||||||||||||||||||
IsFalse (logical, character)
|
||||||||||||||||||||||||
IsFinal (Class)
|
||||||||||||||||||||||||
IsIn (character, longchar, character)
|
||||||||||||||||||||||||
IsIn (character, longchar, character, character)
|
||||||||||||||||||||||||
IsIndeterminateArray (character[])
|
||||||||||||||||||||||||
IsIndeterminateArray (character[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (datetime-tz[])
|
||||||||||||||||||||||||
IsIndeterminateArray (datetime-tz[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (datetime[])
|
||||||||||||||||||||||||
IsIndeterminateArray (datetime[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (date[])
|
||||||||||||||||||||||||
IsIndeterminateArray (date[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (decimal[])
|
||||||||||||||||||||||||
IsIndeterminateArray (decimal[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (handle[])
|
||||||||||||||||||||||||
IsIndeterminateArray (handle[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (int64[])
|
||||||||||||||||||||||||
IsIndeterminateArray (int64[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (integer[])
|
||||||||||||||||||||||||
IsIndeterminateArray (integer[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (logical[])
|
||||||||||||||||||||||||
IsIndeterminateArray (logical[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (longchar[])
|
||||||||||||||||||||||||
IsIndeterminateArray (longchar[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (memptr[])
|
||||||||||||||||||||||||
IsIndeterminateArray (memptr[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (Object[])
|
||||||||||||||||||||||||
IsIndeterminateArray (Object[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (raw[])
|
||||||||||||||||||||||||
IsIndeterminateArray (raw[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (recid[])
|
||||||||||||||||||||||||
IsIndeterminateArray (recid[], character)
|
||||||||||||||||||||||||
IsIndeterminateArray (rowid[])
|
||||||||||||||||||||||||
IsIndeterminateArray (rowid[], character)
|
||||||||||||||||||||||||
IsInt64 (character)
|
||||||||||||||||||||||||
IsInt64 (character, character)
|
||||||||||||||||||||||||
IsInteger (character)
|
||||||||||||||||||||||||
IsInteger (character, character)
|
||||||||||||||||||||||||
IsInterface (Class)
|
||||||||||||||||||||||||
IsLogical (character)
|
||||||||||||||||||||||||
IsLogical (character, character)
|
||||||||||||||||||||||||
IsLogical (character, character, character)
|
||||||||||||||||||||||||
IsNegative (decimal)
|
||||||||||||||||||||||||
IsNegative (decimal, character)
|
||||||||||||||||||||||||
IsNegative (int64)
|
||||||||||||||||||||||||
IsNegative (int64, character)
|
||||||||||||||||||||||||
IsNegative (integer)
|
||||||||||||||||||||||||
IsNegative (integer, character)
|
||||||||||||||||||||||||
IsNull (character)
|
||||||||||||||||||||||||
IsNull (character, character)
|
||||||||||||||||||||||||
IsNull (character[])
|
||||||||||||||||||||||||
IsNull (character[], character)
|
||||||||||||||||||||||||
IsNull (date)
|
||||||||||||||||||||||||
IsNull (date, character)
|
||||||||||||||||||||||||
IsNull (datetime)
|
||||||||||||||||||||||||
IsNull (datetime, character)
|
||||||||||||||||||||||||
IsNull (datetime-tz)
|
||||||||||||||||||||||||
IsNull (datetime-tz, character)
|
||||||||||||||||||||||||
IsNull (datetime-tz[])
|
||||||||||||||||||||||||
IsNull (datetime-tz[], character)
|
||||||||||||||||||||||||
IsNull (datetime[])
|
||||||||||||||||||||||||
IsNull (datetime[], character)
|
||||||||||||||||||||||||
IsNull (date[])
|
||||||||||||||||||||||||
IsNull (date[], character)
|
||||||||||||||||||||||||
IsNull (decimal)
|
||||||||||||||||||||||||
IsNull (decimal, character)
|
||||||||||||||||||||||||
IsNull (decimal[])
|
||||||||||||||||||||||||
IsNull (decimal[], character)
|
||||||||||||||||||||||||
IsNull (handle)
|
||||||||||||||||||||||||
IsNull (handle, character)
|
||||||||||||||||||||||||
IsNull (handle[])
|
||||||||||||||||||||||||
IsNull (handle[], character)
|
||||||||||||||||||||||||
IsNull (int64)
|
||||||||||||||||||||||||
IsNull (int64, character)
|
||||||||||||||||||||||||
IsNull (int64[])
|
||||||||||||||||||||||||
IsNull (int64[], character)
|
||||||||||||||||||||||||
IsNull (integer)
|
||||||||||||||||||||||||
IsNull (integer, character)
|
||||||||||||||||||||||||
IsNull (integer[])
|
||||||||||||||||||||||||
IsNull (integer[], character)
|
||||||||||||||||||||||||
IsNull (logical)
|
||||||||||||||||||||||||
IsNull (logical, character)
|
||||||||||||||||||||||||
IsNull (logical[])
|
||||||||||||||||||||||||
IsNull (logical[], character)
|
||||||||||||||||||||||||
IsNull (longchar)
|
||||||||||||||||||||||||
IsNull (longchar, character)
|
||||||||||||||||||||||||
IsNull (longchar[])
|
||||||||||||||||||||||||
IsNull (longchar[], character)
|
||||||||||||||||||||||||
IsNull (Object)
|
||||||||||||||||||||||||
IsNull (Object, character)
|
||||||||||||||||||||||||
IsNull (Object[])
|
||||||||||||||||||||||||
IsNull (Object[], character)
|
||||||||||||||||||||||||
IsNull (raw)
|
||||||||||||||||||||||||
IsNull (raw, character)
|
||||||||||||||||||||||||
IsNull (raw[])
|
||||||||||||||||||||||||
IsNull (raw[], character)
|
||||||||||||||||||||||||
IsPositive (decimal)
|
||||||||||||||||||||||||
IsPositive (decimal, character)
|
||||||||||||||||||||||||
IsPositive (int64)
|
||||||||||||||||||||||||
IsPositive (int64, character)
|
||||||||||||||||||||||||
IsPositive (integer)
|
||||||||||||||||||||||||
IsPositive (integer, character)
|
||||||||||||||||||||||||
IsSerializable (Object)
|
||||||||||||||||||||||||
IsTrue (logical)
|
||||||||||||||||||||||||
IsTrue (logical, character)
|
||||||||||||||||||||||||
IsType (handle, DataTypeEnum)
|
||||||||||||||||||||||||
IsType (handle, DataTypeEnum, character)
|
||||||||||||||||||||||||
IsType (Object, Class)
|
||||||||||||||||||||||||
IsType (Object[], Class)
|
||||||||||||||||||||||||
IsUnknown (character)
|
||||||||||||||||||||||||
IsUnknown (character, character)
|
||||||||||||||||||||||||
IsUnknown (character[])
|
||||||||||||||||||||||||
IsUnknown (character[], character)
|
||||||||||||||||||||||||
IsUnknown (date)
|
||||||||||||||||||||||||
IsUnknown (date, character)
|
||||||||||||||||||||||||
IsUnknown (datetime)
|
||||||||||||||||||||||||
IsUnknown (datetime, character)
|
||||||||||||||||||||||||
IsUnknown (datetime-tz)
|
||||||||||||||||||||||||
IsUnknown (datetime-tz, character)
|
||||||||||||||||||||||||
IsUnknown (datetime-tz[])
|
||||||||||||||||||||||||
IsUnknown (datetime-tz[], character)
|
||||||||||||||||||||||||
IsUnknown (datetime[])
|
||||||||||||||||||||||||
IsUnknown (datetime[], character)
|
||||||||||||||||||||||||
IsUnknown (date[])
|
||||||||||||||||||||||||
IsUnknown (date[], character)
|
||||||||||||||||||||||||
IsUnknown (decimal)
|
||||||||||||||||||||||||
IsUnknown (decimal, character)
|
||||||||||||||||||||||||
IsUnknown (decimal[])
|
||||||||||||||||||||||||
IsUnknown (decimal[], character)
|
||||||||||||||||||||||||
IsUnknown (handle)
|
||||||||||||||||||||||||
IsUnknown (handle, character)
|
||||||||||||||||||||||||
IsUnknown (handle[])
|
||||||||||||||||||||||||
IsUnknown (handle[], character)
|
||||||||||||||||||||||||
IsUnknown (int64)
|
||||||||||||||||||||||||
IsUnknown (int64, character)
|
||||||||||||||||||||||||
IsUnknown (int64[])
|
||||||||||||||||||||||||
IsUnknown (int64[], character)
|
||||||||||||||||||||||||
IsUnknown (integer)
|
||||||||||||||||||||||||
IsUnknown (integer, character)
|
||||||||||||||||||||||||
IsUnknown (integer[])
|
||||||||||||||||||||||||
IsUnknown (integer[], character)
|
||||||||||||||||||||||||
IsUnknown (logical)
|
||||||||||||||||||||||||
IsUnknown (logical, character)
|
||||||||||||||||||||||||
IsUnknown (logical[])
|
||||||||||||||||||||||||
IsUnknown (logical[], character)
|
||||||||||||||||||||||||
IsUnknown (longchar)
|
||||||||||||||||||||||||
IsUnknown (longchar, character)
|
||||||||||||||||||||||||
IsUnknown (longchar[])
|
||||||||||||||||||||||||
IsUnknown (longchar[], character)
|
||||||||||||||||||||||||
IsUnknown (Object)
|
||||||||||||||||||||||||
IsUnknown (Object, character)
|
||||||||||||||||||||||||
IsUnknown (Object[])
|
||||||||||||||||||||||||
IsUnknown (Object[], character)
|
||||||||||||||||||||||||
IsUnknown (raw)
|
||||||||||||||||||||||||
IsUnknown (raw, character)
|
||||||||||||||||||||||||
IsUnknown (raw[])
|
||||||||||||||||||||||||
IsUnknown (raw[], character)
|
||||||||||||||||||||||||
IsZero (decimal)
|
||||||||||||||||||||||||
IsZero (decimal, character)
|
||||||||||||||||||||||||
IsZero (int64)
|
||||||||||||||||||||||||
IsZero (int64, character)
|
||||||||||||||||||||||||
IsZero (integer)
|
||||||||||||||||||||||||
IsZero (integer, character)
|
||||||||||||||||||||||||
IsZeroOrNegative (decimal)
|
||||||||||||||||||||||||
IsZeroOrNegative (decimal, character)
|
||||||||||||||||||||||||
IsZeroOrNegative (int64)
|
||||||||||||||||||||||||
IsZeroOrNegative (int64, character)
|
||||||||||||||||||||||||
IsZeroOrNegative (integer)
|
||||||||||||||||||||||||
IsZeroOrNegative (integer, character)
|
||||||||||||||||||||||||
IsZeroOrPositive (decimal)
|
||||||||||||||||||||||||
IsZeroOrPositive (decimal, character)
|
||||||||||||||||||||||||
IsZeroOrPositive (int64)
|
||||||||||||||||||||||||
IsZeroOrPositive (int64, character)
|
||||||||||||||||||||||||
IsZeroOrPositive (integer)
|
||||||||||||||||||||||||
IsZeroOrPositive (integer, character)
|
||||||||||||||||||||||||
NonZero (decimal)
|
||||||||||||||||||||||||
NonZero (decimal, character)
|
||||||||||||||||||||||||
NonZero (decimal[])
|
||||||||||||||||||||||||
NonZero (decimal[], character)
|
||||||||||||||||||||||||
NonZero (int64)
|
||||||||||||||||||||||||
NonZero (int64, character)
|
||||||||||||||||||||||||
NonZero (int64[])
|
||||||||||||||||||||||||
NonZero (int64[], character)
|
||||||||||||||||||||||||
NonZero (integer)
|
||||||||||||||||||||||||
NonZero (integer, character)
|
||||||||||||||||||||||||
NonZero (integer[])
|
||||||||||||||||||||||||
NonZero (integer[], character)
|
||||||||||||||||||||||||
NotAbstract (Class)
|
||||||||||||||||||||||||
NotAvailable (handle)
|
||||||||||||||||||||||||
NotAvailable (handle, character)
|
||||||||||||||||||||||||
NotEmpty (character)
|
||||||||||||||||||||||||
NotEmpty (character, character)
|
||||||||||||||||||||||||
NotEmpty (character[])
|
||||||||||||||||||||||||
NotEmpty (character[], character)
|
||||||||||||||||||||||||
NotEmpty (handle)
|
||||||||||||||||||||||||
NotEmpty (handle, character)
|
||||||||||||||||||||||||
NotEmpty (handle[])
|
||||||||||||||||||||||||
NotEmpty (handle[], character)
|
||||||||||||||||||||||||
NotEmpty (longchar)
|
||||||||||||||||||||||||
NotEmpty (longchar, character)
|
||||||||||||||||||||||||
NotEmpty (longchar[])
|
||||||||||||||||||||||||
NotEmpty (longchar[], character)
|
||||||||||||||||||||||||
NotEmpty (memptr)
|
||||||||||||||||||||||||
NotEmpty (memptr, character)
|
||||||||||||||||||||||||
NotEmpty (memptr[])
|
||||||||||||||||||||||||
NotEmpty (memptr[], character)
|
||||||||||||||||||||||||
NotEqual (character, character)
|
||||||||||||||||||||||||
NotEqual (date, date)
|
||||||||||||||||||||||||
NotEqual (datetime, datetime)
|
||||||||||||||||||||||||
NotEqual (datetime-tz, datetime-tz)
|
||||||||||||||||||||||||
NotEqual (decimal, decimal)
|
||||||||||||||||||||||||
NotEqual (handle, handle)
|
||||||||||||||||||||||||
NotEqual (int64, int64)
|
||||||||||||||||||||||||
NotEqual (integer, integer)
|
||||||||||||||||||||||||
NotEqual (logical, logical)
|
||||||||||||||||||||||||
NotEqual (longchar, longchar)
|
||||||||||||||||||||||||
NotEqual (memptr, memptr)
|
||||||||||||||||||||||||
NotEqual (Object, Object)
|
||||||||||||||||||||||||
NotEqual (raw, raw)
|
||||||||||||||||||||||||
NotEqual (recid, recid)
|
||||||||||||||||||||||||
NotEqual (rowid, rowid)
|
||||||||||||||||||||||||
NotFalse (logical)
|
||||||||||||||||||||||||
NotFalse (logical, character)
|
||||||||||||||||||||||||
NotFinal (Class)
|
||||||||||||||||||||||||
NotIn (character, longchar, character)
|
||||||||||||||||||||||||
NotIn (character, longchar, character, character)
|
||||||||||||||||||||||||
NotInterface (Class)
|
||||||||||||||||||||||||
NotNull (character)
|
||||||||||||||||||||||||
NotNull (character, character)
|
||||||||||||||||||||||||
NotNull (character[])
|
||||||||||||||||||||||||
NotNull (character[], character)
|
||||||||||||||||||||||||
NotNull (date)
|
||||||||||||||||||||||||
NotNull (date, character)
|
||||||||||||||||||||||||
NotNull (datetime)
|
||||||||||||||||||||||||
NotNull (datetime, character)
|
||||||||||||||||||||||||
NotNull (datetime-tz)
|
||||||||||||||||||||||||
NotNull (datetime-tz, character)
|
||||||||||||||||||||||||
NotNull (datetime-tz[])
|
||||||||||||||||||||||||
NotNull (datetime-tz[], character)
|
||||||||||||||||||||||||
NotNull (datetime[])
|
||||||||||||||||||||||||
NotNull (datetime[], character)
|
||||||||||||||||||||||||
NotNull (date[])
|
||||||||||||||||||||||||
NotNull (date[], character)
|
||||||||||||||||||||||||
NotNull (decimal)
|
||||||||||||||||||||||||
NotNull (decimal, character)
|
||||||||||||||||||||||||
NotNull (decimal[])
|
||||||||||||||||||||||||
NotNull (decimal[], character)
|
||||||||||||||||||||||||
NotNull (handle)
|
||||||||||||||||||||||||
NotNull (handle, character)
|
||||||||||||||||||||||||
NotNull (handle[])
|
||||||||||||||||||||||||
NotNull (handle[], character)
|
||||||||||||||||||||||||
NotNull (int64)
|
||||||||||||||||||||||||
NotNull (int64, character)
|
||||||||||||||||||||||||
NotNull (int64[])
|
||||||||||||||||||||||||
NotNull (int64[], character)
|
||||||||||||||||||||||||
NotNull (integer)
|
||||||||||||||||||||||||
NotNull (integer, character)
|
||||||||||||||||||||||||
NotNull (integer[])
|
||||||||||||||||||||||||
NotNull (integer[], character)
|
||||||||||||||||||||||||
NotNull (logical)
|
||||||||||||||||||||||||
NotNull (logical, character)
|
||||||||||||||||||||||||
NotNull (logical[])
|
||||||||||||||||||||||||
NotNull (logical[], character)
|
||||||||||||||||||||||||
NotNull (longchar)
|
||||||||||||||||||||||||
NotNull (longchar, character)
|
||||||||||||||||||||||||
NotNull (longchar[])
|
||||||||||||||||||||||||
NotNull (longchar[], character)
|
||||||||||||||||||||||||
NotNull (Object)
|
||||||||||||||||||||||||
NotNull (Object, character)
|
||||||||||||||||||||||||
NotNull (Object[])
|
||||||||||||||||||||||||
NotNull (Object[], character)
|
||||||||||||||||||||||||
NotNull (raw)
|
||||||||||||||||||||||||
NotNull (raw, character)
|
||||||||||||||||||||||||
NotNull (raw[])
|
||||||||||||||||||||||||
NotNull (raw[], character)
|
||||||||||||||||||||||||
NotNullOrEmpty (character)
|
||||||||||||||||||||||||
NotNullOrEmpty (character, character)
|
||||||||||||||||||||||||
NotNullOrEmpty (character[])
|
||||||||||||||||||||||||
NotNullOrEmpty (character[], character)
|
||||||||||||||||||||||||
NotNullOrEmpty (ICollection)
|
||||||||||||||||||||||||
NotNullOrEmpty (ICollection, character)
|
||||||||||||||||||||||||
NotNullOrEmpty (ICollection[])
|
||||||||||||||||||||||||
NotNullOrEmpty (ICollection[], character)
|
||||||||||||||||||||||||
NotNullOrEmpty (IMap)
|
||||||||||||||||||||||||
NotNullOrEmpty (IMap, character)
|
||||||||||||||||||||||||
NotNullOrEmpty (IMap[])
|
||||||||||||||||||||||||
NotNullOrEmpty (IMap[], character)
|
||||||||||||||||||||||||
NotNullOrEmpty (longchar)
|
||||||||||||||||||||||||
NotNullOrEmpty (longchar, character)
|
||||||||||||||||||||||||
NotNullOrEmpty (longchar[])
|
||||||||||||||||||||||||
NotNullOrEmpty (longchar[], character)
|
||||||||||||||||||||||||
NotNullOrEmpty (Object)
|
||||||||||||||||||||||||
NotNullOrEmpty (Object, character)
|
||||||||||||||||||||||||
NotNullOrEmpty (Object[])
|
||||||||||||||||||||||||
NotNullOrEmpty (Object[], character)
|
||||||||||||||||||||||||
NotNullOrZero (decimal)
|
||||||||||||||||||||||||
NotNullOrZero (decimal, character)
|
||||||||||||||||||||||||
NotNullOrZero (int64)
|
||||||||||||||||||||||||
NotNullOrZero (int64, character)
|
||||||||||||||||||||||||
NotNullOrZero (integer)
|
||||||||||||||||||||||||
NotNullOrZero (integer, character)
|
||||||||||||||||||||||||
NotSerializable (Object)
|
||||||||||||||||||||||||
NotTrue (logical)
|
||||||||||||||||||||||||
NotTrue (logical, character)
|
||||||||||||||||||||||||
NotType (handle, DataTypeEnum)
|
||||||||||||||||||||||||
NotType (handle, DataTypeEnum, character)
|
||||||||||||||||||||||||
NotType (Object, Class)
|
||||||||||||||||||||||||
NotUnknown (character)
|
||||||||||||||||||||||||
NotUnknown (character, character)
|
||||||||||||||||||||||||
NotUnknown (character[])
|
||||||||||||||||||||||||
NotUnknown (character[], character)
|
||||||||||||||||||||||||
NotUnknown (date)
|
||||||||||||||||||||||||
NotUnknown (date, character)
|
||||||||||||||||||||||||
NotUnknown (datetime)
|
||||||||||||||||||||||||
NotUnknown (datetime, character)
|
||||||||||||||||||||||||
NotUnknown (datetime-tz)
|
||||||||||||||||||||||||
NotUnknown (datetime-tz, character)
|
||||||||||||||||||||||||
NotUnknown (datetime-tz[])
|
||||||||||||||||||||||||
NotUnknown (datetime-tz[], character)
|
||||||||||||||||||||||||
NotUnknown (datetime[])
|
||||||||||||||||||||||||
NotUnknown (datetime[], character)
|
||||||||||||||||||||||||
NotUnknown (date[])
|
||||||||||||||||||||||||
NotUnknown (date[], character)
|
||||||||||||||||||||||||
NotUnknown (decimal)
|
||||||||||||||||||||||||
NotUnknown (decimal, character)
|
||||||||||||||||||||||||
NotUnknown (decimal[])
|
||||||||||||||||||||||||
NotUnknown (decimal[], character)
|
||||||||||||||||||||||||
NotUnknown (handle)
|
||||||||||||||||||||||||
NotUnknown (handle, character)
|
||||||||||||||||||||||||
NotUnknown (handle[])
|
||||||||||||||||||||||||
NotUnknown (handle[], character)
|
||||||||||||||||||||||||
NotUnknown (int64)
|
||||||||||||||||||||||||
NotUnknown (int64, character)
|
||||||||||||||||||||||||
NotUnknown (int64[])
|
||||||||||||||||||||||||
NotUnknown (int64[], character)
|
||||||||||||||||||||||||
NotUnknown (integer)
|
||||||||||||||||||||||||
NotUnknown (integer, character)
|
||||||||||||||||||||||||
NotUnknown (integer[])
|
||||||||||||||||||||||||
NotUnknown (integer[], character)
|
||||||||||||||||||||||||
NotUnknown (logical)
|
||||||||||||||||||||||||
NotUnknown (logical, character)
|
||||||||||||||||||||||||
NotUnknown (logical[])
|
||||||||||||||||||||||||
NotUnknown (logical[], character)
|
||||||||||||||||||||||||
NotUnknown (longchar)
|
||||||||||||||||||||||||
NotUnknown (longchar, character)
|
||||||||||||||||||||||||
NotUnknown (longchar[])
|
||||||||||||||||||||||||
NotUnknown (longchar[], character)
|
||||||||||||||||||||||||
NotUnknown (Object)
|
||||||||||||||||||||||||
NotUnknown (Object, character)
|
||||||||||||||||||||||||
NotUnknown (Object[])
|
||||||||||||||||||||||||
NotUnknown (Object[], character)
|
||||||||||||||||||||||||
NotUnknown (raw)
|
||||||||||||||||||||||||
NotUnknown (raw, character)
|
||||||||||||||||||||||||
NotUnknown (raw[])
|
||||||||||||||||||||||||
NotUnknown (raw[], character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (character, character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (character[])
|
||||||||||||||||||||||||
NotUnknownOrEmpty (character[], character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (ICollection)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (ICollection, character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (IMap)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (IMap, character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (longchar)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (longchar, character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (longchar[])
|
||||||||||||||||||||||||
NotUnknownOrEmpty (longchar[], character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (Object)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (Object, character)
|
||||||||||||||||||||||||
NotUnknownOrEmpty (Object[])
|
||||||||||||||||||||||||
NotUnknownOrEmpty (Object[], character)
|
||||||||||||||||||||||||
NotZero (decimal)
|
||||||||||||||||||||||||
NotZero (decimal, character)
|
||||||||||||||||||||||||
NotZero (int64)
|
||||||||||||||||||||||||
NotZero (int64, character)
|
||||||||||||||||||||||||
NotZero (integer)
|
||||||||||||||||||||||||
NotZero (integer, character)
|
||||||||||||||||||||||||
RaiseError (character)
|
||||||||||||||||||||||||