org.apache.derbyTesting.functionTests.tests.jdbcapi
Class maxfieldsize
java.lang.Object
org.apache.derbyTesting.functionTests.tests.jdbcapi.maxfieldsize
public class maxfieldsize
- extends java.lang.Object
This Program Test SetMaxFieldsize()/getMaxFieldsize().
and the getXXX calls that are affected.
|
Method Summary |
private static void |
cleanUp(java.sql.Connection conn)
|
private static void |
doSort(java.sql.Statement stmt)
|
private static void |
dumpExpectedSQLExceptions(java.sql.SQLException se)
|
private static void |
dumpSQLExceptions(java.sql.SQLException se)
|
private static void |
load_data(java.sql.Connection conn)
|
static void |
main(java.lang.String[] args)
|
private static void |
testSort(java.sql.Connection conn,
java.sql.Statement stmt)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
START_SECOND_HALF
static final int START_SECOND_HALF
- See Also:
- Constant Field Values
NUM_EXECUTIONS
static final int NUM_EXECUTIONS
- See Also:
- Constant Field Values
c1_value
static final java.lang.String c1_value
- See Also:
- Constant Field Values
c2_value
static final java.lang.String c2_value
- See Also:
- Constant Field Values
c3_value
static final java.lang.String c3_value
- See Also:
- Constant Field Values
c4_value
static final java.lang.String c4_value
- See Also:
- Constant Field Values
c5_value
static final java.lang.String c5_value
- See Also:
- Constant Field Values
c6_value
static final java.lang.String c6_value
- See Also:
- Constant Field Values
isDerbyNet
private static boolean isDerbyNet
maxfieldsize
public maxfieldsize()
main
public static void main(java.lang.String[] args)
load_data
private static void load_data(java.sql.Connection conn)
throws java.lang.Exception
- Throws:
java.lang.Exception
testSort
private static void testSort(java.sql.Connection conn,
java.sql.Statement stmt)
throws java.sql.SQLException,
java.io.UnsupportedEncodingException
- Throws:
java.sql.SQLException
java.io.UnsupportedEncodingException
doSort
private static void doSort(java.sql.Statement stmt)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
dumpSQLExceptions
private static void dumpSQLExceptions(java.sql.SQLException se)
dumpExpectedSQLExceptions
private static void dumpExpectedSQLExceptions(java.sql.SQLException se)
cleanUp
private static void cleanUp(java.sql.Connection conn)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.