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.Throwable
public static void createTables(java.sql.Connection conn, boolean compress) throws java.sql.SQLException
java.sql.SQLException
public static void createTables(java.sql.Connection conn, boolean compress, int numRows) throws java.sql.SQLException
java.sql.SQLException
protected static java.io.InputStream openTestResource(java.net.URL url) throws java.security.PrivilegedActionException
url
- URL obtained from getTestResourcejava.security.PrivilegedActionException
protected static java.net.URL getTestResource(java.lang.String name)
name
- Resource name, typically - org.apache.derbyTesing.somethingApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.