public class SequenceGeneratorConcurrency
extends java.lang.Object
Machinery to test the concurrency of sequence/identity generators.
Modifier and Type | Class and Description |
---|---|
static class |
SequenceGeneratorConcurrency.Filler
Create the schema necessary to support this test run.
|
static class |
SequenceGeneratorConcurrency.LoadOptions
Describes the load options specific to a run of the SequenceGeneratorConcurrency test.
|
static class |
SequenceGeneratorConcurrency.SGClient |
Constructor and Description |
---|
SequenceGeneratorConcurrency() |
Modifier and Type | Method and Description |
---|---|
static void |
debugPrint(java.lang.String text) |
static java.lang.String |
makeSequenceName(int sequence)
make the name of a sequence
|
static java.lang.String |
makeTableName(int sequence,
int table)
make the name of a table
|
static java.sql.PreparedStatement |
prepareStatement(java.sql.Connection conn,
boolean debugging,
java.lang.String text) |
static void |
print(java.lang.String text) |
public static java.lang.String makeSequenceName(int sequence)
public static java.lang.String makeTableName(int sequence, int table)
public static java.sql.PreparedStatement prepareStatement(java.sql.Connection conn, boolean debugging, java.lang.String text) throws java.sql.SQLException
java.sql.SQLException
public static void debugPrint(java.lang.String text)
public static void print(java.lang.String text)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.