org.apache.derby.client.am
Class Configuration

java.lang.Object
  extended by org.apache.derby.client.am.Configuration

public class Configuration
extends java.lang.Object


Field Summary
(package private) static int bugCheckLevel
           
static java.lang.String cursorAttribute_ForReadOnly
           
static java.lang.String cursorAttribute_ForUpdate
           
static java.lang.String cursorAttribute_Insensitive
           
static java.lang.String cursorAttribute_InsensitiveRowset
           
static java.lang.String cursorAttribute_SensitiveDynamic
           
static java.lang.String cursorAttribute_SensitiveDynamicRowset
           
static java.lang.String cursorAttribute_SensitiveStatic
           
static java.lang.String cursorAttribute_SensitiveStaticRowset
           
static java.lang.String cursorAttribute_WithHold
           
static int defaultFetchSize
           
static int defaultIsolation
           
static java.lang.String[] dncCompatibleJREVersions
           
static java.lang.String dncDriverName
           
static byte[] dncPackageConsistencyToken
           
static java.lang.String dncPackageVersion
           
private static ProductVersionHolder dncProductVersionHolder__
           
static boolean[] enableConnectivityToTargetServer__
           
static boolean enableNetConnectionPooling
           
static SqlException exceptionsOnLoadResources
           
static boolean jdbcCompliant
           
static java.lang.String jdbcDerbyNETProtocol
           
static java.lang.String jreLevel
           
static int jreLevelMajor
           
static int jreLevelMinor
           
static boolean jvmSupportsMicrosClock__
           
private static java.lang.String packageNameForDNC
           
(package private) static boolean rangeCheckCrossConverters
           
static java.lang.String traceDirectory__
           
static java.lang.String traceFile__
           
static boolean traceFileAppend__
           
static int traceFileSuffixIndex__
           
static int traceLevel__
           
static boolean traceSuspended__
           
 
Constructor Summary
private Configuration()
           
 
Method Summary
private static ProductVersionHolder buildProductVersionHolder()
           
static ProductVersionHolder getProductVersionHolder()
           
private static void loadProductVersionHolder()
          load product version information and accumulate exceptions
static boolean supportsJDBC40()
          Check to see if the jvm version is such that JDBC 4.0 is supported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

traceFileSuffixIndex__

public static int traceFileSuffixIndex__

traceLevel__

public static int traceLevel__

traceFile__

public static java.lang.String traceFile__

traceDirectory__

public static java.lang.String traceDirectory__

traceFileAppend__

public static boolean traceFileAppend__

jreLevel

public static final java.lang.String jreLevel

jreLevelMajor

public static final int jreLevelMajor

jreLevelMinor

public static final int jreLevelMinor

traceSuspended__

public static boolean traceSuspended__

enableConnectivityToTargetServer__

public static boolean[] enableConnectivityToTargetServer__

jvmSupportsMicrosClock__

public static boolean jvmSupportsMicrosClock__

dncProductVersionHolder__

private static ProductVersionHolder dncProductVersionHolder__

dncDriverName

public static final java.lang.String dncDriverName
See Also:
Constant Field Values

dncPackageConsistencyToken

public static final byte[] dncPackageConsistencyToken

dncPackageVersion

public static final java.lang.String dncPackageVersion

jdbcCompliant

public static final boolean jdbcCompliant
See Also:
Constant Field Values

dncCompatibleJREVersions

public static final java.lang.String[] dncCompatibleJREVersions

jdbcDerbyNETProtocol

public static final java.lang.String jdbcDerbyNETProtocol
See Also:
Constant Field Values

enableNetConnectionPooling

public static final boolean enableNetConnectionPooling
See Also:
Constant Field Values

rangeCheckCrossConverters

static final boolean rangeCheckCrossConverters
See Also:
Constant Field Values

bugCheckLevel

static final int bugCheckLevel
See Also:
Constant Field Values

defaultIsolation

public static final int defaultIsolation
See Also:
Constant Field Values

defaultFetchSize

public static final int defaultFetchSize
See Also:
Constant Field Values

cursorAttribute_SensitiveStatic

public static final java.lang.String cursorAttribute_SensitiveStatic
See Also:
Constant Field Values

cursorAttribute_SensitiveStaticRowset

public static final java.lang.String cursorAttribute_SensitiveStaticRowset
See Also:
Constant Field Values

cursorAttribute_SensitiveDynamic

public static final java.lang.String cursorAttribute_SensitiveDynamic
See Also:
Constant Field Values

cursorAttribute_SensitiveDynamicRowset

public static final java.lang.String cursorAttribute_SensitiveDynamicRowset
See Also:
Constant Field Values

cursorAttribute_Insensitive

public static final java.lang.String cursorAttribute_Insensitive
See Also:
Constant Field Values

cursorAttribute_InsensitiveRowset

public static final java.lang.String cursorAttribute_InsensitiveRowset
See Also:
Constant Field Values

cursorAttribute_ForUpdate

public static final java.lang.String cursorAttribute_ForUpdate
See Also:
Constant Field Values

cursorAttribute_ForReadOnly

public static final java.lang.String cursorAttribute_ForReadOnly
See Also:
Constant Field Values

cursorAttribute_WithHold

public static final java.lang.String cursorAttribute_WithHold
See Also:
Constant Field Values

packageNameForDNC

private static final java.lang.String packageNameForDNC
See Also:
Constant Field Values

exceptionsOnLoadResources

public static SqlException exceptionsOnLoadResources
Constructor Detail

Configuration

private Configuration()
Method Detail

getProductVersionHolder

public static ProductVersionHolder getProductVersionHolder()

loadProductVersionHolder

private static void loadProductVersionHolder()
                                      throws SqlException
load product version information and accumulate exceptions

Throws:
SqlException

buildProductVersionHolder

private static ProductVersionHolder buildProductVersionHolder()
                                                       throws java.security.PrivilegedActionException,
                                                              java.io.IOException
Throws:
java.security.PrivilegedActionException
java.io.IOException

supportsJDBC40

public static boolean supportsJDBC40()
Check to see if the jvm version is such that JDBC 4.0 is supported


Built on Thu 2010-12-23 20:49:13+0000, from revision ???

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