public class VerdictSingleResult extends AttributeValueRetrievalHelper
| Constructor and Description |
|---|
VerdictSingleResult(DbmsQueryResult result) |
VerdictSingleResult(DbmsQueryResult result,
boolean asIs) |
| Modifier and Type | Method and Description |
|---|---|
static VerdictSingleResult |
empty() |
int |
getColumnCount() |
String |
getColumnName(int index) |
int |
getColumnType(int index) |
DbmsQueryResultMetaData |
getMetaData() |
long |
getRowCount() |
Object |
getValue(int index) |
boolean |
isEmpty() |
boolean |
next() |
void |
rewind() |
boolean |
wasNull() |
getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getClob, getClob, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getIndexOf, getInt, getInt, getLong, getLong, getNClob, getNClob, getRef, getRef, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getString, getString, getTime, getTime, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURLpublic VerdictSingleResult(DbmsQueryResult result)
public VerdictSingleResult(DbmsQueryResult result, boolean asIs)
public static VerdictSingleResult empty()
public boolean isEmpty()
public DbmsQueryResultMetaData getMetaData()
public int getColumnCount()
getColumnCount in class AttributeValueRetrievalHelperpublic String getColumnName(int index)
getColumnName in class AttributeValueRetrievalHelperpublic int getColumnType(int index)
public long getRowCount()
public Object getValue(int index)
getValue in class AttributeValueRetrievalHelperpublic boolean wasNull()
public boolean next()
public void rewind()
Copyright © 2018 University of Michigan. All rights reserved.