java中Statement详细用法。

一、建立 Statement 对象 创建了到特定数据库的链接以后,就可用该链接发送 SQL 语句。Statement 对象用 Connection 的方法createStatement 建立,以下列代码段中所示: Connection con = DriverManager.getConnection(url, "sunny",""); Statement stmt = con.createSta
相关文章
相关标签/搜索