Afficher : Delphi
C++
Préférences d'affichage
IB
De XE2 API Documentation
Sommaire |
Classes
| EIBClientError | EIBClientError représente une erreur propre au client dans une application InterBase Express. |
| EIBError | EIBError est la classe des exceptions pour les erreurs InterBase. |
| EIBInterBaseError | EIBInterBaseError permet de déclencher des erreurs propres au serveur. |
| EIBInterBaseRoleError | EIBInterbaseRoleError est la classe d'exception des erreurs InterBase se produisant quand un rôle de l'appelant ne possède pas suffisamment de droits. |
| EIBPlanError |
Routines
| CheckStatusVector | Active ou désactive le contrôle de vecteur d'état. |
| GetIBDataBaseErrorMessages | Renvoie le paramétrage de messages d'erreur en cours. |
| IBAlloc | Alloue ou libère une quantité de mémoire de taille donnée, et initialise la nouvelle mémoire à zéro. |
| IBDataBaseError | Interprète les états SQLCode et IBErrorCode et les transmet à l'exception EIBInterBaseError. |
| IBError | Renvoie le message d'erreur correspondant au code d'erreur spécifié. |
| SetIBDataBaseErrorMessages | Vous permet de choisir les messages d'erreur que vous souhaitez voir. |
| StatusVector | Récupère le vecteur d'état propre à la thread à partir de l'espace de stockage local à la thread. |
| StatusVectorArray | Renvoie un pointeur sur le tableau de vecteurs d'état. |
| StatusVectorAsText | Lit le vecteur d'état et le renvoie en tant que chaîne formatée. |
Types
| Ib | |
| PStatusVector | |
| TIBClientError | |
| TIBDataBaseErrorMessage | |
| TIBDataBaseErrorMessages | TIBDataBaseErrorMessage et TIBDataBaseErrorMessages indiquent les diverses chaînes disponibles pour décrire une erreur rencontrée par un composant IBX. |
| TStatusVector | |
| TTraceFlag | |
| TTraceFlags | TTraceFlag et TTraceFlags indiquent les types de messages transmis entre une application et le serveur InterBase. |
Variables
| IBCS | |
| IBErrorMessages | IBErrorMessages: :6; |
| TStatusVector |
Constantes
| IBBigLocalBufferLength | IBBigLocalBufferLength: Integer = $400; |
| IBErrorMessages | IBErrorMessages: :6; |
| IBHugeLocalBufferLength | IBHugeLocalBufferLength: Integer = $5000; |
| IBLocalBufferLength | IBLocalBufferLength: Integer = $200; |
| IBPalette1 | IBPalette1: string = InterBase; |
| IBPalette2 | IBPalette2: string = InterBase Admin; |
| ibxeBlobCannotBeRead | ibxeBlobCannotBeRead: TIBClientError = ibxeBlobCannotBeRead; |
| ibxeBlobCannotBeWritten | ibxeBlobCannotBeWritten: TIBClientError = ibxeBlobCannotBeWritten; |
| ibxeBOF | ibxeBOF: TIBClientError = ibxeBOF; |
| ibxeBufferNotSet | ibxeBufferNotSet: TIBClientError = ibxeBufferNotSet; |
| ibxeCannotCreatePrimaryIndex | ibxeCannotCreatePrimaryIndex: TIBClientError = ibxeCannotCreatePrimaryIndex; |
| ibxeCannotCreateSharedResource | ibxeCannotCreateSharedResource: TIBClientError = ibxeCannotCreateSharedResource; |
| ibxeCannotDelete | ibxeCannotDelete: TIBClientError = ibxeCannotDelete; |
| ibxeCannotDropSystemIndex | ibxeCannotDropSystemIndex: TIBClientError = ibxeCannotDropSystemIndex; |
| ibxeCannotInsert | ibxeCannotInsert: TIBClientError = ibxeCannotInsert; |
| ibxeCannotOpenNonSQLSelect | ibxeCannotOpenNonSQLSelect: TIBClientError = ibxeCannotOpenNonSQLSelect; |
| ibxeCannotPost | ibxeCannotPost: TIBClientError = ibxeCannotPost; |
| ibxeCannotRefresh | ibxeCannotRefresh: TIBClientError = ibxeCannotRefresh; |
| ibxeCannotSetDatabase | ibxeCannotSetDatabase: TIBClientError = ibxeCannotSetDatabase; |
| ibxeCannotSetTransaction | ibxeCannotSetTransaction: TIBClientError = ibxeCannotSetTransaction; |
| ibxeCannotUpdate | ibxeCannotUpdate: TIBClientError = ibxeCannotUpdate; |
| ibxeCantEndSharedTransaction | ibxeCantEndSharedTransaction: TIBClientError = ibxeCantEndSharedTransaction; |
| ibxeCantPrintValue | ibxeCantPrintValue: TIBClientError = ibxeCantPrintValue; |
| ibxeCircularDataLink | ibxeCircularDataLink: TIBClientError = ibxeCircularDataLink; |
| ibxeCircularReference | ibxeCircularReference: TIBClientError = ibxeCircularReference; |
| ibxeColumnIsNotNullable | ibxeColumnIsNotNullable: TIBClientError = ibxeColumnIsNotNullable; |
| ibxeColumnListsDontMatch | ibxeColumnListsDontMatch: TIBClientError = ibxeColumnListsDontMatch; |
| ibxeColumnTypesDontMatch | ibxeColumnTypesDontMatch: TIBClientError = ibxeColumnTypesDontMatch; |
| ibxeConnectionTimeout | ibxeConnectionTimeout: TIBClientError = ibxeConnectionTimeout; |
| ibxeDatabaseClosed | ibxeDatabaseClosed: TIBClientError = ibxeDatabaseClosed; |
| ibxeDatabaseNameMissing | ibxeDatabaseNameMissing: TIBClientError = ibxeDatabaseNameMissing; |
| ibxeDatabaseNotAssigned | ibxeDatabaseNotAssigned: TIBClientError = ibxeDatabaseNotAssigned; |
| ibxeDatabaseOpen | ibxeDatabaseOpen: TIBClientError = ibxeDatabaseOpen; |
| ibxeDatasetClosed | ibxeDatasetClosed: TIBClientError = ibxeDatasetClosed; |
| ibxeDatasetOpen | ibxeDatasetOpen: TIBClientError = ibxeDatasetOpen; |
| ibxeDataSetUniDirectional | ibxeDataSetUniDirectional: TIBClientError = ibxeDataSetUniDirectional; |
| ibxeDelphiException | ibxeDelphiException: TIBClientError = ibxeDelphiException; |
| ibxeDPBConstantNotSupported | ibxeDPBConstantNotSupported: TIBClientError = ibxeDPBConstantNotSupported; |
| ibxeDPBConstantUnknown | ibxeDPBConstantUnknown: TIBClientError = ibxeDPBConstantUnknown; |
| ibxeDPBConstantUnknownEx | ibxeDPBConstantUnknownEx: TIBClientError = ibxeDPBConstantUnknownEx; |
| ibxeEmptyQuery | ibxeEmptyQuery: TIBClientError = ibxeEmptyQuery; |
| ibxeEmptySQLStatement | ibxeEmptySQLStatement: TIBClientError = ibxeEmptySQLStatement; |
| ibxeEOF | ibxeEOF: TIBClientError = ibxeEOF; |
| ibxeEOFInComment | ibxeEOFInComment: TIBClientError = ibxeEOFInComment; |
| ibxeEOFInString | ibxeEOFInString: TIBClientError = ibxeEOFInString; |
| ibxeEOFReached | ibxeEOFReached: TIBClientError = ibxeEOFReached; |
| ibxeEventAlreadyRegistered | ibxeEventAlreadyRegistered: TIBClientError = ibxeEventAlreadyRegistered; |
| ibxeFieldNotFound | ibxeFieldNotFound: TIBClientError = ibxeFieldNotFound; |
| ibxeFieldReadOnly | ibxeFieldReadOnly: TIBClientError = ibxeFieldReadOnly; |
| ibxeFieldSizeMismatch | ibxeFieldSizeMismatch: TIBClientError = ibxeFieldSizeMismatch; |
| ibxeFieldUnsupportedType | ibxeFieldUnsupportedType: TIBClientError = ibxeFieldUnsupportedType; |
| ibxeFileAccessError | ibxeFileAccessError: TIBClientError = ibxeFileAccessError; |
| ibxeIB60feature | ibxeIB60feature: TIBClientError = ibxeIB60feature; |
| ibxeIB65feature | ibxeIB65feature: TIBClientError = ibxeIB65feature; |
| ibxeIB70Feature | ibxeIB70Feature: TIBClientError = ibxeIB70Feature; |
| ibxeIBUnknownServerType | ibxeIBUnknownServerType: TIBClientError = ibxeIBUnknownServerType; |
| ibxeIndexFieldMissing | ibxeIndexFieldMissing: TIBClientError = ibxeIndexFieldMissing; |
| ibxeInterBaseInstallMissing | ibxeInterBaseInstallMissing: TIBClientError = ibxeInterBaseInstallMissing; |
| ibxeInterBaseMissing | ibxeInterBaseMissing: TIBClientError = ibxeInterBaseMissing; |
| ibxeInTransaction | ibxeInTransaction: TIBClientError = ibxeInTransaction; |
| ibxeInvalidBatchMove | ibxeInvalidBatchMove: TIBClientError = ibxeInvalidBatchMove; |
| ibxeInvalidCancellation | ibxeInvalidCancellation: TIBClientError = ibxeInvalidCancellation; |
| ibxeInvalidColumnIndex | ibxeInvalidColumnIndex: TIBClientError = ibxeInvalidColumnIndex; |
| ibxeInvalidDataConversion | ibxeInvalidDataConversion: TIBClientError = ibxeInvalidDataConversion; |
| ibxeInvalidEvent | ibxeInvalidEvent: TIBClientError = ibxeInvalidEvent; |
| ibxeInvalidLibraryType | ibxeInvalidLibraryType: TIBClientError = ibxeInvalidLibraryType; |
| ibxeInvalidOnErrorResult | ibxeInvalidOnErrorResult: TIBClientError = ibxeInvalidOnErrorResult; |
| ibxeInvalidOnStatusResult | ibxeInvalidOnStatusResult: TIBClientError = ibxeInvalidOnStatusResult; |
| ibxeInvalidOption | ibxeInvalidOption: TIBClientError = ibxeInvalidOption; |
| ibxeInvalidParamColumnIndex | ibxeInvalidParamColumnIndex: TIBClientError = ibxeInvalidParamColumnIndex; |
| ibxeInvalidQueueing | ibxeInvalidQueueing: TIBClientError = ibxeInvalidQueueing; |
| ibxeInvalidRegistration | ibxeInvalidRegistration: TIBClientError = ibxeInvalidRegistration; |
| ibxeInvalidStatementHandle | ibxeInvalidStatementHandle: TIBClientError = ibxeInvalidStatementHandle; |
| ibxeIsAExecuteProcedure | ibxeIsAExecuteProcedure: TIBClientError = ibxeIsAExecuteProcedure; |
| ibxeIsASelectStatement | ibxeIsASelectStatement: TIBClientError = ibxeIsASelectStatement; |
| ibxeMaximumEvents | ibxeMaximumEvents: TIBClientError = ibxeMaximumEvents; |
| ibxeNoDatabasesInTransaction | ibxeNoDatabasesInTransaction: TIBClientError = ibxeNoDatabasesInTransaction; |
| ibxeNoDestinationDirectory | ibxeNoDestinationDirectory: TIBClientError = ibxeNoDestinationDirectory; |
| ibxeNoEventsRegistered | ibxeNoEventsRegistered: TIBClientError = ibxeNoEventsRegistered; |
| ibxeNoFieldAccess | ibxeNoFieldAccess: TIBClientError = ibxeNoFieldAccess; |
| ibxeNoOptionsSet | ibxeNoOptionsSet: TIBClientError = ibxeNoOptionsSet; |
| ibxeNoProvider | ibxeNoProvider: TIBClientError = ibxeNoProvider; |
| ibxeNoRecordsAffected | ibxeNoRecordsAffected: TIBClientError = ibxeNoRecordsAffected; |
| ibxeNosourceDirectory | ibxeNosourceDirectory: TIBClientError = ibxeNosourceDirectory; |
| ibxeNoStoredProcName | ibxeNoStoredProcName: TIBClientError = ibxeNoStoredProcName; |
| ibxeNoTableName | ibxeNoTableName: TIBClientError = ibxeNoTableName; |
| ibxeNotCachedUpdates | ibxeNotCachedUpdates: TIBClientError = ibxeNotCachedUpdates; |
| ibxeNotEditing | ibxeNotEditing: TIBClientError = ibxeNotEditing; |
| ibxeNotInTransaction | ibxeNotInTransaction: TIBClientError = ibxeNotInTransaction; |
| ibxeNotLiveRequest | ibxeNotLiveRequest: TIBClientError = ibxeNotLiveRequest; |
| ibxeNotPermitted | ibxeNotPermitted: TIBClientError = ibxeNotPermitted; |
| ibxeNotSupported | ibxeNotSupported: TIBClientError = ibxeNotSupported; |
| ibxeNoUninstallFile | ibxeNoUninstallFile: TIBClientError = ibxeNoUninstallFile; |
| ibxeOperationCancelled | ibxeOperationCancelled: TIBClientError = ibxeOperationCancelled; |
| ibxeOptionNeedsClient | ibxeOptionNeedsClient: TIBClientError = ibxeOptionNeedsClient; |
| ibxeOptionNeedsServer | ibxeOptionNeedsServer: TIBClientError = ibxeOptionNeedsServer; |
| ibxeOutputParsingError | ibxeOutputParsingError: TIBClientError = ibxeOutputParsingError; |
| ibxeParamNameExpected | ibxeParamNameExpected: TIBClientError = ibxeParamNameExpected; |
| ibxeQueryParamsError | ibxeQueryParamsError: TIBClientError = ibxeQueryParamsError; |
| ibxeRequiredParamNotSet | ibxeRequiredParamNotSet: TIBClientError = ibxeRequiredParamNotSet; |
| ibxeServerNameMissing | ibxeServerNameMissing: TIBClientError = ibxeServerNameMissing; |
| ibxeServiceActive | ibxeServiceActive: TIBClientError = ibxeServiceActive; |
| ibxeServiceInActive | ibxeServiceInActive: TIBClientError = ibxeServiceInActive; |
| ibxeSPBConstantNotSupported | ibxeSPBConstantNotSupported: TIBClientError = ibxeSPBConstantNotSupported; |
| ibxeSPBConstantUnknown | ibxeSPBConstantUnknown: TIBClientError = ibxeSPBConstantUnknown; |
| ibxeSQLClosed | ibxeSQLClosed: TIBClientError = ibxeSQLClosed; |
| ibxeSQLDialectInvalid | ibxeSQLDialectInvalid: TIBClientError = ibxeSQLDialectInvalid; |
| ibxeSQLMonitorAlreadyPresent | ibxeSQLMonitorAlreadyPresent: TIBClientError = ibxeSQLMonitorAlreadyPresent; |
| ibxeSQLOpen | ibxeSQLOpen: TIBClientError = ibxeSQLOpen; |
| ibxeSQLParseError | ibxeSQLParseError: TIBClientError = ibxeSQLParseError; |
| ibxeStartParamsError | ibxeStartParamsError: TIBClientError = ibxeStartParamsError; |
| ibxeStringTooLarge | ibxeStringTooLarge: TIBClientError = ibxeStringTooLarge; |
| ibxeSuccess | ibxeSuccess: TIBClientError = ibxeSuccess; |
| ibxeTableNameMismatch | ibxeTableNameMismatch: TIBClientError = ibxeTableNameMismatch; |
| ibxeTimeoutNegative | ibxeTimeoutNegative: TIBClientError = ibxeTimeoutNegative; |
| ibxeTPBConstantNotSupported | ibxeTPBConstantNotSupported: TIBClientError = ibxeTPBConstantNotSupported; |
| ibxeTPBConstantUnknown | ibxeTPBConstantUnknown: TIBClientError = ibxeTPBConstantUnknown; |
| ibxeTPBConstantUnknownEx | ibxeTPBConstantUnknownEx: TIBClientError = ibxeTPBConstantUnknownEx; |
| ibxeTransactionNotAssigned | ibxeTransactionNotAssigned: TIBClientError = ibxeTransactionNotAssigned; |
| ibxeUnknownError | ibxeUnknownError: TIBClientError = ibxeUnknownError; |
| ibxeUnknownPlan | ibxeUnknownPlan: TIBClientError = ibxeUnknownPlan; |
| ibxeUnknownSQLDataType | ibxeUnknownSQLDataType: TIBClientError = ibxeUnknownSQLDataType; |
| ibxeUpdateFailed | ibxeUpdateFailed: TIBClientError = ibxeUpdateFailed; |
| ibxeUpdateWrongDB | ibxeUpdateWrongDB: TIBClientError = ibxeUpdateWrongDB; |
| ibxeUpdateWrongTR | ibxeUpdateWrongTR: TIBClientError = ibxeUpdateWrongTR; |
| ibxeUserAbort | ibxeUserAbort: TIBClientError = ibxeUserAbort; |
| ibxeUseSpecificProcedures | ibxeUseSpecificProcedures: TIBClientError = ibxeUseSpecificProcedures; |
| ibxeWindowsAPIError | ibxeWindowsAPIError: TIBClientError = ibxeWindowsAPIError; |
| ibxeXSQLDAIndexOutOfRange | ibxeXSQLDAIndexOutOfRange: TIBClientError = ibxeXSQLDAIndexOutOfRange; |
| ibxeXSQLDANameDoesNotExist | ibxeXSQLDANameDoesNotExist: TIBClientError = ibxeXSQLDANameDoesNotExist; |
| ShowIBMessage | ShowIBMessage: TIBDataBaseErrorMessage = ShowIBMessage; |
| ShowSQLCode | ShowSQLCode: TIBDataBaseErrorMessage = ShowSQLCode; |
| ShowSQLMessage | ShowSQLMessage: TIBDataBaseErrorMessage = ShowSQLMessage; |
| tfBlob | tfBlob: TTraceFlag = tfBlob; |
| tfConnect | tfConnect: TTraceFlag = tfConnect; |
| tfError | tfError: TTraceFlag = tfError; |
| tfMisc | tfMisc: TTraceFlag = tfMisc; |
| tfQExecute | tfQExecute: TTraceFlag = tfQExecute; |
| tfQFetch | tfQFetch: TTraceFlag = tfQFetch; |
| tfQPrepare | tfQPrepare: TTraceFlag = tfQPrepare; |
| tfService | tfService: TTraceFlag = tfService; |
| tfStmt | tfStmt: TTraceFlag = tfStmt; |
| tfTransact | tfTransact: TTraceFlag = tfTransact; |