|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmy.usm.gcl.ddbms.client.DBRow
public class DBRow
Database Row Class
Method Summary | |
---|---|
java.lang.String |
getValue(int colIndex)
Returns back the value of a specific field or column |
boolean |
isEmpty()
Identifies if the row is empty or not |
int |
size()
Returns number of columns in the database row |
java.lang.String[] |
toArray()
Returns back all the columns of this row in String[] form |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getValue(int colIndex)
public int size()
public boolean isEmpty()
public java.lang.String[] toArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |