sqlfile.banner.text

来自「纯Java的数据库」· TEXT 代码 · 共 23 行

TEXT
23
字号
(SqlFile processor v. %{1})
Distribution is permitted under the terms of the HSQLDB license.
(c) 2004-2007 Blaine Simpson and the HSQLDB Development Group.

    \q    to Quit.
    \?    lists Special Commands.
    :?    lists Edit-Buffer/History commands.
    *?    lists PL commands.

SPECIAL Commands begin with '\' and execute when you hit ENTER.
EDIT-BUFFER / HISTORY Commands begin with ':' and execute when you hit ENTER.
COMMENTS begin with '/*' and end with the very next '*/'.
PROCEDURAL LANGUAGE commands begin with '*' and end when you hit ENTER.
All other lines comprise SQL Statements.
  SQL Statements are terminated by either a blank line (which moves the
  statement into the edit buffer without executing) or a line ending with ';'
  (which executes the statement).
  SQL Commands may begin with '/PLVARNAME' for a PL variable command alias.
After turning on variable expansion with command "*" (or any other PL
command), PL variables may be used in any command (other than : commands)
like so: *{PLVARNAME}.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?