Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbDataFormat
Packages that use TdbDataFormat
-
Uses of TdbDataFormat in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbDataFormatModifier and TypeMethodDescriptionstatic TdbDataFormat
Returns the enum constant of this class with the specified name.static TdbDataFormat[]
TdbDataFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbDataFormatModifier and TypeMethodDescriptionTdbRecord.get
(TdbDataFormat format) Retrieve the current record from the current database.TdbRecordSet.get
(TdbDataFormat fmt) Retrieve the record set defined by the various properties of the instance.