-
Notifications
You must be signed in to change notification settings - Fork 4
getTableIds
Chuck May edited this page Apr 14, 2015
·
4 revisions
public Set<String> getTableIds()Return a Set of all table identifiers.
Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
Assert.assertTrue(staging.getTableIds().size() > 0);
Assert.assertTrue(staging.getTableIds().contains("extension_bdi"));Supported Algorithms
Getting Started
API Documentation
- findMatchingTableRow
- getInputs
- getInvolvedSchemas
- getInvolvedTables
- getOutputs
- getSchema
- getSchemaIds
- getTable
- getTableIds
- isCodeValid
- isValidHistology
- isValidSite
- lookupSchema
- stage
Technical Specifications