up previous next contents
Next: Updating the database Up: Databases and JDBC Previous: Statements   Contents

getXXX methods

With ResultSet objects:
  • getByte
  • getShort
  • getInt
  • getLong
  • getFloat
  • getDouble
  • getBigDecimal
  • getBoolean
  • getString
  • getBytes
  • getDate
  • getTime
  • getTimestamp
  • getAsciiStream
  • getUnicodeStream
  • getBinaryStream
  • getObject


up previous next contents
Next: Updating the database Up: Databases and JDBC Previous: Statements   Contents