- All Superinterfaces:
Iterable<Parameter>
,ParameterBuffer
,Serializable
- All Known Implementing Classes:
ServiceRequestBufferImp
Instance of this interface represents a Service Request Buffer from the
Firebird API documentation and specifies the attributes for the Services API
operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
********************************************************************** Operations that can be called via Services API.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
********************************************************************** Parameters for ACTION_BACKUP call.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
*********************************************************************** Constants for GDS.iscServiceQuery(...) callstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
********************************************************************** Parameters for ACTION_ADD_LICENSE and ACTION_REMOVE_LICENSE calls.static final int
static final int
static final int
static final int
static final int
static final int
********************************************************************** Parameters for setting database properties.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
********************************************************************** Parameters for database repair.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
********************************************************************** Parameters for ACTION_RESTORE call.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
********************************************************************** Parameters for ACTION_ADD_USER, ACTION_DELETE_USER, ACTION_MODIFY_USER, and ACTION_DISPLAY_USER service calls.static final int
static final int
static final int
********************************************************************** Parameters for database statistics.static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.firebirdsql.gds.ParameterBuffer
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
-
Field Details
-
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:
-
ACTION_RESTORE
static final int ACTION_RESTORE- See Also:
-
ACTION_REPAIR
static final int ACTION_REPAIR- See Also:
-
ACTION_ADD_USER
static final int ACTION_ADD_USER- See Also:
-
ACTION_DELETE_USER
static final int ACTION_DELETE_USER- See Also:
-
ACTION_MODIFY_USER
static final int ACTION_MODIFY_USER- See Also:
-
ACTION_DISPLAY_USER
static final int ACTION_DISPLAY_USER- See Also:
-
ACTION_SET_DB_PROPERTIES
static final int ACTION_SET_DB_PROPERTIES- See Also:
-
ACTION_ADD_LICENSE
static final int ACTION_ADD_LICENSE- See Also:
-
ACTION_REMOVE_LICENSE
static final int ACTION_REMOVE_LICENSE- See Also:
-
ACTION_DB_STATS
static final int ACTION_DB_STATS- See Also:
-
ACTION_GET_SERVER_LOG
static final int ACTION_GET_SERVER_LOG- See Also:
-
INFO_SVR_DB_INFO
static final int INFO_SVR_DB_INFO*********************************************************************** Constants for GDS.iscServiceQuery(...) call- See Also:
-
INFO_GET_LICENSE
static final int INFO_GET_LICENSE- See Also:
-
INFO_GET_LICENSE_MASK
static final int INFO_GET_LICENSE_MASK- See Also:
-
INFO_GET_CONFIG
static final int INFO_GET_CONFIG- See Also:
-
INFO_SVC_MGR_VERSION
static final int INFO_SVC_MGR_VERSION- See Also:
-
INFO_SERVER_VERSION
static final int INFO_SERVER_VERSION- See Also:
-
INFO_IMPLEMENTATION
static final int INFO_IMPLEMENTATION- See Also:
-
INFO_CAPABILITIES
static final int INFO_CAPABILITIES- See Also:
-
INFO_USER_DB_PATH
static final int INFO_USER_DB_PATH- See Also:
-
INFO_GET_ENV
static final int INFO_GET_ENV- See Also:
-
INFO_GET_ENV_LOCK
static final int INFO_GET_ENV_LOCK- See Also:
-
INFO_GET_ENV_MSG
static final int INFO_GET_ENV_MSG- See Also:
-
INFO_GET_OUTPUT_LINE
static final int INFO_GET_OUTPUT_LINE- See Also:
-
INFO_GET_OUTPUT_TO_EOF
static final int INFO_GET_OUTPUT_TO_EOF- See Also:
-
INFO_TIMEOUT
static final int INFO_TIMEOUT- See Also:
-
INFO_GET_LICENSED_USERS
static final int INFO_GET_LICENSED_USERS- See Also:
-
INFO_RUNNING
static final int INFO_RUNNING- See Also:
-
INFO_GET_USERS
static final int INFO_GET_USERS- See Also:
-
INFO_LIMBO_TRANSACTIONS
static final int INFO_LIMBO_TRANSACTIONS- See Also:
-
INFO_SINGLE_TRANSACTION_ID
static final int INFO_SINGLE_TRANSACTION_ID- See Also:
-
INFO_MULTI_TRANSACTION_ID
static final int INFO_MULTI_TRANSACTION_ID- See Also:
-
INFO_TRANSACTION_HOST_SITE
static final int INFO_TRANSACTION_HOST_SITE- See Also:
-
INFO_TRANSACTION_REMOTE_SITE
static final int INFO_TRANSACTION_REMOTE_SITE- See Also:
-
INFO_TRANSACTION_DB_PATH
static final int INFO_TRANSACTION_DB_PATH- See Also:
-
INFO_TRANSACTION_ADVICE
static final int INFO_TRANSACTION_ADVICE- See Also:
-
INFO_TRANSACTION_ADVICE_COMMIT
static final int INFO_TRANSACTION_ADVICE_COMMIT- See Also:
-
INFO_TRANSACTION_ADVICE_ROLLBACK
static final int INFO_TRANSACTION_ADVICE_ROLLBACK- See Also:
-
INFO_TRANSACTION_ADVICE_UNKNOWN
static final int INFO_TRANSACTION_ADVICE_UNKNOWN- See Also:
-
INFO_TRANSACTION_STATE
static final int INFO_TRANSACTION_STATE- See Also:
-
INFO_TRANSACTION_STATE_COMMIT
static final int INFO_TRANSACTION_STATE_COMMIT- See Also:
-
INFO_TRANSACTION_STATE_ROLLBACK
static final int INFO_TRANSACTION_STATE_ROLLBACK- See Also:
-
INFO_TRANSACTION_STATE_LIMBO
static final int INFO_TRANSACTION_STATE_LIMBO- See Also:
-
INFO_TRANSACTION_STATE_UNKNOWN
static final int INFO_TRANSACTION_STATE_UNKNOWN- See Also:
-
INFO_FLAG_END
static final int INFO_FLAG_END- See Also:
-
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:
-
SECURITY_GROUPID
static final int SECURITY_GROUPID- See Also:
-
SECURITY_USER_NAME
static final int SECURITY_USER_NAME- See Also:
-
SECURITY_PASSWORD
static final int SECURITY_PASSWORD- See Also:
-
SECURITY_GROUPNAME
static final int SECURITY_GROUPNAME- See Also:
-
SECURITY_FIRST_NAME
static final int SECURITY_FIRST_NAME- See Also:
-
SECURITY_MIDDLE_NAME
static final int SECURITY_MIDDLE_NAME- See Also:
-
SECURITY_LAST_NAME
static final int SECURITY_LAST_NAME- See Also:
-
LICENSE_KEY
static final int LICENSE_KEY********************************************************************** Parameters for ACTION_ADD_LICENSE and ACTION_REMOVE_LICENSE calls.- See Also:
-
LICENSE_ID
static final int LICENSE_ID- See Also:
-
LICENSE_DESCRIPTION
static final int LICENSE_DESCRIPTION- See Also:
-
BACKUP_DB_NAME
static final int BACKUP_DB_NAME********************************************************************** Parameters for ACTION_BACKUP call.- See Also:
-
BACKUP_FILE
static final int BACKUP_FILE- See Also:
-
BACKUP_LENGTH
static final int BACKUP_LENGTH- See Also:
-
BACKUP_FACTOR
static final int BACKUP_FACTOR- See Also:
-
BACKUP_OPTIONS
static final int BACKUP_OPTIONS- See Also:
-
BACKUP_IGNORE_CHECKSUMS
static final int BACKUP_IGNORE_CHECKSUMS- See Also:
-
BACKUP_IGNORE_LIMBO
static final int BACKUP_IGNORE_LIMBO- See Also:
-
BACKUP_METADATA_ONLY
static final int BACKUP_METADATA_ONLY- See Also:
-
BACKUP_NO_GARBAGE_COLLECT
static final int BACKUP_NO_GARBAGE_COLLECT- See Also:
-
BACKUP_OLD_DESCRIPTIONS
static final int BACKUP_OLD_DESCRIPTIONS- See Also:
-
BACKUP_NON_TRANSPORTABLE
static final int BACKUP_NON_TRANSPORTABLE- See Also:
-
BACKUP_CONVERT
static final int BACKUP_CONVERT- See Also:
-
BACKUP_EXPAND
static final int BACKUP_EXPAND- See Also:
-
RESTORE_DB_NAME
static final int RESTORE_DB_NAME********************************************************************** Parameters for ACTION_RESTORE call.- See Also:
-
RESTORE_BACKUP_PATH
static final int RESTORE_BACKUP_PATH- See Also:
-
RESTORE_LENGTH
static final int RESTORE_LENGTH- See Also:
-
RESTORE_BUFFERS
static final int RESTORE_BUFFERS- See Also:
-
RESTORE_PAGE_SIZE
static final int RESTORE_PAGE_SIZE- See Also:
-
RESTORE_ACCESS_MODE
static final int RESTORE_ACCESS_MODE- See Also:
-
RESTORE_ACCESS_MODE_READONLY
static final int RESTORE_ACCESS_MODE_READONLY- See Also:
-
RESTORE_ACCESS_MODE_READWRITE
static final int RESTORE_ACCESS_MODE_READWRITE- See Also:
-
RESTORE_OPTIONS
static final int RESTORE_OPTIONS- See Also:
-
RESTORE_DEACTIVATE_IDX
static final int RESTORE_DEACTIVATE_IDX- See Also:
-
RESTORE_NO_SHADOW
static final int RESTORE_NO_SHADOW- See Also:
-
RESTORE_NO_VALIDITY
static final int RESTORE_NO_VALIDITY- See Also:
-
RESTORE_ONE_AT_A_TIME
static final int RESTORE_ONE_AT_A_TIME- See Also:
-
RESTORE_OVERWRITE
static final int RESTORE_OVERWRITE- See Also:
-
RESTORE_CREATE
static final int RESTORE_CREATE- See Also:
-
RESTORE_USE_ALL_SPACE
static final int RESTORE_USE_ALL_SPACE- See Also:
-
PROPS_DB_NAME
static final int PROPS_DB_NAME********************************************************************** Parameters for setting database properties.- See Also:
-
PROPS_BUFFERS
static final int PROPS_BUFFERS- See Also:
-
PROPS_SWEEP_INTERVAL
static final int PROPS_SWEEP_INTERVAL- See Also:
-
PROPS_SHUTDOWN_DB
static final int PROPS_SHUTDOWN_DB- See Also:
-
PROPS_DENY_NEW_TRANSACTIONS
static final int PROPS_DENY_NEW_TRANSACTIONS- See Also:
-
PROPS_DENY_NEW_ATTACHMENTS
static final int PROPS_DENY_NEW_ATTACHMENTS- See Also:
-
PROPS_SET_SQL_DIALECT
static final int PROPS_SET_SQL_DIALECT- See Also:
-
PROPS_RESERVE_SPACE
static final int PROPS_RESERVE_SPACE- See Also:
-
PROPS_RESERVE_USE_ALL_SPACE
static final int PROPS_RESERVE_USE_ALL_SPACE- See Also:
-
PROPS_RESERVE_VERSIONS
static final int PROPS_RESERVE_VERSIONS- See Also:
-
PROPS_WRITE_MODE
static final int PROPS_WRITE_MODE- See Also:
-
PROPS_WRITE_MODE_ASYNC
static final int PROPS_WRITE_MODE_ASYNC- See Also:
-
PROPS_WRITE_MODE_SYNC
static final int PROPS_WRITE_MODE_SYNC- See Also:
-
PROPS_ACCESS_MODE
static final int PROPS_ACCESS_MODE- See Also:
-
PROPS_ACCESS_MODE_READONLY
static final int PROPS_ACCESS_MODE_READONLY- See Also:
-
PROPS_ACCESS_MODE_READWRITE
static final int PROPS_ACCESS_MODE_READWRITE- See Also:
-
PROPS_OPTIONS
static final int PROPS_OPTIONS- See Also:
-
PROPS_ACTIVATE_SHADOW
static final int PROPS_ACTIVATE_SHADOW- See Also:
-
PROPS_DB_ONLINE
static final int PROPS_DB_ONLINE- See Also:
-
REPAIR_DB_NAME
static final int REPAIR_DB_NAME********************************************************************** Parameters for database repair.- See Also:
-
REPAIR_COMMIT_TRANSACTIONS
static final int REPAIR_COMMIT_TRANSACTIONS- See Also:
-
REPAIR_ROLLBACK_TRANSACTIONS
static final int REPAIR_ROLLBACK_TRANSACTIONS- See Also:
-
REPAIR_RECOVER_TWO_PHASE
static final int REPAIR_RECOVER_TWO_PHASE- See Also:
-
REPAIR_TRANSACTION_ID
static final int REPAIR_TRANSACTION_ID- See Also:
-
REPAIR_OPTIONS
static final int REPAIR_OPTIONS- See Also:
-
REPAIR_VALIDATE_DB
static final int REPAIR_VALIDATE_DB- See Also:
-
REPAIR_SWEEP_DB
static final int REPAIR_SWEEP_DB- See Also:
-
REPAIR_MEND_DB
static final int REPAIR_MEND_DB- See Also:
-
REPAIR_LIST_LIMBO_TRANSACTIONS
static final int REPAIR_LIST_LIMBO_TRANSACTIONS- See Also:
-
REPAIR_CHECK_DB
static final int REPAIR_CHECK_DB- See Also:
-
REPAIR_IGNORE_CHECKSUM
static final int REPAIR_IGNORE_CHECKSUM- See Also:
-
REPAIR_KILL_SHADOWS
static final int REPAIR_KILL_SHADOWS- See Also:
-
REPAIR_FULL
static final int REPAIR_FULL- See Also:
-
STATS_DB_NAME
static final int STATS_DB_NAME********************************************************************** Parameters for database statistics.- See Also:
-
STATS_OPTIONS
static final int STATS_OPTIONS- See Also:
-
STATS_DATA_PAGES
static final int STATS_DATA_PAGES- See Also:
-
STATS_DB_LOG
static final int STATS_DB_LOG- See Also:
-
STATS_HEADER_PAGES
static final int STATS_HEADER_PAGES- See Also:
-
STATS_INDEX_PAGES
static final int STATS_INDEX_PAGES- See Also:
-
STATS_SYSTEM_RELATIONS
static final int STATS_SYSTEM_RELATIONS- See Also:
-
STATS_RECORD_VERSIONS
static final int STATS_RECORD_VERSIONS- See Also:
-
STATS_TABLE
static final int STATS_TABLE- See Also:
-
STATS_NOCREATION
static final int STATS_NOCREATION- See Also:
-