Uses of Class
com.tietoenator.trip.jxp.database.TdbDefaultFunction
-
Packages that use TdbDefaultFunction Package Description com.tietoenator.trip.jxp.database Classes to inspect and modify database design. -
-
Uses of TdbDefaultFunction in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbDefaultFunction Modifier and Type Method 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 namestatic 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.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbDefaultFunction Modifier and Type Method 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.
-