Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|