special.help.text

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

TEXT
24
字号
SPECIAL COMMANDS
Filter substrings are case-sensitive!  Use "SCHEMANAME." to narrow to schema.
    \?                   Special command Help
    \p [line to print]   Print string to stdout
    \i file/path.sql     Include/execute commands from external file
    \d{tvsiSanur*?} [substr]  List objects of specified type:
  (Tbls/Views/Seqs/Indexes/SysTbls/Aliases/schemaNames/Users/Roles/table-like)
    \d OBJECTNAME [subs] Describe table or view columns
    \o [file/path.html]  Tee (or stop teeing) query output to specified file
    \H                   Toggle HTML output mode
    \! COMMAND [ARGS]    Execute external program (no support for stdin)
    \c [true|false]      Continue upon errors (a.o.t. abort upon error)
    \a [true|false]      Auto-commit JDBC DML commands
    \b                   Save next result to Binary buffer (no display)
    \bd file/path.bin    Dump Binary buffer to file
    \bl file/path.bin    Load file into Binary buffer
    \bp                  Use ? in next SQL statement to upload Binary buffer
    \.                   Enter raw SQL.  End with line containing only "."
    \=                   Commit JDBC session
    \x {TABLE|SELECT...} eXport table or query to DSV text file (options \x?)
    \m file/path.dsv [*] iMport DSV text file records into a table (opts \m?)
    \q [abort message]   Quit (or you can end input with Ctrl-Z or Ctrl-D)

⌨️ 快捷键说明

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