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 Stringstatic final int(package private) static final intprivate static final String[](package private) static final Stringprivate static final byte[]private static ProductVersionHolderprivate static SqlExceptionUsed by ClientDriver to accumulate load exceptionsstatic final booleanstatic 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 ProductVersionHolderprivate static voidload product version information and accumulate exceptionsstatic booleanCheck 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:
PrivilegedActionExceptionIOException
-
supportsJDBC42
public static boolean supportsJDBC42()Check to see if the jvm version is such that JDBC 4.2 is supported
-