throw StandardException.newException(
SQLState.HEAP_CANT_CREATE_CONTAINER);
}
// Keep track of what segment the container's in.
id = new ContainerKey(segmentId, containerid);
// Heap requires a template representing every column in the table.
if ((template == null) || (template.length == 0))
{
throw StandardException.newException(