intro.txt
来自「jdk-6u10-docs java开发宝典」· 文本 代码 · 共 8 行
TXT
8 行
An application written in the Java programming language uses the JDBCDriverManager class API to access a driver based on JDBC technology("JDBC driver"). There are various JDBC driver alternatives. A JDBC-Netdriver connects to a middle tier server and translates JDBC calls into aDBMS-independent net protocol. The server then translates this to a DBMSprotocol. Other driver implementations access a DBMS directly usingproprietary database access protocols.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?