HPlogo ALLBASE/ISQL Reference Manual: HP 9000 Computer Systems

Chapter 4 ISQL Commands

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Table of Contents

CHANGE
Scope
ISQL Syntax
Parameters
Description
Example
DO
Scope
ISQL Syntax
Parameters
Description
Example
EDIT
Scope
ISQL SYNTAX
Parameters
Example
END
Scope
ISQL SYNTAX
Description
Example
ERASE
Scope
ISQL SYNTAX
Parameters
Description
Example
EXIT
Scope
ISQL SYNTAX
Description
Example
EXTRACT
Scope
ISQL SYNTAX
Parameters
Description
Authorization
Example
HELP
Scope
ISQL SYNTAX
Parameters
Description
Example
HOLD
Scope
ISQL SYNTAX
Parameters
Description
Example
INFO
Scope
ISQL Syntax
Parameters
Description
Authorization
Example
INPUT
Scope
ISQL Syntax
Parameters
Description
Authorization
Example
INSTALL
Scope
ISQL Syntax
Parameters
Description
Authorization
Example
LIST FILE
Scope
ISQL Syntax
Parameters
Description
Example
LIST HISTORY
Scope
ISQL Syntax
Parameters
Description
Example
LIST INSTALL
Scope
ISQL Syntax
Parameters
Description
Example
LIST SET
Scope
ISQL Syntax
Parameters
Description
Example
LOAD
Scope
ISQL Syntax
Parameters
Description
Authorization
Example
RECALL
Scope
ISQL Syntax
Parameters
Description
Example
REDO
Scope
ISQL Syntax
Parameters
Description
Example
RENAME
Scope
ISQL Syntax
Parameters
Description
Example
SELECTSTATEMENT
Scope
ISQL Syntax
Parameters
Description
Authorization
Example
SET
Scope
ISQL Syntax
Parameters
Description
Example
SQLGEN
Scope
ISQL Syntax
Description
Example
SQLUTIL
Scope
ISQL Syntax
Description
Example
START
Scope
ISQL Syntax
Parameters
Description
Authorization
Example
STORE
Scope
ISQL Syntax
Parameters
Description
Example
SYSTEM
Scope
ISQL Syntax
Parameters
Example
UNLOAD
Scope
ISQL Syntax
Parameters
Description
Authorization
Example

This chapter describes all the ISQL commands, giving syntax and examples for each and authorization requirements for commands that result in database access. The commands are presented in alphabetical order; those related to query results are defined under "SELECTSTATEMENT."

The size of commands submitted at a terminal or from an ISQL command file is unlimited. Commands submitted through the ISQL command buffer cannot exceed 32K bytes; the LOAD and UNLOAD size is unlimited.

Table 4-1 groups the commands you can execute from ISQL into functional categories. Refer to the ALLBASE/SQL Reference Manual for a description of those in the category named SQL statement. Refer to the ALLBASE/SQL Database Administration Guide for SQLGEN and SQLUtil commands.

Table 4-1 ISQL Command Summary

GroupCategoryCommandCommand Use
DBEnvironment accessSQL statementsRefer to the ALLBASE/SQL Reference Manual.Define, access, and maintain databases.
 Column informationINFODisplay column definitions.
 Data utilityINPUTInsert rows into a table.
  LOADInsert rows into a table from a file.
  UNLOADCopy rows from one or more tables to a file.
 Application program supportEXTRACTCopy a stored module into an installable module file.
  INSTALLStore a preprocessor-generated module in a DBEnvironment.
  LIST INSTALLIdentify the module in a file created by an ALLBASE/SQL preprocessor.
Command supportQuery resultsUPDisplay previous rows in a query result.
  DOWNDisplay next rows in a query result.
  TOPDisplay the group of selected rows of a query result.
  BOTTOMDisplay the last group of selected rows of a query result.
  LEFTDisplay previous screen columns in a query result.
  RIGHTDisplay next screen columns in a query result.
  PRINTPrint a query result.
  PAUSESuspend command file processing to enable review of a query result.
  ENDTerminate query result display.
 File managementEDITInvoke an editor for creating or changing a file.
  ERASEPurge a file.
  LIST FILEDisplay a file.
  RECALL FILEDisplay a file and store its contents in command buffer.
  RENAMEChange the name of a file.
  STORESave the contents of the command buffer in a file.
 Command filesSTARTExecute a command file.
 Command bufferCHANGEModify the contents of the command buffer.
  HOLDPut command(s) into the command buffer.
Command Support (Continued)Command Buffer (Continued)RECALL CURRENTDisplay current contents of the command buffer.
  RECALL FILEDisplays a file and stores its contents in the command buffer.
  RECALL HISTORYPlace a command from the command history buffer into the command buffer and display it.
  STARTExecute command(s) in the command buffer or a file.
  STORESave the contents of the command buffer in a file.
 Command history bufferDOExecute a command in the command history buffer.
  LIST HISTORYDisplay commands in the command history buffer.
  RECALL HISTORYPlace a command from the command history buffer into the command buffer and display it.
  REDOEdit a command in the command history buffer.
 ISQL environmentLIST SETDisplay SET option values.
  SETSet operational options, such as display line length, to specific values.
 Command informationHELPDisplay description, syntax, and example of SQL or ISQL commands.
ISQL termination ENDorEXITTerminate an ISQL session.
System access SYSTEMExecute HP-UX command(s).
SQLGEN invocation SQLGENExecute SQLGEN commands.
SQLUtil invocation SQLUTILExecute SQLUtil commands.

 

Feedback to webmaster