class ConcurrentImplicitCreateSchema.CreateTable
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.sql.Connection |
conn
Database connection for this thread
|
private int |
myId
Id of the thread running this instance
|
private int |
schemaId
Which schema to use
|
private ConcurrentImplicitCreateSchema |
test
Test object.
|
Constructor and Description |
---|
CreateTable(int id,
int schemaId,
ConcurrentImplicitCreateSchema test) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
private int myId
private int schemaId
private java.sql.Connection conn
private ConcurrentImplicitCreateSchema test
CreateTable(int id, int schemaId, ConcurrentImplicitCreateSchema test) throws java.sql.SQLException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException
java.sql.SQLException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.