exp.test001.ksh
来自「b树实现源码,linux和unix下运行,速度快,极好用」· KSH 代码 · 共 20 行
KSH
20 行
Case 1: With no option:<TableNames> <No tables exist></No tables exist></TableNames>Case 2: With ? option:Usage: catalog [-u username] [-p passwd] [-l] [-i] [-d] [-T table] [-I index] [-D <lock|trans|proc>] l -> list all table with field information i -> reinitialize catalog tables. Drops all tables. d -> print db usage statistics T -> list table information I -> list index information D -> print debug information for system tablesNote: If multiple options are specified, last one will be considered.Case 3: With wrong username :Case 4: With wrong password :Case 5: With correct user name and password :<TableNames> <No tables exist></No tables exist></TableNames>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?