Package | Description |
---|---|
nablarch.etl.config |
ETLの設定にアクセスする機能を提供する。
|
Modifier and Type | Method and Description |
---|---|
DbToDbStepConfig.InsertMode |
DbToDbStepConfig.getInsertMode()
INSERTモードを取得する。
|
static DbToDbStepConfig.InsertMode |
DbToDbStepConfig.InsertMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DbToDbStepConfig.InsertMode[] |
DbToDbStepConfig.InsertMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DbToDbStepConfig.setInsertMode(DbToDbStepConfig.InsertMode insertMode)
INSERTモードを設定する。
|