Package org.firebirdsql.gds
Interface DatabaseParameterBuffer
- 
- All Superinterfaces:
- ConnectionParameterBuffer,- java.lang.Iterable<Parameter>,- ParameterBuffer
 - All Known Implementing Classes:
- DatabaseParameterBufferImp
 
 public interface DatabaseParameterBuffer extends ConnectionParameterBuffer Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection. Additionally, it is possible to change some database properties in a permanent way, however this approach is not recommended. Please use instead management API.
- 
- 
Field SummaryFields Modifier and Type Field Description static intACTIVATE_SHADOWDeprecated.static intADDRESS_PATHDeprecated.static intALLOCATIONDeprecated.static intBEGIN_LOGDeprecated.static intBUFFER_LENGTHDeprecated.static intCACHE_MANAGERDeprecated.static intCDD_PATHNAMEDeprecated.static intCONNECT_TIMEOUTDeprecated.static intDAMAGEDDeprecated.static intDBKEY_SCOPEDeprecated.static intDEBUGDeprecated.static intDELETE_SHADOWDeprecated.static intDISABLE_JOURNALDeprecated.static intDISABLE_WALDeprecated.static intDROP_WALFILEDeprecated.static intDUMMY_PACKET_INTERVALDeprecated.static intENABLE_JOURNALDeprecated.static intENCRYPT_KEYDeprecated.static intFORCE_WRITEDeprecated.static intGARBAGE_COLLECTDeprecated.static intGBAK_ATTACHDeprecated.static intGFIX_ATTACHDeprecated.static intGSEC_ATTACHDeprecated.static intGSTAT_ATTACHDeprecated.static intINTERPDeprecated.static intJOURNALDeprecated.static intLC_CTYPEDeprecated.static intLC_MESSAGESDeprecated.static intLICENSEDeprecated.static intNO_DB_TRIGGERSDeprecated.static intNO_GARBAGE_COLLECTDeprecated.static intNO_RESERVEDeprecated.static intNUM_BUFFERSDeprecated.static intNUMBER_OF_USERSDeprecated.static intOLD_DUMP_IDDeprecated.static intOLD_FILEDeprecated.static intOLD_FILE_SIZEDeprecated.static intOLD_NUM_FILESDeprecated.static intOLD_START_FILEDeprecated.static intOLD_START_PAGEDeprecated.static intOLD_START_SEQNODeprecated.static intONLINEDeprecated.static intONLINE_DUMPDeprecated.static intOVERWRITEDeprecated.static intPAGE_SIZEDeprecated.static intPASSWORDDeprecated.static intPASSWORD_ENCDeprecated.static intPROCESS_IDDeprecated.static intPROCESS_NAMEDeprecated.static intQUIT_LOGDeprecated.static intRESERVEDDeprecated.static intSEC_ATTACHDeprecated.static intSET_DB_CHARSETDeprecated.static intSET_DB_READONLYDeprecated.static intSET_DB_SQL_DIALECTDeprecated.static intSET_PAGE_BUFFERSDeprecated.static intSHUTDOWNDeprecated.static intSHUTDOWN_DELAYDeprecated.static intSQL_DIALECTDeprecated.static intSQL_ROLE_NAMEDeprecated.static intSWEEPDeprecated.static intSWEEP_INTERVALDeprecated.static intSYS_USER_NAMEDeprecated.static intSYS_USER_NAME_ENCDeprecated.static intTRACEDeprecated.static intTRUSTED_AUTHDeprecated.static intUSERDeprecated.static intUSER_NAMEDeprecated.static intVERIFYDeprecated.static intWAL_BACKUP_DIRDeprecated.static intWAL_BUFSIZEDeprecated.static intWAL_CHKPTLENDeprecated.static intWAL_GRP_CMT_WAITDeprecated.static intWAL_NUMBUFSDeprecated.static intWORKING_DIRECTORYDeprecated.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseParameterBufferdeepCopy()Make a deep copy of this object.- 
Methods inherited from interface org.firebirdsql.gds.ConnectionParameterBuffergetDefaultEncoding, getTagMapping
 - 
Methods inherited from interface org.firebirdsql.gds.ParameterBufferaddArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
 
- 
 
- 
- 
- 
Field Detail- 
CDD_PATHNAME@Deprecated static final int CDD_PATHNAME Deprecated.- See Also:
- Constant Field Values
 
 - 
ALLOCATION@Deprecated static final int ALLOCATION Deprecated.- See Also:
- Constant Field Values
 
 - 
JOURNAL@Deprecated static final int JOURNAL Deprecated.- See Also:
- Constant Field Values
 
 - 
PAGE_SIZE@Deprecated static final int PAGE_SIZE Deprecated.- See Also:
- Constant Field Values
 
 - 
NUM_BUFFERS@Deprecated static final int NUM_BUFFERS Deprecated.- See Also:
- Constant Field Values
 
 - 
BUFFER_LENGTH@Deprecated static final int BUFFER_LENGTH Deprecated.- See Also:
- Constant Field Values
 
 - 
DEBUG@Deprecated static final int DEBUG Deprecated.- See Also:
- Constant Field Values
 
 - 
GARBAGE_COLLECT@Deprecated static final int GARBAGE_COLLECT Deprecated.- See Also:
- Constant Field Values
 
 - 
VERIFY@Deprecated static final int VERIFY Deprecated.- See Also:
- Constant Field Values
 
 - 
SWEEP@Deprecated static final int SWEEP Deprecated.- See Also:
- Constant Field Values
 
 - 
ENABLE_JOURNAL@Deprecated static final int ENABLE_JOURNAL Deprecated.- See Also:
- Constant Field Values
 
 - 
DISABLE_JOURNAL@Deprecated static final int DISABLE_JOURNAL Deprecated.- See Also:
- Constant Field Values
 
 - 
DBKEY_SCOPE@Deprecated static final int DBKEY_SCOPE Deprecated.- See Also:
- Constant Field Values
 
 - 
NUMBER_OF_USERS@Deprecated static final int NUMBER_OF_USERS Deprecated.- See Also:
- Constant Field Values
 
 - 
TRACE@Deprecated static final int TRACE Deprecated.- See Also:
- Constant Field Values
 
 - 
NO_GARBAGE_COLLECT@Deprecated static final int NO_GARBAGE_COLLECT Deprecated.- See Also:
- Constant Field Values
 
 - 
DAMAGED@Deprecated static final int DAMAGED Deprecated.- See Also:
- Constant Field Values
 
 - 
LICENSE@Deprecated static final int LICENSE Deprecated.- See Also:
- Constant Field Values
 
 - 
SYS_USER_NAME@Deprecated static final int SYS_USER_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
ENCRYPT_KEY@Deprecated static final int ENCRYPT_KEY Deprecated.- See Also:
- Constant Field Values
 
 - 
ACTIVATE_SHADOW@Deprecated static final int ACTIVATE_SHADOW Deprecated.- See Also:
- Constant Field Values
 
 - 
SWEEP_INTERVAL@Deprecated static final int SWEEP_INTERVAL Deprecated.- See Also:
- Constant Field Values
 
 - 
DELETE_SHADOW@Deprecated static final int DELETE_SHADOW Deprecated.- See Also:
- Constant Field Values
 
 - 
FORCE_WRITE@Deprecated static final int FORCE_WRITE Deprecated.- See Also:
- Constant Field Values
 
 - 
BEGIN_LOG@Deprecated static final int BEGIN_LOG Deprecated.- See Also:
- Constant Field Values
 
 - 
QUIT_LOG@Deprecated static final int QUIT_LOG Deprecated.- See Also:
- Constant Field Values
 
 - 
NO_RESERVE@Deprecated static final int NO_RESERVE Deprecated.- See Also:
- Constant Field Values
 
 - 
USER_NAME@Deprecated static final int USER_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
USER@Deprecated static final int USER Deprecated.- See Also:
- Constant Field Values
 
 - 
PASSWORD@Deprecated static final int PASSWORD Deprecated.- See Also:
- Constant Field Values
 
 - 
PASSWORD_ENC@Deprecated static final int PASSWORD_ENC Deprecated.- See Also:
- Constant Field Values
 
 - 
SYS_USER_NAME_ENC@Deprecated static final int SYS_USER_NAME_ENC Deprecated.- See Also:
- Constant Field Values
 
 - 
INTERP@Deprecated static final int INTERP Deprecated.- See Also:
- Constant Field Values
 
 - 
ONLINE_DUMP@Deprecated static final int ONLINE_DUMP Deprecated.- See Also:
- Constant Field Values
 
 - 
OLD_FILE_SIZE@Deprecated static final int OLD_FILE_SIZE Deprecated.- See Also:
- Constant Field Values
 
 - 
OLD_NUM_FILES@Deprecated static final int OLD_NUM_FILES Deprecated.- See Also:
- Constant Field Values
 
 - 
OLD_FILE@Deprecated static final int OLD_FILE Deprecated.- See Also:
- Constant Field Values
 
 - 
OLD_START_PAGE@Deprecated static final int OLD_START_PAGE Deprecated.- See Also:
- Constant Field Values
 
 - 
OLD_START_SEQNO@Deprecated static final int OLD_START_SEQNO Deprecated.- See Also:
- Constant Field Values
 
 - 
OLD_START_FILE@Deprecated static final int OLD_START_FILE Deprecated.- See Also:
- Constant Field Values
 
 - 
DROP_WALFILE@Deprecated static final int DROP_WALFILE Deprecated.- See Also:
- Constant Field Values
 
 - 
OLD_DUMP_ID@Deprecated static final int OLD_DUMP_ID Deprecated.- See Also:
- Constant Field Values
 
 - 
WAL_BACKUP_DIR@Deprecated static final int WAL_BACKUP_DIR Deprecated.- See Also:
- Constant Field Values
 
 - 
WAL_CHKPTLEN@Deprecated static final int WAL_CHKPTLEN Deprecated.- See Also:
- Constant Field Values
 
 - 
WAL_NUMBUFS@Deprecated static final int WAL_NUMBUFS Deprecated.- See Also:
- Constant Field Values
 
 - 
WAL_BUFSIZE@Deprecated static final int WAL_BUFSIZE Deprecated.- See Also:
- Constant Field Values
 
 - 
WAL_GRP_CMT_WAIT@Deprecated static final int WAL_GRP_CMT_WAIT Deprecated.- See Also:
- Constant Field Values
 
 - 
LC_MESSAGES@Deprecated static final int LC_MESSAGES Deprecated.- See Also:
- Constant Field Values
 
 - 
LC_CTYPE@Deprecated static final int LC_CTYPE Deprecated.- See Also:
- Constant Field Values
 
 - 
CACHE_MANAGER@Deprecated static final int CACHE_MANAGER Deprecated.- See Also:
- Constant Field Values
 
 - 
SHUTDOWN@Deprecated static final int SHUTDOWN Deprecated.- See Also:
- Constant Field Values
 
 - 
ONLINE@Deprecated static final int ONLINE Deprecated.- See Also:
- Constant Field Values
 
 - 
SHUTDOWN_DELAY@Deprecated static final int SHUTDOWN_DELAY Deprecated.- See Also:
- Constant Field Values
 
 - 
RESERVED@Deprecated static final int RESERVED Deprecated.- See Also:
- Constant Field Values
 
 - 
OVERWRITE@Deprecated static final int OVERWRITE Deprecated.- See Also:
- Constant Field Values
 
 - 
SEC_ATTACH@Deprecated static final int SEC_ATTACH Deprecated.- See Also:
- Constant Field Values
 
 - 
DISABLE_WAL@Deprecated static final int DISABLE_WAL Deprecated.- See Also:
- Constant Field Values
 
 - 
CONNECT_TIMEOUT@Deprecated static final int CONNECT_TIMEOUT Deprecated.- See Also:
- Constant Field Values
 
 - 
DUMMY_PACKET_INTERVAL@Deprecated static final int DUMMY_PACKET_INTERVAL Deprecated.- See Also:
- Constant Field Values
 
 - 
GBAK_ATTACH@Deprecated static final int GBAK_ATTACH Deprecated.- See Also:
- Constant Field Values
 
 - 
SQL_ROLE_NAME@Deprecated static final int SQL_ROLE_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
SET_PAGE_BUFFERS@Deprecated static final int SET_PAGE_BUFFERS Deprecated.- See Also:
- Constant Field Values
 
 - 
WORKING_DIRECTORY@Deprecated static final int WORKING_DIRECTORY Deprecated.- See Also:
- Constant Field Values
 
 - 
SQL_DIALECT@Deprecated static final int SQL_DIALECT Deprecated.- See Also:
- Constant Field Values
 
 - 
SET_DB_READONLY@Deprecated static final int SET_DB_READONLY Deprecated.- See Also:
- Constant Field Values
 
 - 
SET_DB_SQL_DIALECT@Deprecated static final int SET_DB_SQL_DIALECT Deprecated.- See Also:
- Constant Field Values
 
 - 
GFIX_ATTACH@Deprecated static final int GFIX_ATTACH Deprecated.- See Also:
- Constant Field Values
 
 - 
GSTAT_ATTACH@Deprecated static final int GSTAT_ATTACH Deprecated.- See Also:
- Constant Field Values
 
 - 
SET_DB_CHARSET@Deprecated static final int SET_DB_CHARSET Deprecated.- See Also:
- Constant Field Values
 
 - 
GSEC_ATTACH@Deprecated static final int GSEC_ATTACH Deprecated.- See Also:
- Constant Field Values
 
 - 
ADDRESS_PATH@Deprecated static final int ADDRESS_PATH Deprecated.- See Also:
- Constant Field Values
 
 - 
PROCESS_ID@Deprecated static final int PROCESS_ID Deprecated.- See Also:
- Constant Field Values
 
 - 
NO_DB_TRIGGERS@Deprecated static final int NO_DB_TRIGGERS Deprecated.- See Also:
- Constant Field Values
 
 - 
TRUSTED_AUTH@Deprecated static final int TRUSTED_AUTH Deprecated.- See Also:
- Constant Field Values
 
 - 
PROCESS_NAME@Deprecated static final int PROCESS_NAME Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
deepCopyDatabaseParameterBuffer deepCopy() Make a deep copy of this object.- Returns:
- deep copy of this object.
 
 
- 
 
-