All Downloads are FREE. Search and download functionalities are using the official Maven repository.

progress.Consultingwerk.Util.TempTables.ttClassNames.i Maven / Gradle / Ivy

There is a newer version: 229
Show newest version
/**********************************************************************
 * Copyright (C) 2006-2013 by Consultingwerk Ltd. ("CW") -            *
 * www.consultingwerk.de and other contributors as listed             *
 * below.  All Rights Reserved.                                       *
 *                                                                    *
 *  Software is distributed on an "AS IS", WITHOUT WARRANTY OF ANY    *
 *   KIND, either express or implied.                                 *
 *                                                                    *
 *  Contributors:                                                     *
 *                                                                    *
 **********************************************************************/   
/*------------------------------------------------------------------------
    File        : ttClassNames.i
    Purpose     : 

    Syntax      :

    Description : 

    Author(s)   : Mike Fechner / Consultingwerk Ltd.
    Created     : Wed Jul 14 07:48:16 CEST 2010
    Notes       :
  ----------------------------------------------------------------------*/

/* ***************************  Definitions  ************************** */

DEFINE {&ACCESS} TEMP-TABLE {&PREFIX}ttClassNames NO-UNDO {&REFERENCE-ONLY}
    FIELD ClassName AS CHARACTER
    INDEX ClassName IS UNIQUE PRIMARY ClassName
    . 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy