my.usm.gcl.ddbms.client
Class DBRow

java.lang.Object
  extended by my.usm.gcl.ddbms.client.DBRow

public class DBRow
extends java.lang.Object

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

getValue

public java.lang.String getValue(int colIndex)
Returns back the value of a specific field or column


size

public int size()
Returns number of columns in the database row


isEmpty

public boolean isEmpty()
Identifies if the row is empty or not


toArray

public java.lang.String[] toArray()
Returns back all the columns of this row in String[] form