摘要:
一、概述如果想要执行存储过程,我们应该使用 CallableStatement 接口。CallableStatement 接口继承自PreparedStatement 接口。所以CallableStatement 接口包含有Statement 接口和PreparedStatement 接口定义的全部... 阅读全文
摘要:
一、建立资源文件和工具类1.1 、database.propertiesjdbc.driver_class=oracle.jdbc.driver.OracleDriverjdbc.connection.url=jdbc:oracle:thin:@localhost:1521:orcljdbc.con... 阅读全文