|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.omus.db.DbResult
Represents the result of a transaction.
| Method Summary | |
int |
getAffectedRows(java.lang.String name)
Returns the number of affected rows of the statement with the specified resultID. |
Message |
getMessage(java.lang.String subject)
Returns a message with the specified subject and the content of this DbResult object as an attachment. |
DataTable |
getTable(java.lang.String name)
Returns a table object read from the database. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getAffectedRows(java.lang.String name)
public DataTable getTable(java.lang.String name)
public Message getMessage(java.lang.String subject)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||