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 Summary
Constructors
Default constructor initializing an empty map
-
Method Summary
Gets an object by the column name
void
The method allows to populate the map
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JdbcResultRecord
public JdbcResultRecord()
Default constructor initializing an empty map
-
Method Details
-
put
The method allows to populate the map
- Parameters:
columnName - String represents the column name
value - Object the corresponding value
-
get
Gets an object by the column name
- Parameters:
columnName - String name of the column to get the value from
- Returns:
- the
Object value