There was an error while loading. Please reload this page.
public StagingTable getTable(String id)
Get a StagingTable based on table identifier.
StagingTable
Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550)); Assert.assertNotNull(staging.getTable("extension_bdi")); Assert.assertEquals("Extension", staging.getTable("extension_bdi").getName());
Home
Supported Algorithms
Getting Started
API Documentation
Technical Specifications