java.lang.Object
org.firebirdsql.gds.JaybirdSystemProperties
Class to access Jaybird-specific system properties from a single place.
- Author:
- Mark Rotteveel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getDatatypeCoderCacheSize
(int defaultValue) static Boolean
static String
static String
static String
static Integer
static String
static int
getWireDecryptBufferSize
(int defaultValue) static int
getWireDeflateBufferSize
(int defaultValue) static int
getWireInflateBufferSize
(int defaultValue) static int
getWireInputBufferSize
(int defaultValue) static int
getWireOutputBufferSize
(int defaultValue) static boolean
static boolean
static boolean
-
Field Details
-
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:
-
DEFAULT_ENABLE_PROTOCOL
- See Also:
-
DEFAULT_REPORT_SQL_WARNINGS
- See Also:
-
DEFAULT_ASYNC_FETCH
- See Also:
-
DATATYPE_CODER_CACHE_SIZE
- See Also:
-
NATIVE_LIBRARY_SHUTDOWN_DISABLED
- See Also:
-
WIRE_DEFLATE_BUFFER_SIZE
- See Also:
-
WIRE_INFLATE_BUFFER_SIZE
- See Also:
-
WIRE_DECRYPT_BUFFER_SIZE
- See Also:
-
WIRE_INPUT_BUFFER_SIZE
- See Also:
-
WIRE_OUTPUT_BUFFER_SIZE
- See Also:
-
-
Method Details
-
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) -
getWireDeflateBufferSize
public static int getWireDeflateBufferSize(int defaultValue) -
getWireInflateBufferSize
public static int getWireInflateBufferSize(int defaultValue) -
getWireDecryptBufferSize
public static int getWireDecryptBufferSize(int defaultValue) -
getWireInputBufferSize
public static int getWireInputBufferSize(int defaultValue) -
getWireOutputBufferSize
public static int getWireOutputBufferSize(int defaultValue) -
getDefaultEnableProtocol
-
getDefaultReportSQLWarnings
-
getDefaultAsyncFetch
-