马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?站点注册
×
http://jsqsh.wiki.sourceforge.net
下载
http://sourceforge.net/project/showfiles.php?group_id=205193
使用例子:
2> \help commands Available commands. Use "\help <command>" to display detailed help for a given c ommand +-------------+----------------------------------------------------------------+ | Command | Description | +-------------+----------------------------------------------------------------+ | \alias | Creates an alias | | \buf-append | Appends the contents of one SQL buffer into another | | \buf-copy | Copies the contents of one SQL buffer into another | | \buf-edit | Edits a SQL buffer | | \buf-load | Loads an external file into a SQL buffer | | \call | Call a prepared statement | | \connect | Establishes a connection to a database. | | \create | Generates a CREATE TABLE using table definitions | | \databases | Displays set of available databases (catalogs) | | \debug | (Internal) Used to enable debugging | | \describe | Displays a description of a database object | | \diff | Compares results from multiple sessions | | \drivers | Displays a list of JDBC drivers known by jsqsh. | | \echo | Displays a line of text. | | \end | Ends the current session | | \eval | Read and execute an input file full of SQL | | \go | Executes the contents of the current buffer | | \help | Displays help for a jsqsh command | | \history | Displays a history of SQL statements executed | | \insert | Generates INSERT statements from a query | | \macro | Creates a velocimacro from the current buffer | | \parse | (Internal) Used to test SQL parsing | | \procs | Displays stored procedures | | \quit | Exits jsqsh | | \reset | Clears the current SQL buffer of its contents. | | \select | Generates a SELECT using table definitions | | \session | Displays set of sessions or switches to another session. | | \set | Sets a variable or displays all variables. | | \tables | Displays tables, views, synonyms, etc. | | \unset | Removes a jsqsh variable. | | \wrap | Used internally for testing of jsqsh's word-wrapping facility. | +-------------+----------------------------------------------------------------+ 2>
[此贴子已经被作者于2008-2-21 10:53:37编辑过]
|