Uses of Class
com.tietoenator.trip.jxp.database.TdbFieldGroupDesign
Packages that use TdbFieldGroupDesign
Package
Description
Classes to inspect and modify database design.
-
Uses of TdbFieldGroupDesign in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbFieldGroupDesignModifier and TypeMethodDescriptionTdbDatabaseDesign.getFieldGroupById(int id) Retrieve a reference to the design for a field group with the specified field number.TdbDatabaseDesign.getFieldGroupByIndex(int index) Retrieve the n'th field group within the database design.TdbDatabaseDesign.getFieldGroupByName(String name) Retrieve the named field group within the database design.Methods in com.tietoenator.trip.jxp.database that return types with arguments of type TdbFieldGroupDesignModifier and TypeMethodDescriptionTdbDatabaseDesign.getFieldGroups()Get the field groups collection for the database.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbFieldGroupDesignModifier and TypeMethodDescriptionintTdbFieldGroupDesign.compareTo(TdbFieldGroupDesign fgroup) Order this object with relation to another -- required to be able to sort a collection of these objects.voidTdbDatabaseDesign.putFieldGroup(TdbFieldGroupDesign fgroup) Store a single modified field group's properties to the server.voidTdbDatabaseDesign.removeFieldGroup(TdbFieldGroupDesign fgroup) Remove a particular field group from the current database design.Method parameters in com.tietoenator.trip.jxp.database with type arguments of type TdbFieldGroupDesignModifier and TypeMethodDescriptionvoidTdbDatabaseDesign.setFieldGroups(Collection<TdbFieldGroupDesign> groups) Set the field groups collection for the database.Constructors in com.tietoenator.trip.jxp.database with parameters of type TdbFieldGroupDesignModifierConstructorDescriptionCopy constructor, performs a deep copy from a provided source.