Library /sys$common/syshlp/CDO$HELP.HLB  —  CDO Commands, EXTRACT  Qualifiers  /LANGUAGE
    Format options:

       /LANGUAGE=CC
       /LANGUAGE=CDO (default)

    Use the /LANGUAGE qualifier to generate data defintions in one
    of two formats; either the default DEFINE command format or
    the ANSI-standard syntax for the C programming language. Valid
    options are:

    o  CC

       Specifies that the EXTRACT command converts the record to
       ANSI C language syntax. Each record that is converted to ANSI-
       standard syntax will include a comment statement that lists
       the original Oracle CDD/Repository data type information for
       each field in the record. For example:

       char  field1;    /*Text*/

    o  CDO

       Specifies that the EXTRACT command displays one or more
       repository elements in the format of the DEFINE command. The
       CDO option is the default.
Close Help