Command

Description

Syntax

 

 

 

SHOW MVGROUPS

Displays all or a set of the

See the “SHOW MVGROUPS

 

materialized view groups in the

Command” (page 116).

 

current schema of the Neoview Script

 

 

session.

 

 

 

 

SHOW MVS

Displays all or a set of the

See the “SHOW MVS Command”

 

materialized views in the current

(page 117).

 

schema of the Neoview Script session.

 

 

 

 

SHOW PARAM

Displays the parameters that are set

See the “SHOW PARAM Command”

 

in the current session.

(page 118).

 

 

 

SHOW PREPARED

Displays the prepared statements in

See the “SHOW PREPARED

 

the current Neoview Script session.

Command” (page 119).

 

 

 

SHOW SCHEMA

Displays the current schema of the

See the “SHOW SCHEMA Command”

 

Neoview Script session.

(page 120).

 

 

 

SHOW SCHEMAS

Displays all or a set of the schemas

See the “SHOW SCHEMAS Command”

 

that exist in the default catalog of the

(page 120).

 

current session.

 

 

 

 

SHOW SESSION

Displays attributes of the current

See the “SHOW SESSION Command”

 

Neoview Script session.

(page 122).

 

 

 

SHOW SQLPROMPT

Displays the value of the SQL prompt

See the “SHOW SQLPROMPT

 

for the current session.

Command” (page 123).

 

 

 

SHOW SQLTERMINATOR

Displays the SQL statement

See the “SHOW SQLTERMINATOR

 

terminator of the current session.

Command” (page 124).

 

 

 

SHOW SYNONYMS

Displays all or a set of the synonyms

See the “SHOW SYNONYMS

 

in the current schema of the Neoview

Command” (page 124).

 

Script session.

 

 

 

 

SHOW TABLE

Displays information about the

See the “SHOW TABLE Command”

 

dependent objects (indexes,

(page 125).

 

materialized views, or synonyms) of

 

 

a specified table.

 

 

 

 

SHOW TABLES

Displays all or a set of the tables that

See the “SHOW TABLES Command”

 

exist in the current schema of the

(page 127).

 

Neoview Script session.

 

 

 

 

SHOW TIME

Displays the setting for the local time

See the “SHOW TIME Command”

 

in the SQL prompt.

(page 128).

 

 

 

SHOW TIMING

Displays the setting for the elapsed

See the “SHOW TIMING Command”

 

time.

(page 129).

 

 

 

SHOW VIEWS

Displays all or a set of the views that

See the “SHOW VIEWS Command”

 

exist in the current schema of the

(page 129).

 

Neoview Script session.

 

 

 

 

SPOOL

Logs commands and output from the

See the “SPOOL Command” (page 130).

 

Neoview Script interface to a log file.

 

 

 

 

VERSION

Displays the build versions of

See the “VERSION Command”

 

Neoview Script and the JDBC Type 4

(page 131).

 

Driver.

 

 

 

 

@ Command

The @ command executes the SQL statements and Neoview Script interface commands contained in a specified script file.

Syntax

@script-file [ (section-name )]

@ Command 81