Package com.kenshoo.pl.data
Class CreateRecordCommand
- java.lang.Object
-
- com.kenshoo.pl.data.AbstractRecordCommand
-
- com.kenshoo.pl.data.CreateRecordCommand
-
public class CreateRecordCommand extends AbstractRecordCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateRecordCommand.OnDuplicateKey
-
Constructor Summary
Constructors Constructor Description CreateRecordCommand(DataTable table)
-
Method Summary
-
Methods inherited from class com.kenshoo.pl.data.AbstractRecordCommand
get, getFields, getPrimaryKeyField, getTable, getValues, isEmpty, set
-
-
-
-
Constructor Detail
-
CreateRecordCommand
public CreateRecordCommand(DataTable table)
-
-