public class wisconsin
extends java.lang.Object
| Constructor and Description |
|---|
wisconsin() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createTables(java.sql.Connection conn,
boolean compress) |
static void |
createTables(java.sql.Connection conn,
boolean compress,
int numRows) |
protected static java.net.URL |
getTestResource(java.lang.String name)
Obtain the URL for a test resource, e.g. a policy
file or a SQL script.
|
static void |
main(java.lang.String[] args) |
protected static java.io.InputStream |
openTestResource(java.net.URL url)
Open the URL for a a test resource, e.g. a policy
file or a SQL script.
|
public static void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwablepublic static void createTables(java.sql.Connection conn,
boolean compress)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static void createTables(java.sql.Connection conn,
boolean compress,
int numRows)
throws java.sql.SQLException
java.sql.SQLExceptionprotected static java.io.InputStream openTestResource(java.net.URL url)
throws java.security.PrivilegedActionException
url - URL obtained from getTestResourcejava.security.PrivilegedActionExceptionprotected static java.net.URL getTestResource(java.lang.String name)
name - Resource name, typically - org.apache.derbyTesing.somethingApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.