|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.db.sql.ResultSetImpl
com.caucho.db.sql.SelectResultSetImpl
public class SelectResultSetImpl
| Method Summary | |
|---|---|
void |
close()
|
static SelectResultSetImpl |
create(Expr[] exprs)
|
int |
findColumnIndex(java.lang.String name)
Returns the column index with the given name. |
long |
getDate(int index)
|
double |
getDouble(int index)
Returns a double value from this column. |
int |
getInt(int index)
|
long |
getLong(int index)
|
java.lang.String |
getString(int index)
Returns the string value of the given index. |
boolean |
next()
|
boolean |
wasNull()
Returns true if the last column read was null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SelectResultSetImpl create(Expr[] exprs)
public boolean next()
throws java.sql.SQLException
next in class ResultSetImpljava.sql.SQLException
public int findColumnIndex(java.lang.String name)
throws java.sql.SQLException
findColumnIndex in class ResultSetImpljava.sql.SQLException
public java.lang.String getString(int index)
throws java.sql.SQLException
getString in class ResultSetImpljava.sql.SQLException
public int getInt(int index)
throws java.sql.SQLException
getInt in class ResultSetImpljava.sql.SQLException
public long getLong(int index)
throws java.sql.SQLException
getLong in class ResultSetImpljava.sql.SQLException
public double getDouble(int index)
throws java.sql.SQLException
getDouble in class ResultSetImpljava.sql.SQLException
public long getDate(int index)
throws java.sql.SQLException
getDate in class ResultSetImpljava.sql.SQLExceptionpublic boolean wasNull()
wasNull in class ResultSetImplpublic void close()
close in class ResultSetImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||