1. 程式人生 > >java.sql.preparedstatement和com.mysql.jdbc.preparedstatement有什麼區別

java.sql.preparedstatement和com.mysql.jdbc.preparedstatement有什麼區別

java.sql.preparedstatement是sun公司給的介面,實現由各個資料庫公司自己實現,資料庫不止mysql一種,所有資料庫都必須實現sun的這個介面,com.mysql.jdbc.preparedstatement是mysql自己的實現,不同的資料庫都有不同的實現,名字也不一樣,一般用java.sql.preparedstatement就可以了