Package | Description |
---|---|
com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
Modifier and Type | Method and Description |
---|---|
TdbDefaultFunction |
TdbFieldDesign.getDefaultFunction()
Retrieve the function id that will be run to create default field content if no other
values are provided.
|
static TdbDefaultFunction |
TdbDefaultFunction.getTypeof(java.lang.String name)
Retrieve the function ID that matches the provided name
|
static TdbDefaultFunction |
TdbDefaultFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbDefaultFunction[] |
TdbDefaultFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbFieldDesign.setDefaultFunction(TdbDefaultFunction func)
Establish the function id that will be run to create default field content if no other
values are provided.
|