org.netbeans.microedition.databinding
Interface IndexableDataSet
- All Superinterfaces:
- DataSet
public interface IndexableDataSet
- extends DataSet
isReadOnly
boolean isReadOnly()
getSize
int getSize()
getRow
java.lang.Object getRow(int index)
throws DataBindingException
- Throws:
DataBindingException
setRow
void setRow(int index,
java.lang.Object value)
throws DataBindingException
- Throws:
DataBindingException
insertRow
void insertRow(int index,
java.lang.Object row)
throws DataBindingException
- Throws:
DataBindingException
deleteRow
void deleteRow(int index)
throws DataBindingException
- Throws:
DataBindingException