Package | Description |
---|---|
com.tietoenator.trip.jxp.control |
CONTROL database inspection and manipulation.
|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
com.tietoenator.trip.jxp.graph |
[EXPERIMENTAL] Graph database querying and manipulation.
|
Constructor and Description |
---|
TdbEntryFormList(TdbSession session,
TdbDatabaseDesign db)
Constructor, retrieves entry forms from the database identified by
the database's design object
|
TdbOutputFormatList(TdbSession session,
TdbDatabaseDesign db)
Constructor, retrieves report forms from the database identified by
the database's design object
|
Modifier and Type | Method and Description |
---|---|
TdbRecord |
TdbRecord.copy(TdbDatabaseDesign targetDatabase)
Copies the current record to the specified database.
|
Constructor and Description |
---|
TdbGraphRecord(TdbSession session,
TdbDatabaseDesign design)
Constructor, associates the graph record with the provided database design.
|
TdbRecord(TdbSession session,
TdbDatabaseDesign design,
boolean createFields)
Constructor, associates the new instance with the design provided.
|
TdbXmlRecord(TdbSession session,
TdbDatabaseDesign design,
boolean createFields)
Constructor, associates the record with the provided database design.
|
Modifier and Type | Class and Description |
---|---|
class |
TdbThesaurusDesign
Container and manipulation logic for a thesaurus design.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TdbDatabaseDesign> |
TdbDatabaseClusterDesign.getMemberDesigns()
Return a list of database design objects for all databases in the
cluster, with nested clusters resolved.
|
java.util.List<TdbDatabaseDesign> |
TdbDatabaseClusterDesign.getMemberDesigns(java.lang.String name)
Return a list of database design objects for all databases in the
cluster, with nested clusters resolved.
|
Constructor and Description |
---|
TdbGraph(TdbSession session,
TdbDatabaseDesign graphdb)
Opens a graph database.
|