|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drizzle.jdbc.internal.common.queryresults.DrizzleInsertIdQueryResult
public class DrizzleInsertIdQueryResult
. User: marcuse Date: Mar 9, 2009 Time: 8:34:44 PM
| Constructor Summary | |
|---|---|
DrizzleInsertIdQueryResult(long insertId,
long rows,
java.lang.String message)
|
|
| Method Summary | |
|---|---|
void |
close()
|
int |
getColumnId(java.lang.String columnLabel)
get the id of the column named columnLabel |
java.util.List<ColumnInformation> |
getColumnInformation()
|
java.lang.String |
getMessage()
|
ResultSetType |
getResultSetType()
|
int |
getRowPointer()
gets the current row number |
int |
getRows()
|
ValueObject |
getValueObject(int index)
gets the value object at position index, starts at 0 |
ValueObject |
getValueObject(java.lang.String columnName)
gets the value object in column named columnName |
short |
getWarnings()
|
void |
moveRowPointerTo(int i)
moves the row pointer to position i |
boolean |
next()
move pointer forward |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DrizzleInsertIdQueryResult(long insertId,
long rows,
java.lang.String message)
| Method Detail |
|---|
public ValueObject getValueObject(int index)
throws NoSuchColumnException
SelectQueryResult
getValueObject in interface SelectQueryResultindex - the position, starts at 0
NoSuchColumnException - if the column does not exist
public ValueObject getValueObject(java.lang.String columnName)
throws NoSuchColumnException
SelectQueryResult
getValueObject in interface SelectQueryResultcolumnName - the name of the column
NoSuchColumnException - if the column does not existpublic int getRows()
getRows in interface QueryResult
public int getColumnId(java.lang.String columnLabel)
throws NoSuchColumnException
SelectQueryResult
getColumnId in interface SelectQueryResultcolumnLabel - the label of the column
NoSuchColumnException - if the column does not existpublic void moveRowPointerTo(int i)
SelectQueryResult
moveRowPointerTo in interface SelectQueryResulti - the positionpublic int getRowPointer()
SelectQueryResult
getRowPointer in interface SelectQueryResultpublic boolean next()
SelectQueryResult
next in interface SelectQueryResultpublic java.util.List<ColumnInformation> getColumnInformation()
getColumnInformation in interface QueryResultpublic ResultSetType getResultSetType()
getResultSetType in interface QueryResultpublic void close()
close in interface QueryResultpublic short getWarnings()
getWarnings in interface QueryResultpublic java.lang.String getMessage()
getMessage in interface QueryResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||