R
- record typepublic class SelectAll<R extends ActiveRecord<? super R>> extends ActiveOperation<R,java.util.List<R>>
Table.selectAll()
.Constructor and Description |
---|
SelectAll(ActiveTable<R> activeTable) |
Modifier and Type | Method and Description |
---|---|
java.util.List<R> |
operate()
Invoked by
ActiveOperation.execute() to perform the operation. |
attach, attach, close, execute, getOperationDatabase, getTable, isLocalTransaction
public SelectAll(ActiveTable<R> activeTable)
public java.util.List<R> operate() throws java.lang.Exception
ActiveOperation
ActiveOperation.execute()
to perform the operation. Subclasses must implement.operate
in class ActiveOperation<R extends ActiveRecord<? super R>,java.util.List<R extends ActiveRecord<? super R>>>
java.lang.Exception
- if error