public class ConcurrentImplicitCreateSchema
extends java.lang.Object
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.