| Package | Description |
|---|---|
| com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
| Modifier and Type | Method and Description |
|---|---|
static TdbBatchJobType |
TdbBatchJobType.fromValue(int value)
Get the enum instance that corresponds to a given integer representation.
|
static TdbBatchJobType |
TdbBatchJobType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbBatchJobType[] |
TdbBatchJobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TdbDatabaseDesign.submitBatchJob(TdbBatchJobType jobtype,
java.lang.String tform)
Submit a LOAD and/or INDEX job on this database to TRIPsystem for
background execution.
|