Package com.tietoenator.trip.jxp.data
Database content manipulation.
-
Class Summary Class Description TdbAseCall Represents a call to an ASE routine when inserting or updating a record.TdbComponent Container for a particular component of a record, i.e. either the head or a specific part record.TdbDateField Container and manipulation logic for the values within a DAte fieldTdbField Base abstraction that all strongly-typed field classes extend.TdbFieldTemplate Container for a specific field's template.TdbGraphRecord Container and manipulation logic for a record from a TRIP graph database.TdbGridRecord Container and manipulation logic for a record from a grid clusterTdbGridRecordSet Container and manipulation logic for a set of records from a TRIPgridTdbHighlightRendition Extends TdbRendition to provide requests for highlighted HTML renditions of STring fields, or TRIPxml exports with hit markup.TdbIntegerField Container and manipulation logic for an INteger fieldTdbNlpInfo Container for natural language processing information.TdbNumberField Container and manipulation logic for the values within a NUmber fieldTdbPhraseField Container and manipulation logic for the values within a PHrase fieldTdbRecord Container and manipulation logic for a particular record from a databaseTdbRecordSet Container and manipulation logic for a set of records from a database or query.TdbRendition Extends TdbFieldTemplate to provide rendition requests specific to STring fields.TdbSearch Provides functionality for search and retrieval.TdbSearchSet Represents a TRIP search set.TdbStringField Container for values in a STring fieldTdbStructuredField Intermediary abstract representation for subfields from a structured field type such as PHrase, NUmber, etc.TdbTextExtractionInfo Container for text extraction information.TdbTextField Container and manipulation logic for a TExt fieldTdbTimeField Container and manipulation logic for the values within a TIme fieldTdbTuple Represents rows in the table of fields in a record that the TdbTupleList class is an representation of.TdbTupleList The TdbTupleList class is an abstraction of a collection of fields that form a conceptual table within a record.TdbXmlRecord Container and manipulation logic for a record from a TRIPxml database. -
Enum Summary Enum Description TdbDataFormat Data formats available for retrieval when fetching one or more records from the server.TdbFieldFetchOption Used with the TdbFieldTemplate class to indicate how to fetch field values from the server.TdbFieldFetchType Used with the TdbFieldTemplate class to indicate how to fetch TEXT field values from the server.TdbNlpInfo.FieldMappingType Field name mapping mode for extracted meta-data.TdbRenditionType Allows the calling application to set a rendition type, or processing type, for the STring field (only) that is being retrieved.TdbSortMergeType Used with the TdbRecordSet and TdbSearchSet classes to indicate how a sorted cluster search should be treated.TdbXmlRecord.IOMode The IOMode enum represents various ways that TRIPxml import and export operations can take place.TdbXmlRecord.XmlRecordType For TRIPxml, indicates the type of document that is stored in the record.