public final class JaybirdSystemProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATATYPE_CODER_CACHE_SIZE |
static java.lang.String |
DEFAULT_CONNECTION_ENCODING_PROPERTY |
static java.lang.String |
DISABLE_LOGGING_PROP
Deprecated.
will be removed in Jaybird 6 without replacement
|
static java.lang.String |
FORCE_CONSOLE_LOGGER_PROP
Deprecated.
will be removed in Jaybird 6 without replacement
|
static java.lang.String |
LOGGER_IMPLEMENTATION_PROP
Deprecated.
will be removed in Jaybird 6 without replacement
|
static java.lang.String |
NATIVE_LIBRARY_SHUTDOWN_DISABLED |
static java.lang.String |
PROCESS_ID_PROP |
static java.lang.String |
PROCESS_NAME_PROP |
static java.lang.String |
REQUIRE_CONNECTION_ENCODING_PROPERTY |
static java.lang.String |
SYNC_WRAP_NATIVE_LIBRARY_PROP |
Modifier and Type | Method and Description |
---|---|
static int |
getDatatypeCoderCacheSize(int defaultValue) |
static java.lang.String |
getDefaultConnectionEncoding() |
static java.lang.String |
getLoggerImplementation()
Deprecated.
will be removed in Jaybird 6 without replacement
|
static java.lang.Integer |
getProcessId() |
static java.lang.String |
getProcessName() |
static boolean |
isDisableLogging()
Deprecated.
will be removed in Jaybird 6 without replacement
|
static boolean |
isForceConsoleLogger()
Deprecated.
will be removed in Jaybird 6 without replacement
|
static boolean |
isNativeResourceShutdownDisabled() |
static boolean |
isRequireConnectionEncoding() |
static boolean |
isSyncWrapNativeLibrary() |
@Deprecated public static final java.lang.String FORCE_CONSOLE_LOGGER_PROP
@Deprecated public static final java.lang.String DISABLE_LOGGING_PROP
@Deprecated public static final java.lang.String LOGGER_IMPLEMENTATION_PROP
public static final java.lang.String SYNC_WRAP_NATIVE_LIBRARY_PROP
public static final java.lang.String PROCESS_ID_PROP
public static final java.lang.String PROCESS_NAME_PROP
public static final java.lang.String DEFAULT_CONNECTION_ENCODING_PROPERTY
public static final java.lang.String REQUIRE_CONNECTION_ENCODING_PROPERTY
public static final java.lang.String DATATYPE_CODER_CACHE_SIZE
public static final java.lang.String NATIVE_LIBRARY_SHUTDOWN_DISABLED
@Deprecated public static boolean isForceConsoleLogger()
@Deprecated public static boolean isDisableLogging()
@Deprecated public static java.lang.String getLoggerImplementation()
public static boolean isSyncWrapNativeLibrary()
public static java.lang.Integer getProcessId()
public static java.lang.String getProcessName()
public static java.lang.String getDefaultConnectionEncoding()
public static boolean isRequireConnectionEncoding()
public static boolean isNativeResourceShutdownDisabled()
public static int getDatatypeCoderCacheSize(int defaultValue)
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.