Chapter 6: Running Neoview

Describes how to run Neoview Script from Perl or Python.

Script From Perl or Python

 

 

 

Appendix A: Neoview Script

Provides syntax, considerations, and examples for Neoview Script interface

Interface Commands

commands.

 

 

Appendix B: Supported SQL

Lists the SQL statements that Neoview Script supports.

Statements

 

Appendix C: Connectivity Service Provides syntax, considerations, and examples for connectivity service commands. Commands

Notation Conventions

General Syntax Notation

This list summarizes the notation conventions for syntax presentation in this manual.

UPPERCASE LETTERS

Uppercase letters indicate keywords and reserved words. Type these

 

items exactly as shown. Items not enclosed in brackets are required.

 

For example:

 

SELECT

Italic Letters

Italic letters, regardless of font, indicate variable items that you

 

supply. Items not enclosed in brackets are required. For example:

 

file-name

Computer Type

Computer type letters within text indicate case-sensitive keywords

 

and reserved words. Type these items exactly as shown. Items not

 

enclosed in brackets are required. For example:

 

myfile.sh

[ ] Brackets

Brackets enclose optional syntax items. For example:

 

DATETIME [start-field TO] end-field

 

A group of items enclosed in brackets is a list from which you can

 

choose one item or none. The items in the list can be arranged either

 

vertically, with aligned brackets on each side of the list, or

 

horizontally, enclosed in a pair of brackets and separated by vertical

 

lines. For example:

 

DROP SCHEMA schema [CASCADE]

 

[RESTRICT]

 

DROP SCHEMA schema [ CASCADE RESTRICT ]

{ } Braces

Braces enclose required syntax items. For example:

 

FROM { grantee[, grantee]...}

 

A group of items enclosed in braces is a list from which you are

 

required to choose one item. The items in the list can be arranged

 

either vertically, with aligned braces on each side of the list, or

 

horizontally, enclosed in a pair of braces and separated by vertical

 

lines. For example:

INTERVAL { start-field TO end-field }

{single-field }

INTERVAL { start-field TO end-field single-field }

16 About This Document