Table of Contents

Search

  1. Preface
  2. Introduction
  3. Installation
  4. Design
  5. Operation

General Syntax

General Syntax

The UST section uses an SQL-like syntax. The following general points should be noted:
  • lines beginning with two dashes
    "--"
    are treated as comments.
  • tokens can be substituted with the value of an environment variable by specifying the environment variable name surrounded by
    #s
    . eg the Source Schema could be specified as
    #myschema#
    . When parsed it would be substituted with the value of the environment variable
    myschema’
    .
  • each table definition is terminated by a semicolon.
  • multiple table definitions are permitted in this section.

0 COMMENTS

We’d like to hear from you!