Show: Delphi
C++
Display Preferences
IBServices
From XE2 API Documentation
Contents |
Classes
| TConfigFileData | |
| TConfigParams | TConfigFileData and TConfigParams hold configuration information about an InterBase server |
| TDatabaseInfo | TDatabaseInfo stores information about an InterBase database. |
| TIBAliasInfo | |
| TIBBackupRestoreService | TIBBackupRestoreService is the ancestor object from which TIBBackupService and TIBRestoreService are derived. |
| TIBBackupService | TIBBackupService allows you to back up your database. |
| TIBConfigService | TIBConfigService configures the database parameters |
| TIBControlAndQueryService | TIBControlAndQueryService is the ancestor object from which the log, statistical, validation, security, and backup and restore IBService components descend. |
| TIBControlService | TIBControlService is the ancestor object from which the structured and unstructured IBService components descend. |
| TIBCustomConfigService | |
| TIBCustomService | TIBCustomService is the ancestor object from which all IBService components descend. |
| TIBJournalInformation | |
| TIBLicensingService | TIBLicensingService configures the licensing parameters |
| TIBLogService | TIBLogService returns the contents of the interbase.log file from a server. |
| TIBRestoreService | TIBRestoreService allows you to restore your database. |
| TIBSecurityService | TIBSecurityService enables you to manage user access to the InterBase server. |
| TIBServerProperties | TIBServerProperties returns database server information. |
| TIBStatisticalService | TIBStatisticalService allows you to view database statistics. |
| TIBValidationService | TIBValidationService enables you to validate your database and reconcile your database transactions. |
| TLicenseInfo | TLicenseInfo stores information about licensed users. |
| TLicenseMaskInfo | TLicenseMaskInfo indicates the software activation certificate options enabled on the server. |
| TLimboTransactionInfo | TLimboTransactionInfo stores information about a limbo transaction. |
| TUserInfo | TUserInfo stores information about an InterBase user for the security service. |
| TVersionInfo | TVersionInfo represents version information about an InterBase server. |
Types
| Ibservices | |
| TBackupOption | |
| TBackupOptions | TBackupOption and TBackupOptions indicate how TIBBackupService performs database backup. |
| TIBAliasInfos | |
| TIBLoginEvent | |
| TLicensingAction | TLicensingAction indicates whether to add or remove InterBase software activation certificates. |
| TLimboTransactionInfos | |
| TOutputBufferOption | |
| TPropertyOption | |
| TPropertyOptions | TPropertyOption and TPropertyOptions indicate groups of InterBase server properties. |
| TProtocol | TProtocol identifies a network protocol. |
| TRestoreOption | |
| TRestoreOptions | TRestoreOption and TRestoreOptions indicate what operations take place when restoring an InterBase database. |
| TSecurityAction | TSecurityAction indicates what operation the InterBase security service should perform. |
| TSecurityModifyParam | |
| TSecurityModifyParams | |
| TShutdownMode | TShutdownMode indicates what steps to take when shutting down the InterBase database. |
| TStatOption | |
| TStatOptions | TStatOption and TStatOptions indicate the different statistical information available about a database. |
| TTransactionAction | TTransactionAction indicates the action a transaction can take when it times out. |
| TTransactionAdvise | |
| TTransactionGlobalAction | TTransactionGlobalAction indicates the action to take on a set of transactions. |
| TTransactionState | |
| TUserInfos | |
| TValidateOption | |
| TValidateOptions | TValidateOption and TValidateOptions indicate what operations the validation service should perform when restoring a database. |
Variables
| SPBConstantNames | SPBConstantNames: :1; |
| SPBConstantValues | SPBConstantValues: array[1..15] of Integer; |
| TIBAliasInfos | |
| TLimboTransactionInfos | |
| TUserInfos |
Constants
| ActionAddUser | ActionAddUser: TSecurityAction = ActionAddUser; |
| ActionDeleteUser | ActionDeleteUser: TSecurityAction = ActionDeleteUser; |
| ActionDisplayUser | ActionDisplayUser: TSecurityAction = ActionDisplayUser; |
| ActionModifyUser | ActionModifyUser: TSecurityAction = ActionModifyUser; |
| ByChunk | ByChunk: TOutputBufferOption = ByChunk; |
| ByLine | ByLine: TOutputBufferOption = ByLine; |
| CheckDB | CheckDB: TValidateOption = CheckDB; |
| CommitAction | CommitAction: TTransactionAction = CommitAction; |
| CommitAdvise | CommitAdvise: TTransactionAdvise = CommitAdvise; |
| CommitGlobal | CommitGlobal: TTransactionGlobalAction = CommitGlobal; |
| CommitState | CommitState: TTransactionState = CommitState; |
| ConfigParameters | ConfigParameters: TPropertyOption = ConfigParameters; |
| ConvertExtTables | ConvertExtTables: TBackupOption = ConvertExtTables; |
| CreateNewDB | CreateNewDB: TRestoreOption = CreateNewDB; |
| Database | Database: TPropertyOption = Database; |
| DataPages | DataPages: TStatOption = DataPages; |
| DBAlias | DBAlias: TPropertyOption = DBAlias; |
| DbLog | DbLog: TStatOption = DbLog; |
| DeactivateIndexes | DeactivateIndexes: TRestoreOption = DeactivateIndexes; |
| DefaultBufferSize | DefaultBufferSize: Integer = $7D00; |
| DenyAttachment | DenyAttachment: TShutdownMode = DenyAttachment; |
| DenyTransaction | DenyTransaction: TShutdownMode = DenyTransaction; |
| Forced | Forced: TShutdownMode = Forced; |
| HeaderPages | HeaderPages: TStatOption = HeaderPages; |
| IgnoreChecksum | IgnoreChecksum: TValidateOption = IgnoreChecksum; |
| IgnoreChecksums | IgnoreChecksums: TBackupOption = IgnoreChecksums; |
| IgnoreLimbo | IgnoreLimbo: TBackupOption = IgnoreLimbo; |
| IndexPages | IndexPages: TStatOption = IndexPages; |
| KillShadows | KillShadows: TValidateOption = KillShadows; |
| License | License: TPropertyOption = License; |
| LicenseAdd | LicenseAdd: TLicensingAction = LicenseAdd; |
| LicenseMask | LicenseMask: TPropertyOption = LicenseMask; |
| LicenseRemove | LicenseRemove: TLicensingAction = LicenseRemove; |
| LimboState | LimboState: TTransactionState = LimboState; |
| LimboTransactions | LimboTransactions: TValidateOption = LimboTransactions; |
| Local | Local: TProtocol = Local; |
| MendDB | MendDB: TValidateOption = MendDB; |
| MetadataOnly | MetadataOnly: TBackupOption = MetadataOnly; |
| ModifyActiveUser | ModifyActiveUser: TSecurityModifyParam = ModifyActiveUser; |
| ModifyDefaultRole | ModifyDefaultRole: TSecurityModifyParam = ModifyDefaultRole; |
| ModifyDescription | ModifyDescription: TSecurityModifyParam = ModifyDescription; |
| ModifyFirstName | ModifyFirstName: TSecurityModifyParam = ModifyFirstName; |
| ModifyGroupId | ModifyGroupId: TSecurityModifyParam = ModifyGroupId; |
| ModifyGroupName | ModifyGroupName: TSecurityModifyParam = ModifyGroupName; |
| ModifyLastName | ModifyLastName: TSecurityModifyParam = ModifyLastName; |
| ModifyMiddleName | ModifyMiddleName: TSecurityModifyParam = ModifyMiddleName; |
| ModifyPassword | ModifyPassword: TSecurityModifyParam = ModifyPassword; |
| ModifySystemUserName | ModifySystemUserName: TSecurityModifyParam = ModifySystemUserName; |
| ModifyUserId | ModifyUserId: TSecurityModifyParam = ModifyUserId; |
| NamedPipe | NamedPipe: TProtocol = NamedPipe; |
| NoGarbageCollection | NoGarbageCollection: TBackupOption = NoGarbageCollection; |
| NoGlobalAction | NoGlobalAction: TTransactionGlobalAction = NoGlobalAction; |
| NonTransportable | NonTransportable: TBackupOption = NonTransportable; |
| NoShadow | NoShadow: TRestoreOption = NoShadow; |
| NoValidityCheck | NoValidityCheck: TRestoreOption = NoValidityCheck; |
| OldMetadataDesc | OldMetadataDesc: TBackupOption = OldMetadataDesc; |
| OneRelationAtATime | OneRelationAtATime: TRestoreOption = OneRelationAtATime; |
| RecordVersions | RecordVersions: TStatOption = RecordVersions; |
| RecoverTwoPhaseGlobal | RecoverTwoPhaseGlobal: TTransactionGlobalAction = RecoverTwoPhaseGlobal; |
| Replace | Replace: TRestoreOption = Replace; |
| RollbackAction | RollbackAction: TTransactionAction = RollbackAction; |
| RollbackAdvise | RollbackAdvise: TTransactionAdvise = RollbackAdvise; |
| RollbackGlobal | RollbackGlobal: TTransactionGlobalAction = RollbackGlobal; |
| RollbackState | RollbackState: TTransactionState = RollbackState; |
| SPBConstantNames | SPBConstantNames: :1; |
| SPBConstantValues | SPBConstantValues: array[1..15] of Integer; |
| SPBPrefix | SPBPrefix: string = isc_spb_; |
| SPX | SPX: TProtocol = SPX; |
| StatTables | StatTables: TStatOption = StatTables; |
| SweepDB | SweepDB: TValidateOption = SweepDB; |
| SystemRelations | SystemRelations: TStatOption = SystemRelations; |
| TCP | TCP: TProtocol = TCP; |
| UnknownAdvise | UnknownAdvise: TTransactionAdvise = UnknownAdvise; |
| UnknownState | UnknownState: TTransactionState = UnknownState; |
| UseAllSpace | UseAllSpace: TRestoreOption = UseAllSpace; |
| ValidateDB | ValidateDB: TValidateOption = ValidateDB; |
| ValidateFull | ValidateFull: TValidateOption = ValidateFull; |
| ValidationCheck | ValidationCheck: TRestoreOption = ValidationCheck; |
| Version | Version: TPropertyOption = Version; |