public interface IConnectionProperties extends IAttachProperties<IConnectionProperties>, DatabaseConnectionProperties
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BUFFERS_NUMBER
Deprecated.
|
static short |
DEFAULT_DIALECT
Deprecated.
|
static java.lang.String |
SESSION_TIME_ZONE_SERVER
Deprecated.
will be removed in Jaybird 6, use
PropertyConstants.SESSION_TIME_ZONE_SERVER |
DEFAULT_CONNECT_TIMEOUT, DEFAULT_SO_TIMEOUT, DEFAULT_SOCKET_BUFFER_SIZE
Modifier and Type | Method and Description |
---|---|
IConnectionProperties |
asImmutable() |
IConnectionProperties |
asNewMutable() |
default short |
getConnectionDialect()
Deprecated.
Use
DatabaseConnectionProperties.getSqlDialect() ; will be removed in Jaybird 6 |
default void |
setConnectionDialect(short connectionDialect)
Deprecated.
Use
DatabaseConnectionProperties.setSqlDialect(int) ; will be removed in Jaybird 6 |
getAttachObjectName, getWireCryptAsEnum, isImmutable, setAttachObjectName, setWireCryptAsEnum
getBlobBufferSize, getDatabaseName, getDataTypeBind, getDecfloatRound, getDecfloatTraps, getDefaultIsolation, getDefaultTransactionIsolation, getGeneratedKeysEnabled, getPageCacheSize, getScrollableCursor, getServerBatchBufferSize, getSessionTimeZone, getSqlDialect, getTpbMapping, isColumnLabelForName, isDefaultResultSetHoldable, isIgnoreProcedureType, isTimestampUsesLocalTimezone, isUseFirebirdAutocommit, isUseServerBatch, isUseStreamBlobs, setBlobBufferSize, setColumnLabelForName, setDatabaseName, setDataTypeBind, setDecfloatRound, setDecfloatTraps, setDefaultIsolation, setDefaultResultSetHoldable, setDefaultTransactionIsolation, setGeneratedKeysEnabled, setIgnoreProcedureType, setPageCacheSize, setScrollableCursor, setServerBatchBufferSize, setSessionTimeZone, setSqlDialect, setTimestampUsesLocalTimezone, setTpbMapping, setUseFirebirdAutocommit, setUseServerBatch, setUseStreamBlobs
getAuthPlugins, getCharSet, getConnectTimeout, getDbCryptConfig, getEncoding, getParallelWorkers, getPassword, getPortNumber, getProcessId, getProcessName, getRoleName, getServerName, getSocketBufferSize, getSoTimeout, getType, getUser, getWireCrypt, isWireCompression, setAuthPlugins, setCharSet, setConnectTimeout, setDbCryptConfig, setEncoding, setParallelWorkers, setPassword, setPortNumber, setProcessId, setProcessName, setRoleName, setServerName, setSocketBufferSize, setSoTimeout, setType, setUser, setWireCompression, setWireCrypt
connectionPropertyValues, getBooleanProperty, getBooleanProperty, getIntProperty, getIntProperty, getProperty, getProperty, setBooleanProperty, setIntProperty, setProperty
@Deprecated static final java.lang.String SESSION_TIME_ZONE_SERVER
PropertyConstants.SESSION_TIME_ZONE_SERVER
sessionTimeZone
that indicates the session time zone should not be set and use server default.@Deprecated static final short DEFAULT_DIALECT
@Deprecated static final int DEFAULT_BUFFERS_NUMBER
@Deprecated default short getConnectionDialect()
DatabaseConnectionProperties.getSqlDialect()
; will be removed in Jaybird 6
NOTE: Implementer should take care to return DEFAULT_DIALECT
if
the value hasn't been set yet.
@Deprecated default void setConnectionDialect(short connectionDialect)
DatabaseConnectionProperties.setSqlDialect(int)
; will be removed in Jaybird 6
NOTE: Implementer should take care to use DEFAULT_DIALECT
if the
value hasn't been set yet.
connectionDialect
- SQL dialect of the client.IConnectionProperties asImmutable()
asImmutable
in interface IAttachProperties<IConnectionProperties>
IConnectionProperties
IConnectionProperties asNewMutable()
asNewMutable
in interface IAttachProperties<IConnectionProperties>
IConnectionProperties
with all properties
copied.Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.