public class Configuration
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
(package private) static int |
bugCheckLevel |
|
(package private) static java.lang.String |
cursorAttribute_ForUpdate |
|
(package private) static java.lang.String |
cursorAttribute_Insensitive |
|
(package private) static java.lang.String |
cursorAttribute_SensitiveStatic |
|
(package private) static java.lang.String |
cursorAttribute_WithHold |
|
static int |
defaultFetchSize |
|
(package private) static int |
defaultIsolation |
|
private static java.lang.String[] |
dncCompatibleJREVersions |
|
(package private) static java.lang.String |
dncDriverName |
|
private static byte[] |
dncPackageConsistencyToken |
|
private static ProductVersionHolder |
dncProductVersionHolder__ |
|
private static SqlException |
exceptionsOnLoadResources |
Used by ClientDriver to accumulate load exceptions
|
static boolean |
jdbcCompliant |
|
static java.lang.String |
jdbcDerbyNETProtocol |
|
(package private) static boolean |
rangeCheckCrossConverters |
Modifier | Constructor | Description |
---|---|---|
private |
Configuration() |
Modifier and Type | Method | Description |
---|---|---|
private static ProductVersionHolder |
buildProductVersionHolder() |
|
(package private) static java.lang.String[] |
getDncCompatibleJREVersions() |
|
static byte[] |
getDncPackageConsistencyToken() |
|
static SqlException |
getExceptionOnLoadResources() |
|
(package private) static ProductVersionHolder |
getProductVersionHolder() |
|
private static void |
loadProductVersionHolder() |
load product version information and accumulate exceptions
|
static boolean |
supportsJDBC42() |
Check to see if the jvm version is such that JDBC 4.2 is supported
|
private static ProductVersionHolder dncProductVersionHolder__
static final java.lang.String dncDriverName
private static final byte[] dncPackageConsistencyToken
public static final boolean jdbcCompliant
private static final java.lang.String[] dncCompatibleJREVersions
public static final java.lang.String jdbcDerbyNETProtocol
static final boolean rangeCheckCrossConverters
static final int bugCheckLevel
static final int defaultIsolation
public static final int defaultFetchSize
static final java.lang.String cursorAttribute_SensitiveStatic
static final java.lang.String cursorAttribute_Insensitive
static final java.lang.String cursorAttribute_ForUpdate
static final java.lang.String cursorAttribute_WithHold
private static SqlException exceptionsOnLoadResources
static ProductVersionHolder getProductVersionHolder()
public static byte[] getDncPackageConsistencyToken()
static java.lang.String[] getDncCompatibleJREVersions()
public static SqlException getExceptionOnLoadResources()
private static void loadProductVersionHolder() throws SqlException
SqlException
private static ProductVersionHolder buildProductVersionHolder() throws java.security.PrivilegedActionException, java.io.IOException
java.security.PrivilegedActionException
java.io.IOException
public static boolean supportsJDBC42()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.