org.firebirdsql.gds
Interface ServiceRequestBuffer
public interface ServiceRequestBuffer
Instance of this interface represents a Service Request Buffer from the
Firebird API documentation and specifies the attributes for the Services API
operation.
Method Summary |
void |
addArgument(int argumentType)
Set a void (valueless) parameter on this
ServiceRequestBuffer . |
void |
addArgument(int argumentType,
byte value)
Set a byte parameter on this
ServiceRequestBuffer . |
void |
addArgument(int argumentType,
int value)
Set an int parameter on this
ServiceRequestBuffer . |
void |
addArgument(int argumentType,
java.lang.String value)
Set a String parameter on this
ServiceRequestBuffer . |
ACTION_BACKUP
static final int ACTION_BACKUP
- Operations that can be called via Services API. There are following
groups of operations:
- backup/restore
- database repair
- user management
- changing the database properties
- license management
- database and server information
- See Also:
- Constant Field Values
ACTION_RESTORE
static final int ACTION_RESTORE
- See Also:
- Constant Field Values
ACTION_REPAIR
static final int ACTION_REPAIR
- See Also:
- Constant Field Values
ACTION_ADD_USER
static final int ACTION_ADD_USER
- See Also:
- Constant Field Values
ACTION_DELETE_USER
static final int ACTION_DELETE_USER
- See Also:
- Constant Field Values
ACTION_MODIFY_USER
static final int ACTION_MODIFY_USER
- See Also:
- Constant Field Values
ACTION_DISPLAY_USER
static final int ACTION_DISPLAY_USER
- See Also:
- Constant Field Values
ACTION_SET_DB_PROPERTIES
static final int ACTION_SET_DB_PROPERTIES
- See Also:
- Constant Field Values
ACTION_ADD_LICENSE
static final int ACTION_ADD_LICENSE
- See Also:
- Constant Field Values
ACTION_REMOVE_LICENSE
static final int ACTION_REMOVE_LICENSE
- See Also:
- Constant Field Values
ACTION_DB_STATS
static final int ACTION_DB_STATS
- See Also:
- Constant Field Values
ACTION_GET_SERVER_LOG
static final int ACTION_GET_SERVER_LOG
- See Also:
- Constant Field Values
INFO_SVR_DB_INFO
static final int INFO_SVR_DB_INFO
- Constants for GDS.iscServiceQuery(...) call
- See Also:
- Constant Field Values
INFO_GET_LICENSE
static final int INFO_GET_LICENSE
- See Also:
- Constant Field Values
INFO_GET_LICENSE_MASK
static final int INFO_GET_LICENSE_MASK
- See Also:
- Constant Field Values
INFO_GET_CONFIG
static final int INFO_GET_CONFIG
- See Also:
- Constant Field Values
INFO_SVC_MGR_VERSION
static final int INFO_SVC_MGR_VERSION
- See Also:
- Constant Field Values
INFO_SERVER_VERSION
static final int INFO_SERVER_VERSION
- See Also:
- Constant Field Values
INFO_IMPLEMENTATION
static final int INFO_IMPLEMENTATION
- See Also:
- Constant Field Values
INFO_CAPABILITIES
static final int INFO_CAPABILITIES
- See Also:
- Constant Field Values
INFO_USER_DB_PATH
static final int INFO_USER_DB_PATH
- See Also:
- Constant Field Values
INFO_GET_ENV
static final int INFO_GET_ENV
- See Also:
- Constant Field Values
INFO_GET_ENV_LOCK
static final int INFO_GET_ENV_LOCK
- See Also:
- Constant Field Values
INFO_GET_ENV_MSG
static final int INFO_GET_ENV_MSG
- See Also:
- Constant Field Values
INFO_GET_OUTPUT_LINE
static final int INFO_GET_OUTPUT_LINE
- See Also:
- Constant Field Values
INFO_GET_OUTPUT_TO_EOF
static final int INFO_GET_OUTPUT_TO_EOF
- See Also:
- Constant Field Values
INFO_TIMEOUT
static final int INFO_TIMEOUT
- See Also:
- Constant Field Values
INFO_GET_LICENSED_USERS
static final int INFO_GET_LICENSED_USERS
- See Also:
- Constant Field Values
INFO_RUNNING
static final int INFO_RUNNING
- See Also:
- Constant Field Values
INFO_GET_USERS
static final int INFO_GET_USERS
- See Also:
- Constant Field Values
INFO_LIMBO_TRANSACTIONS
static final int INFO_LIMBO_TRANSACTIONS
- See Also:
- Constant Field Values
INFO_SINGLE_TRANSACTION_ID
static final int INFO_SINGLE_TRANSACTION_ID
- See Also:
- Constant Field Values
INFO_MULTI_TRANSACTION_ID
static final int INFO_MULTI_TRANSACTION_ID
- See Also:
- Constant Field Values
INFO_TRANSACTION_HOST_SITE
static final int INFO_TRANSACTION_HOST_SITE
- See Also:
- Constant Field Values
INFO_TRANSACTION_REMOTE_SITE
static final int INFO_TRANSACTION_REMOTE_SITE
- See Also:
- Constant Field Values
INFO_TRANSACTION_DB_PATH
static final int INFO_TRANSACTION_DB_PATH
- See Also:
- Constant Field Values
INFO_TRANSACTION_ADVICE
static final int INFO_TRANSACTION_ADVICE
- See Also:
- Constant Field Values
INFO_TRANSACTION_ADVICE_COMMIT
static final int INFO_TRANSACTION_ADVICE_COMMIT
- See Also:
- Constant Field Values
INFO_TRANSACTION_ADVICE_ROLLBACK
static final int INFO_TRANSACTION_ADVICE_ROLLBACK
- See Also:
- Constant Field Values
INFO_TRANSACTION_ADVICE_UNKNOWN
static final int INFO_TRANSACTION_ADVICE_UNKNOWN
- See Also:
- Constant Field Values
INFO_TRANSACTION_STATE
static final int INFO_TRANSACTION_STATE
- See Also:
- Constant Field Values
INFO_TRANSACTION_STATE_COMMIT
static final int INFO_TRANSACTION_STATE_COMMIT
- See Also:
- Constant Field Values
INFO_TRANSACTION_STATE_ROLLBACK
static final int INFO_TRANSACTION_STATE_ROLLBACK
- See Also:
- Constant Field Values
INFO_TRANSACTION_STATE_LIMBO
static final int INFO_TRANSACTION_STATE_LIMBO
- See Also:
- Constant Field Values
INFO_TRANSACTION_STATE_UNKNOWN
static final int INFO_TRANSACTION_STATE_UNKNOWN
- See Also:
- Constant Field Values
INFO_FLAG_END
static final int INFO_FLAG_END
- See Also:
- Constant Field Values
SECURITY_USERID
static final int SECURITY_USERID
- Parameters for ACTION_ADD_USER, ACTION_DELETE_USER, ACTION_MODIFY_USER,
and ACTION_DISPLAY_USER service calls.
- See Also:
- Constant Field Values
SECURITY_GROUPID
static final int SECURITY_GROUPID
- See Also:
- Constant Field Values
SECURITY_USER_NAME
static final int SECURITY_USER_NAME
- See Also:
- Constant Field Values
SECURITY_PASSWORD
static final int SECURITY_PASSWORD
- See Also:
- Constant Field Values
SECURITY_GROUPNAME
static final int SECURITY_GROUPNAME
- See Also:
- Constant Field Values
SECURITY_FIRST_NAME
static final int SECURITY_FIRST_NAME
- See Also:
- Constant Field Values
SECURITY_MIDDLE_NAME
static final int SECURITY_MIDDLE_NAME
- See Also:
- Constant Field Values
SECURITY_LAST_NAME
static final int SECURITY_LAST_NAME
- See Also:
- Constant Field Values
LICENSE_KEY
static final int LICENSE_KEY
- Parameters for ACTION_ADD_LICENSE and ACTION_REMOVE_LICENSE calls.
- See Also:
- Constant Field Values
LICENSE_ID
static final int LICENSE_ID
- See Also:
- Constant Field Values
LICENSE_DESCRIPTION
static final int LICENSE_DESCRIPTION
- See Also:
- Constant Field Values
BACKUP_DB_NAME
static final int BACKUP_DB_NAME
- Parameters for ACTION_BACKUP call.
- See Also:
- Constant Field Values
BACKUP_FILE
static final int BACKUP_FILE
- See Also:
- Constant Field Values
BACKUP_LENGTH
static final int BACKUP_LENGTH
- See Also:
- Constant Field Values
BACKUP_FACTOR
static final int BACKUP_FACTOR
- See Also:
- Constant Field Values
BACKUP_OPTIONS
static final int BACKUP_OPTIONS
- See Also:
- Constant Field Values
BACKUP_IGNORE_CHECKSUMS
static final int BACKUP_IGNORE_CHECKSUMS
- See Also:
- Constant Field Values
BACKUP_IGNORE_LIMBO
static final int BACKUP_IGNORE_LIMBO
- See Also:
- Constant Field Values
BACKUP_METADATA_ONLY
static final int BACKUP_METADATA_ONLY
- See Also:
- Constant Field Values
BACKUP_NO_GARBAGE_COLLECT
static final int BACKUP_NO_GARBAGE_COLLECT
- See Also:
- Constant Field Values
BACKUP_OLD_DESCRIPTIONS
static final int BACKUP_OLD_DESCRIPTIONS
- See Also:
- Constant Field Values
BACKUP_NON_TRANSPORTABLE
static final int BACKUP_NON_TRANSPORTABLE
- See Also:
- Constant Field Values
BACKUP_CONVERT
static final int BACKUP_CONVERT
- See Also:
- Constant Field Values
BACKUP_EXPAND
static final int BACKUP_EXPAND
- See Also:
- Constant Field Values
RESTORE_DB_NAME
static final int RESTORE_DB_NAME
- Parameters for ACTION_RESTORE call.
- See Also:
- Constant Field Values
RESTORE_BACKUP_PATH
static final int RESTORE_BACKUP_PATH
- See Also:
- Constant Field Values
RESTORE_LENGTH
static final int RESTORE_LENGTH
- See Also:
- Constant Field Values
RESTORE_BUFFERS
static final int RESTORE_BUFFERS
- See Also:
- Constant Field Values
RESTORE_PAGE_SIZE
static final int RESTORE_PAGE_SIZE
- See Also:
- Constant Field Values
RESTORE_ACCESS_MODE
static final int RESTORE_ACCESS_MODE
- See Also:
- Constant Field Values
RESTORE_ACCESS_MODE_READONLY
static final int RESTORE_ACCESS_MODE_READONLY
- See Also:
- Constant Field Values
RESTORE_ACCESS_MODE_READWRITE
static final int RESTORE_ACCESS_MODE_READWRITE
- See Also:
- Constant Field Values
RESTORE_OPTIONS
static final int RESTORE_OPTIONS
- See Also:
- Constant Field Values
RESTORE_DEACTIVATE_IDX
static final int RESTORE_DEACTIVATE_IDX
- See Also:
- Constant Field Values
RESTORE_NO_SHADOW
static final int RESTORE_NO_SHADOW
- See Also:
- Constant Field Values
RESTORE_NO_VALIDITY
static final int RESTORE_NO_VALIDITY
- See Also:
- Constant Field Values
RESTORE_ONE_AT_A_TIME
static final int RESTORE_ONE_AT_A_TIME
- See Also:
- Constant Field Values
RESTORE_OVERWRITE
static final int RESTORE_OVERWRITE
- See Also:
- Constant Field Values
RESTORE_CREATE
static final int RESTORE_CREATE
- See Also:
- Constant Field Values
RESTORE_USE_ALL_SPACE
static final int RESTORE_USE_ALL_SPACE
- See Also:
- Constant Field Values
PROPS_DB_NAME
static final int PROPS_DB_NAME
- Parameters for setting database properties.
- See Also:
- Constant Field Values
PROPS_BUFFERS
static final int PROPS_BUFFERS
- See Also:
- Constant Field Values
PROPS_SWEEP_INTERVAL
static final int PROPS_SWEEP_INTERVAL
- See Also:
- Constant Field Values
PROPS_SHUTDOWN_DB
static final int PROPS_SHUTDOWN_DB
- See Also:
- Constant Field Values
PROPS_DENY_NEW_TRANSACTIONS
static final int PROPS_DENY_NEW_TRANSACTIONS
- See Also:
- Constant Field Values
PROPS_DENY_NEW_ATTACHMENTS
static final int PROPS_DENY_NEW_ATTACHMENTS
- See Also:
- Constant Field Values
PROPS_SET_SQL_DIALECT
static final int PROPS_SET_SQL_DIALECT
- See Also:
- Constant Field Values
PROPS_RESERVE_SPACE
static final int PROPS_RESERVE_SPACE
- See Also:
- Constant Field Values
PROPS_RESERVE_USE_ALL_SPACE
static final int PROPS_RESERVE_USE_ALL_SPACE
- See Also:
- Constant Field Values
PROPS_RESERVE_VERSIONS
static final int PROPS_RESERVE_VERSIONS
- See Also:
- Constant Field Values
PROPS_WRITE_MODE
static final int PROPS_WRITE_MODE
- See Also:
- Constant Field Values
PROPS_WRITE_MODE_ASYNC
static final int PROPS_WRITE_MODE_ASYNC
- See Also:
- Constant Field Values
PROPS_WRITE_MODE_SYNC
static final int PROPS_WRITE_MODE_SYNC
- See Also:
- Constant Field Values
PROPS_ACCESS_MODE
static final int PROPS_ACCESS_MODE
- See Also:
- Constant Field Values
PROPS_ACCESS_MODE_READONLY
static final int PROPS_ACCESS_MODE_READONLY
- See Also:
- Constant Field Values
PROPS_ACCESS_MODE_READWRITE
static final int PROPS_ACCESS_MODE_READWRITE
- See Also:
- Constant Field Values
PROPS_OPTIONS
static final int PROPS_OPTIONS
- See Also:
- Constant Field Values
PROPS_ACTIVATE_SHADOW
static final int PROPS_ACTIVATE_SHADOW
- See Also:
- Constant Field Values
PROPS_DB_ONLINE
static final int PROPS_DB_ONLINE
- See Also:
- Constant Field Values
REPAIR_DB_NAME
static final int REPAIR_DB_NAME
- Parameters for database repair.
- See Also:
- Constant Field Values
REPAIR_COMMIT_TRANSACTIONS
static final int REPAIR_COMMIT_TRANSACTIONS
- See Also:
- Constant Field Values
REPAIR_ROLLBACK_TRANSACTIONS
static final int REPAIR_ROLLBACK_TRANSACTIONS
- See Also:
- Constant Field Values
REPAIR_RECOVER_TWO_PHASE
static final int REPAIR_RECOVER_TWO_PHASE
- See Also:
- Constant Field Values
REPAIR_TRANSACTION_ID
static final int REPAIR_TRANSACTION_ID
- See Also:
- Constant Field Values
REPAIR_OPTIONS
static final int REPAIR_OPTIONS
- See Also:
- Constant Field Values
REPAIR_VALIDATE_DB
static final int REPAIR_VALIDATE_DB
- See Also:
- Constant Field Values
REPAIR_SWEEP_DB
static final int REPAIR_SWEEP_DB
- See Also:
- Constant Field Values
REPAIR_MEND_DB
static final int REPAIR_MEND_DB
- See Also:
- Constant Field Values
REPAIR_LIST_LIMBO_TRANSACTIONS
static final int REPAIR_LIST_LIMBO_TRANSACTIONS
- See Also:
- Constant Field Values
REPAIR_CHECK_DB
static final int REPAIR_CHECK_DB
- See Also:
- Constant Field Values
REPAIR_IGNORE_CHECKSUM
static final int REPAIR_IGNORE_CHECKSUM
- See Also:
- Constant Field Values
REPAIR_KILL_SHADOWS
static final int REPAIR_KILL_SHADOWS
- See Also:
- Constant Field Values
REPAIR_FULL
static final int REPAIR_FULL
- See Also:
- Constant Field Values
STATS_DB_NAME
static final int STATS_DB_NAME
- Parameters for database statistics.
- See Also:
- Constant Field Values
STATS_OPTIONS
static final int STATS_OPTIONS
- See Also:
- Constant Field Values
STATS_DATA_PAGES
static final int STATS_DATA_PAGES
- See Also:
- Constant Field Values
STATS_DB_LOG
static final int STATS_DB_LOG
- See Also:
- Constant Field Values
STATS_HEADER_PAGES
static final int STATS_HEADER_PAGES
- See Also:
- Constant Field Values
STATS_INDEX_PAGES
static final int STATS_INDEX_PAGES
- See Also:
- Constant Field Values
STATS_SYSTEM_RELATIONS
static final int STATS_SYSTEM_RELATIONS
- See Also:
- Constant Field Values
STATS_RECORD_VERSIONS
static final int STATS_RECORD_VERSIONS
- See Also:
- Constant Field Values
STATS_TABLE
static final int STATS_TABLE
- See Also:
- Constant Field Values
STATS_NOCREATION
static final int STATS_NOCREATION
- See Also:
- Constant Field Values
addArgument
void addArgument(int argumentType)
- Set a void (valueless) parameter on this
ServiceRequestBuffer
.
- Parameters:
argumentType
- The parameter to be set
addArgument
void addArgument(int argumentType,
java.lang.String value)
- Set a
String
parameter on this
ServiceRequestBuffer
.
- Parameters:
argumentType
- The parameter to be setvalue
- The value to set for the given parameter
addArgument
void addArgument(int argumentType,
int value)
- Set an
int
parameter on this
ServiceRequestBuffer
.
- Parameters:
argumentType
- The parameter to be setvalue
- The value to set for the given parameter
addArgument
void addArgument(int argumentType,
byte value)
- Set a
byte
parameter on this
ServiceRequestBuffer
.
- Parameters:
argumentType
- The parameter to be setvalue
- The value to the set for the given parameter
Copyright © 2001 David Jencks and other authors. All rights reserved.