apache > db
Apache DB Project
 
Font size:      

java.sql.CallableStatement

java.sql.CallableStatement

Derby supports all the JDBC 1.2 methods of CallableStatement:

  • getBoolean()
  • getByte()
  • getBytes()
  • getDate()
  • getDouble()
  • getFloat()
  • getInt()
  • getLong()
  • getObject()
  • getShort()
  • getString()
  • getTime()
  • getTimestamp()
  • registerOutParamter()
  • wasNull()

Previous Page
Next Page
Table of Contents
Index