[CONTAINER-79] ストアドプロシージャーに対応するためのメソッドをValueTypeに追加しました。 Created: 2007-08-22  Updated: 2007-08-24  Resolved: 2007-08-24

Status: Resolved
Project: S2Container
Component/s: None
Affects Version/s: 2.3.22, 2.4.17
Fix Version/s: 2.3.23-rc1, 2.4.18-rc1

Type: Improvement Priority: Major
Reporter: taedium Assignee: taedium
Resolution: Fixed Votes: 0
Labels: None


 Comments   
Comment by taedium [ 2007-08-23 ]

次のメソッドを追加しました。

  • Object getValue(CallableStatement cs, int index) throws SQLException;
  • Object getValue(CallableStatement cs, String parameterName) throws SQLException;
  • void registerOutParameter(CallableStatement cs, int index) throws SQLException;
  • void registerOutParameter(CallableStatement cs, String parameterName) throws SQLException;
Generated at Fri Mar 29 16:26:26 JST 2024 using Jira 9.13.0#9130001-sha1:94297e63fec900085df7b42441d17146fe025bb5.