Package org.apache.derby.client.am
Class Configuration
java.lang.Object
org.apache.derby.client.am.Configuration
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final String
static final int
(package private) static final int
private static final String[]
(package private) static final String
private static final byte[]
private static ProductVersionHolder
private static SqlException
Used by ClientDriver to accumulate load exceptionsstatic final boolean
static final String
(package private) static final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ProductVersionHolder
(package private) static String[]
static byte[]
static SqlException
(package private) static ProductVersionHolder
private static void
load product version information and accumulate exceptionsstatic boolean
Check to see if the jvm version is such that JDBC 4.2 is supported
-
Field Details
-
dncProductVersionHolder__
-
dncDriverName
- See Also:
-
dncPackageConsistencyToken
private static final byte[] dncPackageConsistencyToken -
jdbcCompliant
public static final boolean jdbcCompliant- See Also:
-
dncCompatibleJREVersions
-
jdbcDerbyNETProtocol
- See Also:
-
rangeCheckCrossConverters
static final boolean rangeCheckCrossConverters- See Also:
-
bugCheckLevel
static final int bugCheckLevel- See Also:
-
defaultIsolation
static final int defaultIsolation- See Also:
-
defaultFetchSize
public static final int defaultFetchSize- See Also:
-
cursorAttribute_SensitiveStatic
- See Also:
-
cursorAttribute_Insensitive
- See Also:
-
cursorAttribute_ForUpdate
- See Also:
-
cursorAttribute_WithHold
- See Also:
-
exceptionsOnLoadResources
Used by ClientDriver to accumulate load exceptions
-
-
Constructor Details
-
Configuration
private Configuration()
-
-
Method Details
-
getProductVersionHolder
-
getDncPackageConsistencyToken
public static byte[] getDncPackageConsistencyToken() -
getDncCompatibleJREVersions
-
getExceptionOnLoadResources
-
loadProductVersionHolder
load product version information and accumulate exceptions- Throws:
SqlException
-
buildProductVersionHolder
private static ProductVersionHolder buildProductVersionHolder() throws PrivilegedActionException, IOException- Throws:
PrivilegedActionException
IOException
-
supportsJDBC42
public static boolean supportsJDBC42()Check to see if the jvm version is such that JDBC 4.2 is supported
-