ql.jdbc.jaybird-jdk18.3.0.12.source-code.driver_property_info.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird-jdk18 Show documentation
Show all versions of jaybird-jdk18 Show documentation
JDBC Driver for the Firebird RDBMS
# This file contains aliases of the DPB parameters as well as their descriptions
# Key of the resource is the alias, then after a delimiter (in our case it's tab
# character) comes name of the DPB parameter, and after that starting with the
# hash character ('#') goes description
user isc_dpb_user_name # Name of the user connecting to Firebird
userName isc_dpb_user_name # Name of the user connecting to Firebird
password isc_dpb_password # Password corresponding to the specified user name
roleName isc_dpb_sql_role_name # Name of the SQL role
sqlRole isc_dpb_sql_role_name # Alias for roleName property
sqlDialect isc_dpb_sql_dialect # Dialect of the SQL
dialect isc_dpb_sql_dialect # Dialect of the SQL
processId isc_dpb_process_id # Process id
processName isc_dpb_process_name # Process name
encoding isc_dpb_lc_ctype # Client encoding for the database
charSet isc_dpb_local_encoding # Java encoding for the client
localEncoding isc_dpb_local_encoding # Java encoding for the client
blobBufferSize isc_dpb_blob_buffer_size # Size of the BLOB buffer, max 64k
useTranslation isc_dpb_mapping_path # Resource with character translation
useStreamBlobs isc_dpb_use_stream_blobs # If present, stream BLOBs will be created
useStandarUdf isc_dpb_use_standard_udf # Enable usage of standard UDFs
socketBufferSize isc_dpb_socket_buffer_size # Size of the TCP/IP socket buffer
# When present, setters with Calendar as parameter will change the behavior
timestampUsesLocalTimezone isc_dpb_timestamp_uses_local_timezone
# make default result set holdable as an workaround for non-compliant JDBC applications in auto-commit mode
defaultHoldable isc_dpb_result_set_holdable
defaultResultSetHoldable isc_dpb_result_set_holdable
noResultSetTracking isc_dpb_no_result_set_tracking # (deprecated and no longer supported)
octetsAsBytes isc_dpb_octets_as_bytes # (deprecated and no longer supported)
soTimeout isc_dpb_so_timeout # Socket blocking timeout (in milliseconds)
connectTimeout isc_dpb_connect_timeout # Connect timeout (in seconds)
columnLabelForName isc_dpb_column_label_for_name # If enabled, the columnLabel (AS clause) is used for the columnName in the metadata
useFirebirdAutocommit isc_dpb_use_firebird_autocommit # Use Firebird autocommit (isc_tpb_autocommit) (experimental)
wireCrypt isc_dpb_wire_crypt_level # FB3+ wire crypt level (disabled, enabled, required, default)
dbCryptConfig isc_dpb_db_crypt_config # FB3+ database encryption config (format is plugin specific)
ignoreProcedureType isc_dpb_ignore_procedure_type # Ignore procedure type from metadata (defaults to executable stored procedure)
sessionTimeZone isc_dpb_session_time_zone # FB4+ session time zone (sets server session time zone only!)
dataTypeBind isc_dpb_set_bind # FB4+ data type bind settings: semicolon separated list of TO (see SET BIND documentation in Firebird 4)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy