Uses of Class
com.tietoenator.trip.jxp.database.TdbTextSeparators
-
Packages that use TdbTextSeparators Package Description com.tietoenator.trip.jxp.database 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 TdbTextSeparators Modifier and Type Method Description TdbTextSeparators
TdbDatabaseDesign. 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 TdbTextSeparators Modifier and Type Method Description void
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 Constructor Description TdbTextSeparators(TdbTextSeparators src)
Copy constructor
-