📄 readme
字号:
README for Mark Matthews' MySQL JDBC Driver Version 1.1bI developed this driver in hopes of having a stable,full-featured JDBC driver for MySQL. I put it under the GNUGPL to hopefully allow the net community to add to theutility of the driver. Much of the design can be traced to the PostgreSQLdriver which seems to be the most stable of the "Free"drivers I've used.The I/O with the MySQL server is derived from theJMS package.However, I have substantially changed the architecture ofthe communications subsystem to allow the driver to be compliantwith the JDBC spec. It allows multiple Statements per Connectionand handles ResultSets not being fully iterated without invalidatingthe packet handling for the communication to the server.It also allows one to use the normal URL connection instead of theProperties style of the TWZ driver. (although any method using java.sql.DriverManager should work).The most recent version can be found at: http://www.worldserver.com/mm.mysql/I will also upload it to www.tcx.se soon after placingit on my website.Feel free to submit changes and or comments to this code.--$Id: README,v 1.1.1.1 1998/08/24 16:37:35 mmatthew Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -