| Package | Description |
|---|---|
| com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
| Modifier and Type | Method and Description |
|---|---|
TdbTextSeparators |
TdbDatabaseDesign.getIndexingRules()
Retrieve the indexing rules (parsing rules) that are to be applied to
data stored in this database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdbTextSeparators.copyFrom(TdbTextSeparators src)
Copy member data from another instance
|
void |
TdbDatabaseDesign.setIndexingRules(TdbTextSeparators spec)
Establish the indexing rules (parsing rules) that are to be applied to
data stored in this database.
|
| Constructor and Description |
|---|
TdbTextSeparators(TdbTextSeparators src)
Copy constructor
|