|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.data.command.AbstractCommand
com.hardcode.gdbms.engine.data.command.IndexedSpatialInsertCommand
public class IndexedSpatialInsertCommand
Insertion command executed against a spatially indexed DataSource. Insertions in such DataSources are always after the last record
| Field Summary |
|---|
| Fields inherited from class com.hardcode.gdbms.engine.data.command.AbstractCommand |
|---|
commandStack, dataSource, index |
| Constructor Summary | |
|---|---|
IndexedSpatialInsertCommand(int index,
EditableDataSource dataSource,
Value[] insertedRow,
CommandStack cs)
|
|
| Method Summary | |
|---|---|
void |
redo()
|
void |
undo()
|
| Methods inherited from class com.hardcode.gdbms.engine.data.command.AbstractCommand |
|---|
getIndex, setIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedSpatialInsertCommand(int index,
EditableDataSource dataSource,
Value[] insertedRow,
CommandStack cs)
| Method Detail |
|---|
public void redo()
throws DriverException
redo in interface CommandDriverException
public void undo()
throws DriverException
undo in interface CommandDriverException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||