- databaseNeedsDefrag() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Check if any of the database's files (BAF, BIF or VIF) need
to be defragmented.
- dateforms() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Retrieve the list of available date forms supported by the server
- deepCopy(String, TdbControlObject) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Create a deep copy of the current cluster under a new name.
- deepCopy(String, TdbControlObject) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Create a deep copy of the current database / thesaurus, creating a new one that
is exactly the same, but with a different name (and correspondibly different
filenames on the server).
- delete(String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Remove a container from the server in its entirety.
- delete() - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Remove the current container from the server in its entirety.
- delete() - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Delete the current record from the current database
In order to call this method successfully, the calling application must
first establish the database name and record id to be deleted, using the
methods setDatabaseName() and setRecordId().
- delete() - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
-
Delete the records covered by the record set from their database(s)
This method causes network I/O.
- delete() - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
-
Delete the current search set.
- delete(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Delete the named cluster design from the server.
- delete() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Delete the current cluster design from the server.
- delete(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Delete a named database from the server.
- delete() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Delete the current database from the server.
- delete(String, String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
-
Delete a named format from a named database.
- delete(String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
-
Delete a named format, which must be of a type that doesn't require a qualifying database.
- delete() - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
-
Remove the current form from the server; requires this object to have been created
using a TdbControlObject reference.
- delete(String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Remove a group from the system.
- delete() - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Remove a group from the system -- the name of the group is taken from the
Control object provided when this TdbGroup instance was constructed.
- delete(String, String) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
-
Delete a stored procedure from the server.
- delete() - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
-
Delete the current stored procedure from the server.
- delete(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
-
Remove a user from the server.
- delete() - Method in class com.tietoenator.trip.jxp.users.TdbUser
-
Remove the user from the server.
- deleteComponent(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Delete the identified component from the current record.
- deleteComponent(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Delete the named component from the current record.
- deleteField(String) - Method in class com.tietoenator.trip.jxp.data.TdbComponent
-
Delete the value of a named field
Note that after a successful use of this method, the component still
contains the named field, but the value of the field is empty.
- deleteForeignKey(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Remove any existing foreign key relationship from the named field.
- deleteForeignKeys() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Removes all existing referential integrity rules from the database design.
- diagnose(TdbErrorCheckSink, int) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Check the database's primary data file (the BAF) for errors or conditions
that might cause errors in the future.
- diagnose(TdbErrorCheckSink) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Check the database's primary data file (the BAF) for errors or conditions that
might cause errors in the future.