pt.despodata.java.ddata
Class DDataRow

java.lang.Object
  extended bypt.moredata.dao.core.PublicGenericDataRow
      extended bypt.despodata.java.ddata.DDataRow

public class DDataRow
extends pt.moredata.dao.core.PublicGenericDataRow

Management of row storage (record) from a record set Includes flag and backup management Note that a row inserted in the dataSet could be not new in relation to the database.

See Also:
Serialized Form

Constructor Summary
DDataRow()
          Construtor que cria uma linha vazia
DDataRow(DataRow row)
          Construtor que cria uma linha vazia
 
Method Summary
 java.lang.Object columnAt(int column)
          Deprecated.  
 int size()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDataRow

public DDataRow()
Construtor que cria uma linha vazia


DDataRow

public DDataRow(DataRow row)
Construtor que cria uma linha vazia

Method Detail

columnAt

public java.lang.Object columnAt(int column)
Deprecated.  


size

public int size()
Deprecated.  

Devolve o numero de colunas da linha.

See Also:
getColumns()