My Study Note of JDBC (2.1)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了My Study Note of JDBC (2.1)相关的知识,希望对你有一定的参考价值。

# JDBC -- The Java™ Tutorials 
# Study Note of JDBC
# victor
# 2016.05.31

JDBC Study Note ----connect to database

通常,使用JDBC执行SQL语句需要下面5 个步骤:
1> 建立一个连接         | establish a connection
2> 构造一条语句         | create a statement
3> 执行语句             | execute the query
4> 处理结果             | process the resultset object
5> 关闭连接             | close the connection

 

以上是关于My Study Note of JDBC (2.1)的主要内容,如果未能解决你的问题,请参考以下文章

Beginning Scala study note Basics of Scala

study note10

study note4

study note7

study note8

study note1