-
Notifications
You must be signed in to change notification settings - Fork 4
getTable
Chuck May edited this page Apr 14, 2015
·
4 revisions
public StagingTable getTable(String id)Get a StagingTable based on table identifier.
Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
Assert.assertNotNull(staging.getTable("extension_bdi"));
Assert.assertEquals("Extension", staging.getTable("extension_bdi").getName());Supported Algorithms
Getting Started
API Documentation
- findMatchingTableRow
- getInputs
- getInvolvedSchemas
- getInvolvedTables
- getOutputs
- getSchema
- getSchemaIds
- getTable
- getTableIds
- isCodeValid
- isValidHistology
- isValidSite
- lookupSchema
- stage
Technical Specifications