|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlphanumericDataSource
| Field Summary |
|---|
| Fields inherited from interface com.hardcode.gdbms.engine.data.DataSource |
|---|
COHERENT_ROW_ORDER, DIRECT_MODE, DISPATCH, IGNORE, STORE |
| Method Summary | |
|---|---|
void |
deleteRow(long rowId)
Deletes the ith row of the DataSource |
void |
insertEmptyRowAt(long index)
Inserts a row at the end of the dataware |
void |
insertFilledRowAt(long index,
Value[] values)
Inserts a row at the end of the dataware with the specified values |
| Methods inherited from interface com.hardcode.gdbms.engine.data.DataSource |
|---|
addEditionListener, addField, addField, addMetadataEditionListener, addSelectionListener, beginTrans, canRedo, canUndo, check, commitTrans, getAlias, getAsString, getDataSourceFactory, getDataSourceMetadata, getDispatchingMode, getDriver, getDriverMetadata, getFieldIndexByName, getFieldNames, getMemento, getName, getRow, getSelectedRows, getWhereFilter, insertEmptyRow, insertFilledRow, isModified, redo, remove, removeEditionListener, removeField, removeMetadataEditionListener, removeSelectionListener, rollBackTrans, saveData, setDataSourceFactory, setDispatchingMode, setFieldName, setFieldValue, setSelectedRows, start, stop, undo |
| Methods inherited from interface com.hardcode.gdbms.engine.data.driver.ReadAccess |
|---|
getFieldValue, getRowCount |
| Method Detail |
|---|
void deleteRow(long rowId)
throws DriverException
rowId - index of the row to be deleted
DriverException - if the row could not be deleted
void insertFilledRowAt(long index,
Value[] values)
throws DriverException
values - Values of the inserted row fields in the field orderindex - index where the row will be inserted. No data is lost.
DriverException - if the row could not be inserted
void insertEmptyRowAt(long index)
throws DriverException
index - index where the row will be inserted. No data is lost.
DriverException - if the row could not be inserted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||