private static class PlotServlet.CFSqlResult extends java.lang.Object implements SqlResult
Modifier and Type | Field and Description |
---|---|
private SqlResult |
child |
private SqlResult |
parent |
Constructor and Description |
---|
CFSqlResult() |
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.
|
(package private) void |
setResult(SqlResult parent,
SqlResult child) |
public float getFloat(int index) throws java.sql.SQLException
SqlResult
public int getInt(int index) throws java.sql.SQLException
SqlResult
public java.lang.Object getObject(int index) throws java.sql.SQLException
SqlResult
public short getShort(int index) throws java.sql.SQLException
SqlResult
public java.lang.String getString(int index) throws java.sql.SQLException
SqlResult