java面试题

当前位置: 面试问题网 > java面试题 > 简述你对Statement,PreparedStatement,CallableStatement的理解

简述你对Statement,PreparedStatement,CallableStatement的理解

statement用于执行静态 SQL 语句并返回它所生成结果的对象,在执行时确定sql。
   PreparedStatement表示预编译的 SQL 语句的对象。 SQL 语句被预编译并且存储在 PreparedStatement 对象中。然后可以使用此对象高效地多次执行该语句,可以传参数,在得到PreparedStatement对象时确定sql.
   CallableStatement用于执行 SQL 存储过程的接口。如果有输出参数要注册说明是输出参数。

【简述你对Statement,PreparedStatement,CallableStatement的理解】相关文章

1. 简述你对Statement,PreparedStatement,CallableStatement的理解

2. Java 中访问数据库的步骤?Statement 和PreparedStatement 之间的区别?

3. 简述你对IoC(Inversion of Control)的理解

4. 什么是表空间(tablespace)和系统表空间(System tablespace)

5. 什么是表空间(tablespace)和系统表空间(System tablespace)?

6. 若通过ObjectOutputStream向一个文件中多次以追加方式写入object,为什么用ObjectInputStream读取这些object时会产生StreamCorruptedExcepti

7. 软件测试LoadRunner面试题:If web server, database and Network are all fine where could be the problem?

8. 说出你对remoting 和webservice的理解和应用

9. 什么是Connection-oriented Protocol/Connectionless Protocol面向连接的协议/无连接协议

10. Linux Interview Questions For software testers

本文来源:https://www.mianshiwenti.com/a12266.html

点击展开全部

《简述你对Statement,PreparedStatement,CallableStatement的理解》

将本文的Word文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面

﹝简述你对Statement,PreparedStatement,CallableStatement的理解﹞相关内容

其它栏目

也许您还喜欢