private class DynamicResultIterator.SqlResultImpl extends java.lang.Object implements SqlResult
Modifier | Constructor and Description |
---|---|
private |
DynamicResultIterator.SqlResultImpl() |
Modifier and Type | Method and Description |
---|---|
float |
getFloat(int index)
Get the value of the specified column as a float.
|
int |
getInt(int index)
Get the value of the specified column as an integer.
|
java.lang.Object |
getObject(int index)
Get the value of the specified column as an object.
|
short |
getShort(int index)
Get the value of the specified column as a short.
|
java.lang.String |
getString(int index)
Get the value of the specified column as a string.
|
private DynamicResultIterator.SqlResultImpl()
public short getShort(int index) throws java.sql.SQLException
SqlResult
public int getInt(int index) throws java.sql.SQLException
SqlResult
public float getFloat(int index) throws java.sql.SQLException
SqlResult
public java.lang.String getString(int index) throws java.sql.SQLException
SqlResult
public java.lang.Object getObject(int index) throws java.sql.SQLException
SqlResult