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.sql.SQLExceptionjava.lang.IllegalAccessExceptionjava.lang.ClassNotFoundExceptionjava.lang.InstantiationExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.