Class ResultSetIterator.ColumnOutput
- java.lang.Object
-
- com.identityworksllc.iiq.common.iterators.ResultSetIterator.ColumnOutput
-
- Enclosing class:
- ResultSetIterator
public static final class ResultSetIterator.ColumnOutput extends Object
The output ofResultSetIterator.extractColumnValue(ResultSet, String, Integer)
, containing details about the column used as well as the actual value.This class exists mainly to simplify method signatures.
-
-
Constructor Summary
Constructors Constructor Description ColumnOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumnName()
The column name without any type tokensColumnToken
getColumnToken()
Retrieves the ColumnToken objectString
getDerivedType()
The derived value token, which can be passed as-is to deriveTypedValueObject
getValue()
The value of the column
-
-
-
Constructor Detail
-
ColumnOutput
public ColumnOutput()
-
-
Method Detail
-
getColumnName
public String getColumnName()
The column name without any type tokens- Returns:
- The column name
-
getColumnToken
public ColumnToken getColumnToken()
Retrieves the ColumnToken object- Returns:
- The column token object
-
getDerivedType
public String getDerivedType()
The derived value token, which can be passed as-is to deriveTypedValue- Returns:
- The derived value token
-
-