IBX.IBServices
Defines classes and types for general InterBase Express services.
Package | ibxpress290.bpl |
---|
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
TBackupOption | |
TBackupOptions | TBackupOption and TBackupOptions indicate how TIBBackupService performs database backup. |
TIBAliasInfos | |
TIBEncryptionTypes | Enumeration for encryption types. |
TIBJournalFileInfo | |
TIBJournalFileInfoArray | |
TIBLoginEvent | |
TIBTablespaceInfo | |
TIBTablespaceStruct | |
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. |
TRestoreType | |
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. |
TSPBConstants | |
TStatOption | |
TStatOptions | TStatOption and TStatOptions indicate the different statistical information available about a database. |
TTablespaceDumpLocation | |
TTablespaceDumpLocations | |
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. |
Constants
DefaultBufferSize | DefaultBufferSize: Integer = $7D00; |
SPBPrefix | SPBPrefix: string = isc_spb_; |