下列选项中,能够对CLOB和BLOB类型数据进行操作的是()
A: Statement对象
B: PreparedStatement对象
C: Connection对象
D: DriverManager对象
A: Statement对象
B: PreparedStatement对象
C: Connection对象
D: DriverManager对象
举一反三
- 在应用程序中对CLOB和BLOB类型数据的操作,必须使用PreparedStatement对象完成。
- Java中对数据库查询结果集进行操作的对象是() A: Connection对象 B: Statement对象 C: DriverManager对象 D: ResultSet对象
- 下面选项中,能够通过Connection创建Statement的方式有( ) A: prepareStatement():创建PreparedStatement对象 B: prepareCall():创建CallableStatement对象 C: createStatement():创建基本的Statement对象 D: createPrepareStatement():创建PreparedStatement对象
- JDBC中,用于表示数据库连接的对象是(<br/>)类的对象。 A: Statement B: PreparedStatement C: DriverManager D: Connection
- 以下哪些对象由Connection对象创建? A: Statement对象 B: PreparedStatement对象 C: CallableStatement对象 D: ResultSet对象 E: RowSet对象