Uses of Class
com.tietoenator.trip.jxp.database.TdbTextSeparators
Packages that use TdbTextSeparators
Package
Description
Classes to inspect and modify database design.
-
Uses of TdbTextSeparators in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbTextSeparatorsModifier and TypeMethodDescriptionTdbDatabaseDesign.getIndexingRules()
Retrieve the indexing rules (parsing rules) that are to be applied to data stored in this database.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbTextSeparatorsModifier and TypeMethodDescriptionvoid
TdbTextSeparators.copyFrom
(TdbTextSeparators src) Copy member data from another instancevoid
TdbDatabaseDesign.setIndexingRules
(TdbTextSeparators spec) Establish the indexing rules (parsing rules) that are to be applied to data stored in this database.Constructors in com.tietoenator.trip.jxp.database with parameters of type TdbTextSeparators