dsql.value
Interface DotAt

All Known Implementing Classes:
RecordProxy, XmlDataValue

public interface DotAt

Access a field by index number, as a column or index


Method Summary
 java.lang.Object getField(int i)
          First column is 1
 java.lang.Object setField(int i, Value val)
           
 

Method Detail

getField

public java.lang.Object getField(int i)
                          throws ExecuteException
First column is 1

Throws:
ExecuteException

setField

public java.lang.Object setField(int i,
                                 Value val)
                          throws ExecuteException
Throws:
ExecuteException