public class ConcurrentImplicitCreateSchema (Code)
Test for several threads creating tables in the same originally
non-existing schema. This will cause an implicit creation of the
schema. The test was created for the fix of JIRA issue DERBY-230
where an error occurred if two threads try to create the schema in
parallel.
author: oystein.grovlen@sun.com
Inner Class :class CreateTable implements Runnable