public class JitTest
extends java.lang.Object
Constructor and Description |
---|
JitTest() |
Modifier and Type | Method and Description |
---|---|
private static int |
checkBadStartWithCols(java.sql.Connection conn,
int maxautoincrementstart)
Check that all tables in App do not have a an autoincrementstart value
greater tan maxautoincrementstart
|
private static void |
dropAllAppTables(java.sql.Connection conn)
Drop all tables in schema APP
|
static void |
main(java.lang.String[] args) |
static void |
testDerby1327BadStartWithForAutoIncColumn(java.sql.Connection conn)
After some number of table creations with JIT turned on, the START WITH
value for the table being created and all the ones already created gets
mysteriously changed with pwi32dev-20060412 (SR2)
|
public static void main(java.lang.String[] args)
public static void testDerby1327BadStartWithForAutoIncColumn(java.sql.Connection conn) throws java.lang.Exception
java.lang.Exception
private static int checkBadStartWithCols(java.sql.Connection conn, int maxautoincrementstart) throws java.lang.Exception
conn
- maxautoincrementstart
- Maximum expected autoincrementstart valuejava.lang.Exception
private static void dropAllAppTables(java.sql.Connection conn) throws java.sql.SQLException
conn
- java.sql.SQLException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.