📄 jdbctest.html
字号:
<html><title>JDBCTest Tool</title><h1>JDBCTest Tool</h1>The JDBCTest Tool may be used for a variety of database-relatedapplications, as described below.<H3>JDBC Driver Testing</H3>The JDBCTest Tool was primarily designed and built to allow usersto test any feature of any JDBC driver and their supported databases.To that end, each step in the function sequence can be controlledby the user, allowing both correct and incorrect operations to occur.The JDBCTest Tool covers all methods defined in the JDBC specification.<H3>A Simple Query Tool</H3>In addition to it's testing features, the JDBCTest Tool can be used for simple query and update processing. With only a small number of inputs, a user can connect to a database, submit an SQL statement, and view the results. To make that process even easier, the "Load And Go" command takes a given SQL statement, creates a JDBC <I>Statement</I> object, executes the statement, and then displays the contents of the JDBC <I>ResultSet</I>, all without further user input.<p>The JDBCTest Tool also has convenient features for retrieving previous SQL inputs and database outputs, as well as saving all database outputs to a log file.<H3>A JDBC Teaching Tool</H3>The JDBCTest Tool can be used to teach programmers about the JDBC itself. Every time a JDBC method call is executed from the JDBCTest Tool, the corresponding Java code is written into a text window. That window can be displayed or not, depending on the task at hand. If desired, a log file can be specified so that all Java code is simultaneously written to an output file as well.<applet width=100 height=100 code=JDBCTestApplet codebase=classes><param name=ConfigFile value=Config.txt></applet>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -