Uses of Enum Class
com.tietoenator.trip.jxp.database.TdbDefaultFunction
Packages that use TdbDefaultFunction
Package
Description
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 TdbDefaultFunctionModifier and TypeMethodDescriptionTdbFieldDesign.getDefaultFunction()
Retrieve the function id that will be run to create default field content if no other values are provided.static TdbDefaultFunction
Retrieve the function ID that matches the provided namestatic TdbDefaultFunction
Returns the enum constant of this class with the specified name.static TdbDefaultFunction[]
TdbDefaultFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbDefaultFunctionModifier and TypeMethodDescriptionvoid
TdbFieldDesign.setDefaultFunction
(TdbDefaultFunction func) Establish the function id that will be run to create default field content if no other values are provided.