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.
|
TdbDateField |
Container and manipulation logic for the values within a DAte field
|
TdbField |
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 cluster
|
TdbGridRecordSet |
Container and manipulation logic for a set of records from a TRIPgrid
|
TdbHighlightRendition |
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 field
|
TdbNlpInfo |
Container for natural language processing information.
|
TdbNumberField |
Container and manipulation logic for the values within a NUmber field
|
TdbPhraseField |
Container and manipulation logic for the values within a PHrase field
|
TdbRecord |
Container and manipulation logic for a particular record from a database
|
TdbRecordSet |
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 field
|
TdbStructuredField |
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 field
|
TdbTimeField |
Container and manipulation logic for the values within a TIme field
|
TdbTuple |
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 | 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.
|