A.Statement
B.PreparedStatement
C.null
D.DatabaseMetaData
您可能感興趣的試卷
你可能感興趣的試題
A.DriverManager接口的getConnection()方法可以建立和數(shù)據(jù)庫的連接
B.Connection接口的createStatement()方法可以創(chuàng)建一個Statement對象
C.Statement接口的executeQuery()方法可以發(fā)送select語句給數(shù)據(jù)庫
D.ResultSet接口表示執(zhí)行insert語句后得到的結(jié)果集
A.java.sql.DriverManagger
B.java.sql.Connection
C.java.sql.Statement
D.java.sql.Result
E.java.sql.CallableStatement
A.CallableStatement類用于調(diào)用數(shù)據(jù)庫中的存儲過程
B.PreparedStatment類可以讓數(shù)據(jù)庫預(yù)先編譯SQL語句
C.CallableStatement類繼承了PreparedStatement類
D.PreparedStatement并沒有提高訪問數(shù)據(jù)庫的速度
A.我們可以使用Class.forName或者DriverManager.registerDriver來注冊給定的驅(qū)動driver
B.PrepareStatement對象繼承了Statement接口,但是訪問數(shù)據(jù)庫的速度并沒有Statement對象快
C.Connection對象代表了和某一個數(shù)據(jù)源的連接
D.ResultSet對象負責(zé)處理數(shù)據(jù)結(jié)果集對象
A.SetXxx方法
B.setXxx方法
C.getXxx方法
D.GetXxx方法
最新試題
在Spring WebFlux中,以下哪個操作符用于獲取Flux中的前N個值()
在響應(yīng)式編程中,主線程主要負責(zé)什么()
Spring WebFlux模塊構(gòu)建在什么之上()
在Spring WebFlux中,以下哪個注解用于構(gòu)建響應(yīng)式Web應(yīng)用程序()
在Spring Security中,哪個接口用于獲取用戶信息()
在Reactor中,哪個概念是處理生產(chǎn)者和消費者處理數(shù)據(jù)能力不對等問題的關(guān)鍵()
SecurityContextRepository接口中哪個方法用于加載認證信息()
在Vue Router中,哪個函數(shù)用于獲取當前路由對象的信息()
Vue Router中的全局前置守衛(wèi)是使用哪個方法注冊的()
在Vue Router中,哪個屬性用于定義路由的路徑()