|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.clients.web.servlet.PlotServlet.CFSqlResult
private static class PlotServlet.CFSqlResult
A single result row that is combined from the parent and child results. 1 --> parent A, 2 --> parent M, 3 --> parent M - child M
| Field Summary | |
|---|---|
private SqlResult |
child
|
private SqlResult |
parent
|
| Constructor Summary | |
|---|---|
PlotServlet.CFSqlResult()
|
|
| Method Summary | |
|---|---|
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. |
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. |
String |
getString(int index)
Get the value of the specified column as a string. |
(package private) void |
setResult(SqlResult parent,
SqlResult child)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private SqlResult parent
private SqlResult child
| Constructor Detail |
|---|
PlotServlet.CFSqlResult()
| Method Detail |
|---|
void setResult(SqlResult parent,
SqlResult child)
public float getFloat(int index)
throws SQLException
SqlResult
getFloat in interface SqlResultindex - The index of the column, starting at 1
SQLException - If an error occurs
public int getInt(int index)
throws SQLException
SqlResult
getInt in interface SqlResultindex - The index of the column, starting at 1
SQLException - If an error occurs
public Object getObject(int index)
throws SQLException
SqlResult
getObject in interface SqlResultindex - The index of the column, starting at 1
SQLException - If an error occurs
public short getShort(int index)
throws SQLException
SqlResult
getShort in interface SqlResultindex - The index of the column, starting at 1
SQLException - If an error occurs
public String getString(int index)
throws SQLException
SqlResult
getString in interface SqlResultindex - The index of the column, starting at 1
SQLException - If an error occurs
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||