RowSource rowSource)
throws StandardException
{
long containerId = getNextId();
ContainerKey identity = new ContainerKey(segmentId, containerId);
// create and load the stream container
StreamFileContainer sContainer =
new StreamFileContainer(identity, this, tableProperties);
sContainer.load(rowSource);