Retrieves object from ResultSet for the provided table and column
Retrieves object from ResultSet for the provided table and column
This method is a simple wrapper for getObject called for the alias tableNamecolumnPositioncolumnName given that the columnPosition is the position of the column in the positioned result.
the name of the table in the database
the name of the column in the table
Retrieves strongly typed object from the ResultSet
Retrieves strongly typed object from the ResultSet
It calls getUntypedObject and casts the result to T
the alias or column name in the query
Retrieves optional strongly type object from the ResultSet
Retrieves optional strongly type object from the ResultSet
It calls getUntypedObject and checks for null
the alias or column name in the query
Retrieves optional object from ResultSet for the provided tableName and columnName
Retrieves optional object from ResultSet for the provided tableName and columnName
Simple wrapper for getObjectOption called for the alias tableNamecolumnPositioncolumnName given that the columnPosition is the position of the column in the positioned result.
the name of the table in the ResultSet
the name of the column in the ResultSet
Retrieves untyped object from ResultSet
Retrieves untyped object from ResultSet
Simple wrapper over ResultSet native getObject method that returns object. It reads the object with the given label from the ResultSet and skips a position in the PositionedResult.
the alias or column name in the query