|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlResult
This interface represents a single row in the results of
a SqlQuery.
| 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. |
| Method Detail |
|---|
short getShort(int index)
throws SQLException
index - The index of the column, starting at 1
SQLException - If an error occurs
int getInt(int index)
throws SQLException
index - The index of the column, starting at 1
SQLException - If an error occurs
float getFloat(int index)
throws SQLException
index - The index of the column, starting at 1
SQLException - If an error occurs
String getString(int index)
throws SQLException
index - The index of the column, starting at 1
SQLException - If an error occurs
Object getObject(int index)
throws SQLException
index - The index of the column, starting at 1
SQLException - If an error occurs
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||