Package org.firebirdsql.gds
Class JaybirdSystemProperties
java.lang.Object
org.firebirdsql.gds.JaybirdSystemProperties
Class to access Jaybird-specific system properties from a single place.
- Author:
- Mark Rotteveel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetDatatypeCoderCacheSize(int defaultValue) static Stringstatic Stringstatic Integerstatic Stringstatic booleanstatic booleanstatic booleanstatic booleanstatic boolean
-
Field Details
-
FORCE_CONSOLE_LOGGER_PROP
- See Also:
-
DISABLE_LOGGING_PROP
- See Also:
-
LOGGER_IMPLEMENTATION_PROP
- See Also:
-
SYNC_WRAP_NATIVE_LIBRARY_PROP
- See Also:
-
PROCESS_ID_PROP
- See Also:
-
PROCESS_NAME_PROP
- See Also:
-
DEFAULT_CONNECTION_ENCODING_PROPERTY
- See Also:
-
REQUIRE_CONNECTION_ENCODING_PROPERTY
- See Also:
-
DATATYPE_CODER_CACHE_SIZE
- See Also:
-
NATIVE_LIBRARY_SHUTDOWN_DISABLED
- See Also:
-
-
Method Details
-
isForceConsoleLogger
public static boolean isForceConsoleLogger() -
isDisableLogging
public static boolean isDisableLogging() -
getLoggerImplementation
-
isSyncWrapNativeLibrary
public static boolean isSyncWrapNativeLibrary() -
getProcessId
-
getProcessName
-
getDefaultConnectionEncoding
-
isRequireConnectionEncoding
public static boolean isRequireConnectionEncoding() -
isNativeResourceShutdownDisabled
public static boolean isNativeResourceShutdownDisabled() -
getDatatypeCoderCacheSize
public static int getDatatypeCoderCacheSize(int defaultValue)
-