Namespace: Consultingwerk
Class 
Const Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:Const
Purpose:Generic framework constants
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Sep 13 10:42:23 CEST 2011


Top Constructor Summary
Options Name Purpose
- Const () Constructor for the Const class

Top Property Summary
Options Name Purpose
+ CHARACTER ABL_DATA_TYPES The list of built in ABL data types
+ CHARACTER DELIMITED_LIST_FOR_SUBSTITUTE The longest possible delimited list pattern for a SUBSTITUTE operation
+ CHARACTER ILLEGAL_CHARACTERS_IN_FILENAMES Returns a comma delimited list of characters that are not allowed in file names on Windows
+ INT64 MAX_INT64 The maximum value a 64 bit integer variable can hold
+ INTEGER MAX_INTEGER The maximum value a 32 bit integer variable can hold
+ INT64 MIN_INT64 The minimum value a 64 bit integer variable can hold
+ INTEGER MIN_INTEGER The minimum value a 32 bit integer variable can hold


Constructor Detail
Top

PRIVATE Const ()

Purpose: Constructor for the Const class
Notes: Disallow instance creation



Property Detail
Top

PUBLIC CHARACTER ABL_DATA_TYPES

Purpose: The list of built in ABL data types
Notes: BLOB,CHARACTER,CLOB,COM-HANDLE,DATE,DATETIME,DATETIME-TZ,DECIMAL
HANDLE,INT64,INTEGER,LOGICAL,Progress.Lang.Object,RECID,ROWID

Returns CHARACTER
Top

PUBLIC CHARACTER DELIMITED_LIST_FOR_SUBSTITUTE

Purpose: The longest possible delimited list pattern for a SUBSTITUTE operation
Notes: &9 (ampersand 9) represents the list delimiter
&1&9&2&9&3&9&4&9&5&9&6&9&7&9&8

Returns CHARACTER
Top

PUBLIC CHARACTER ILLEGAL_CHARACTERS_IN_FILENAMES

Purpose: Returns a comma delimited list of characters that are not allowed
in file names on Windows
Notes: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#naming_conventions

Returns CHARACTER
Top

PUBLIC INT64 MAX_INT64

Purpose: The maximum value a 64 bit integer variable can hold
Notes: 9223372036854775807

Returns INT64
Top

PUBLIC INTEGER MAX_INTEGER

Purpose: The maximum value a 32 bit integer variable can hold
Notes: 2147483647

Returns INTEGER
Top

PUBLIC INT64 MIN_INT64

Purpose: The minimum value a 64 bit integer variable can hold
Notes: -9223372036854775808

Returns INT64
Top

PUBLIC INTEGER MIN_INTEGER

Purpose: The minimum value a 32 bit integer variable can hold
Notes: -2147483648

Returns INTEGER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:28:05