out.txt

来自「分 类:教程资料 开发工具 代码源码 关键字: J2EE Tutorial 更新」· 文本 代码 · 共 14 行

TXT
14
字号
URL: jdbc:odbc:JDBCDemo
Connection: sun.jdbc.odbc.JdbcOdbcConnection@f82c098b
DROP TABLE DemoTable, if it exists.
table DemoTable created!
Display all results:
	test_id= 1	str = One            
	test_id= 2	str = Two            
	test_id= 3	str = Three          
	test_id= 4	str = Four           
	test_id= 5	str = Five           
Update row number 2: OK.
Display row 2:
	test_id= 2	str = Hello!         

⌨️ 快捷键说明

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