ttIsqlオンライン・ヘルプの使用
ttIsql
ユーティリティには、オンライン・バージョンのすべてのttIsql
組込みコマンドのコマンド構文の定義および説明が用意されています。
ttIsql
内からこのオンライン・ヘルプにアクセスするには、help
コマンドを使用します。ttIsql
組込みコマンドの詳細を表示するには、ヘルプを表示する1つ以上のttIsql
コマンドをhelp
コマンドの後に入力します。次に、connect
およびdisconnect
コマンドのオンライン・ヘルプの表示例を示します。
Command> help connect disconnect Arguments in <> are required. Arguments in [] are optional. Command Usage: connect [DSN|connection_string] [as <connection_id>] Command Aliases: (none) Description: Connects to the data source specified by the optional DSN or connection string argument. If an argument is not given, then the DSN or connection string from the last successful connection is used. A connection ID may optionally be specified, for use in referring to the connection when multiple connections are enabled. The DSN is used as the default connection ID. If that ID is already in use, the connection will be assigned the ID "conN", where N is some number larger than 0. Requires an active connection: NO Requires autocommit turned off: NO Reports elapsed execution time: YES Works only with a TimesTen data source: NO Example: connect; -or- connect RunData; -or- connect "DSN=RunData"; -or- connect RunData as rundata1; Command Usage: disconnect [all] Command Aliases: (none) Description: Disconnects from the currently connected data source or all connections when the "all" argument is included. If a transaction is active when disconnecting then the transaction will be rolled back automatically. If a connection exists when executing the "bye", "quit" or "exit" commands then the "disconnect" command will be executed automatically. Requires an active connection: NO Requires autocommit turned off: NO Reports elapsed execution time: YES Works only with a TimesTen data source: NO Example: disconnect;
すべてのttIsql
組込みコマンドの簡単な説明を表示するには、引数を指定しないでhelp
コマンドを入力します。すべてのttIsql
組込みコマンドの詳細を表示するには、help
コマンドの後にall
引数を入力します。
ttIsql
を使用して設定または表示可能な属性のリストを表示するには、次のように入力します。
help attributes