INTERNAL_OBJECT_VALUE| Constructor and Description |
|---|
ResultSetRowWrapper() |
ResultSetRowWrapper(ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
asInt(String columnName) |
ResultSetMetaData |
getMetaData() |
String |
getValue(int columnIndex) |
String |
getValue(String columnName) |
void |
setMetaData(MetaDataCollection metaDataCollection) |
void |
setResultSet(ResultSet resultSet) |
public ResultSetRowWrapper()
public ResultSetRowWrapper(ResultSet resultSet)
public String getValue(int columnIndex) throws MintleafException
getValue in interface RowMintleafExceptionpublic String getValue(String columnName) throws MintleafException
getValue in interface RowMintleafExceptionpublic void setResultSet(ResultSet resultSet)
public ResultSetMetaData getMetaData() throws MintleafException
getMetaData in interface RowMintleafExceptionpublic void setMetaData(MetaDataCollection metaDataCollection)
setMetaData in interface RowCopyright © 2017. All rights reserved.