Class JdbcCacheConnector.JdbcResultRecord

java.lang.Object
eu.europa.esig.dss.spi.client.jdbc.JdbcCacheConnector.JdbcResultRecord
Enclosing class:
JdbcCacheConnector

public static class JdbcCacheConnector.JdbcResultRecord extends Object
This class represents a row result object of an SQL SELECT query
  • Constructor Details

    • JdbcResultRecord

      public JdbcResultRecord()
      Default constructor initializing an empty map
  • Method Details

    • put

      public void put(String columnName, Object value)
      The method allows to populate the map
      Parameters:
      columnName - String represents the column name
      value - Object the corresponding value
    • get

      public Object get(String columnName)
      Gets an object by the column name
      Parameters:
      columnName - String name of the column to get the value from
      Returns:
      the Object value