R
- record typeActiveDatabase.setAutoGeneratedKeys(boolean)
@Deprecated public class InsertNonIdentity<R extends ActiveRecord<? super R>> extends ActiveOperation<R,java.lang.Integer>
Table.insertNonIdentity(Object)
Constructor and Description |
---|
InsertNonIdentity(ActiveTable<R> activeTable,
R record)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
operate()
Deprecated.
Invoked by
ActiveOperation.execute() to perform the operation. |
attach, attach, close, execute, getOperationDatabase, getTable, isLocalTransaction
public InsertNonIdentity(ActiveTable<R> activeTable, R record)
public java.lang.Integer 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.lang.Integer>
java.lang.Exception
- if error