org.apache.derbyTesting.functionTests.tests.jdbcapi
Class maxfieldsize

java.lang.Object
  extended by 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.


Field Summary
(package private) static java.lang.String c1_value
           
(package private) static java.lang.String c2_value
           
(package private) static java.lang.String c3_value
           
(package private) static java.lang.String c4_value
           
(package private) static java.lang.String c5_value
           
(package private) static java.lang.String c6_value
           
private static boolean isDerbyNet
           
(package private) static int NUM_EXECUTIONS
           
(package private) static int START_SECOND_HALF
           
 
Constructor Summary
maxfieldsize()
           
 
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
 

Field Detail

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
Constructor Detail

maxfieldsize

public maxfieldsize()
Method Detail

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

Built on Sat 2009-11-28 18:44:18-0800, from revision 885187

Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.