Class DBUtil

java.lang.Object
com.espertech.esperio.db.core.DBUtil

public class DBUtil extends Object
  • Constructor Details

    • DBUtil

      public DBUtil()
  • Method Details

    • getValue

      public static Object getValue(ResultSet rs, int index, int valueType) throws SQLException
      Returns the object value for a given column and type.
      Parameters:
      rs - result set
      index - column index
      valueType - value type
      Returns:
      object value
      Throws:
      SQLException - if the column could not be read