Uses of Class
com.tietoenator.trip.jxp.data.TdbDataFormat
-
Packages that use TdbDataFormat Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbDataFormat in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbDataFormat Modifier and Type Method Description static TdbDataFormat
TdbDataFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbDataFormat[]
TdbDataFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbDataFormat Modifier and Type Method Description org.w3c.dom.Document
TdbRecord. get(TdbDataFormat format)
Retrieve the current record from the current database.org.w3c.dom.Document
TdbRecordSet. get(TdbDataFormat fmt)
Retrieve the record set defined by the various properties of the instance.
-