|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | NotNullOrEmptyEntriesOnly (character[], character) |
Validates that the character array does not have ? or empty entries |
|
+ | ValidEntriesOnly (character[], character) |
Validates that the array does have valid entries only (not ?) |
|
+ | ValidEntriesOnly (datetime-tz[], character) |
Validates that the array does have valid entries only (not ?) |
|
+ | ValidEntriesOnly (datetime[], character) |
Validates that the array does have valid entries only (not ?) |
|
+ | ValidEntriesOnly (date[], character) |
Validates that the array does have valid entries only (not ?) |
|
+ | ValidEntriesOnly (decimal[], character) |
Validates that the array does have valid entries only (not ?) |
|
+ | ValidEntriesOnly (handle[], character) |
Validates that the array does have valid entries only |
|
+ | ValidEntriesOnly (integer[], character) |
Validates that the array does have valid entries only (not ?) |
|
+ | ValidEntriesOnly (logical[], character) |
Validates that the array does have valid entries only (not ?) |
|
+ | ValidEntriesOnly (Object[], character) |
Validates that the array does have valid entries only |
Options | Name | Purpose | |
---|---|---|---|
# | ArrayAssert () |
Protected default constructor for the ArrayAssert class |
Top
PUBLIC NotNullOrEmptyEntriesOnly (character[], character)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ValidEntriesOnly (character[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (datetime-tz[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (datetime[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (date[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (decimal[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (handle[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (integer[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (logical[], character)
|
||||||||||||||||||||
PUBLIC ValidEntriesOnly (Object[], character)
|
PROTECTED ArrayAssert ()
|
---|