Unit firebird
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Types
QWord = UInt64; |
ISC_DATE = Integer; |
ISC_TIME = Integer; |
ISC_QUAD = array [1..2] of Integer; |
ntrace_relation_t = Integer; |
TraceCountsPtr = ˆTraceCounts; |
BooleanPtr = ˆBoolean; |
BytePtr = ˆByte; |
CardinalPtr = ˆCardinal; |
IKeyHolderPluginPtr = ˆIKeyHolderPlugin; |
ISC_QUADPtr = ˆISC_QUAD; |
Int64Ptr = ˆInt64; |
NativeIntPtr = ˆNativeInt; |
PerformanceInfoPtr = ˆPerformanceInfo; |
dscPtr = ˆdsc; |
IReferenceCounted_addRefPtr = procedure(this: IReferenceCounted); cdecl; |
IReferenceCounted_releasePtr = function(this: IReferenceCounted): Integer; cdecl; |
IDisposable_disposePtr = procedure(this: IDisposable); cdecl; |
IStatus_initPtr = procedure(this: IStatus); cdecl; |
IStatus_getStatePtr = function(this: IStatus): Cardinal; cdecl; |
IStatus_setErrors2Ptr = procedure(this: IStatus; length: Cardinal; value: NativeIntPtr); cdecl; |
IStatus_setWarnings2Ptr = procedure(this: IStatus; length: Cardinal; value: NativeIntPtr); cdecl; |
IStatus_setErrorsPtr = procedure(this: IStatus; value: NativeIntPtr); cdecl; |
IStatus_setWarningsPtr = procedure(this: IStatus; value: NativeIntPtr); cdecl; |
IStatus_getErrorsPtr = function(this: IStatus): NativeIntPtr; cdecl; |
IStatus_getWarningsPtr = function(this: IStatus): NativeIntPtr; cdecl; |
IStatus_clonePtr = function(this: IStatus): IStatus; cdecl; |
IMaster_getStatusPtr = function(this: IMaster): IStatus; cdecl; |
IMaster_getDispatcherPtr = function(this: IMaster): IProvider; cdecl; |
IMaster_getPluginManagerPtr = function(this: IMaster): IPluginManager; cdecl; |
IMaster_getTimerControlPtr = function(this: IMaster): ITimerControl; cdecl; |
IMaster_getDtcPtr = function(this: IMaster): IDtc; cdecl; |
IMaster_registerAttachmentPtr = function(this: IMaster; provider: IProvider; attachment: IAttachment): IAttachment; cdecl; |
IMaster_registerTransactionPtr = function(this: IMaster; attachment: IAttachment; transaction: ITransaction): ITransaction; cdecl; |
IMaster_getMetadataBuilderPtr = function(this: IMaster; status: IStatus; fieldCount: Cardinal): IMetadataBuilder; cdecl; |
IMaster_serverModePtr = function(this: IMaster; mode: Integer): Integer; cdecl; |
IMaster_getUtilInterfacePtr = function(this: IMaster): IUtil; cdecl; |
IMaster_getConfigManagerPtr = function(this: IMaster): IConfigManager; cdecl; |
IMaster_getProcessExitingPtr = function(this: IMaster): Boolean; cdecl; |
IPluginBase_setOwnerPtr = procedure(this: IPluginBase; r: IReferenceCounted); cdecl; |
IPluginBase_getOwnerPtr = function(this: IPluginBase): IReferenceCounted; cdecl; |
IPluginSet_getNamePtr = function(this: IPluginSet): PAnsiChar; cdecl; |
IPluginSet_getModuleNamePtr = function(this: IPluginSet): PAnsiChar; cdecl; |
IPluginSet_getPluginPtr = function(this: IPluginSet; status: IStatus): IPluginBase; cdecl; |
IPluginSet_nextPtr = procedure(this: IPluginSet; status: IStatus); cdecl; |
IPluginSet_set_Ptr = procedure(this: IPluginSet; status: IStatus; s: PAnsiChar); cdecl; |
IConfigEntry_getNamePtr = function(this: IConfigEntry): PAnsiChar; cdecl; |
IConfigEntry_getValuePtr = function(this: IConfigEntry): PAnsiChar; cdecl; |
IConfigEntry_getIntValuePtr = function(this: IConfigEntry): Int64; cdecl; |
IConfigEntry_getBoolValuePtr = function(this: IConfigEntry): Boolean; cdecl; |
IConfigEntry_getSubConfigPtr = function(this: IConfigEntry; status: IStatus): IConfig; cdecl; |
IConfig_findPtr = function(this: IConfig; status: IStatus; name: PAnsiChar): IConfigEntry; cdecl; |
IConfig_findValuePtr = function(this: IConfig; status: IStatus; name: PAnsiChar; value: PAnsiChar): IConfigEntry; cdecl; |
IConfig_findPosPtr = function(this: IConfig; status: IStatus; name: PAnsiChar; pos: Cardinal): IConfigEntry; cdecl; |
IFirebirdConf_getKeyPtr = function(this: IFirebirdConf; name: PAnsiChar): Cardinal; cdecl; |
IFirebirdConf_asIntegerPtr = function(this: IFirebirdConf; key: Cardinal): Int64; cdecl; |
IFirebirdConf_asStringPtr = function(this: IFirebirdConf; key: Cardinal): PAnsiChar; cdecl; |
IFirebirdConf_asBooleanPtr = function(this: IFirebirdConf; key: Cardinal): Boolean; cdecl; |
IPluginConfig_getConfigFileNamePtr = function(this: IPluginConfig): PAnsiChar; cdecl; |
IPluginConfig_getDefaultConfigPtr = function(this: IPluginConfig; status: IStatus): IConfig; cdecl; |
IPluginConfig_getFirebirdConfPtr = function(this: IPluginConfig; status: IStatus): IFirebirdConf; cdecl; |
IPluginConfig_setReleaseDelayPtr = procedure(this: IPluginConfig; status: IStatus; microSeconds: QWord); cdecl; |
IPluginFactory_createPluginPtr = function(this: IPluginFactory; status: IStatus; factoryParameter: IPluginConfig): IPluginBase; cdecl; |
IPluginModule_doCleanPtr = procedure(this: IPluginModule); cdecl; |
IPluginManager_registerPluginFactoryPtr = procedure(this: IPluginManager; pluginType: Cardinal; defaultName: PAnsiChar; factory: IPluginFactory); cdecl; |
IPluginManager_registerModulePtr = procedure(this: IPluginManager; cleanup: IPluginModule); cdecl; |
IPluginManager_unregisterModulePtr = procedure(this: IPluginManager; cleanup: IPluginModule); cdecl; |
IPluginManager_getPluginsPtr = function(this: IPluginManager; status: IStatus; pluginType: Cardinal; namesList: PAnsiChar; firebirdConf: IFirebirdConf): IPluginSet; cdecl; |
IPluginManager_getConfigPtr = function(this: IPluginManager; status: IStatus; filename: PAnsiChar): IConfig; cdecl; |
IPluginManager_releasePluginPtr = procedure(this: IPluginManager; plugin: IPluginBase); cdecl; |
ICryptKey_setSymmetricPtr = procedure(this: ICryptKey; status: IStatus; type_: PAnsiChar; keyLength: Cardinal; key: Pointer); cdecl; |
ICryptKey_setAsymmetricPtr = procedure(this: ICryptKey; status: IStatus; type_: PAnsiChar; encryptKeyLength: Cardinal; encryptKey: Pointer; decryptKeyLength: Cardinal; decryptKey: Pointer); cdecl; |
ICryptKey_getEncryptKeyPtr = function(this: ICryptKey; length: CardinalPtr): Pointer; cdecl; |
ICryptKey_getDecryptKeyPtr = function(this: ICryptKey; length: CardinalPtr): Pointer; cdecl; |
IConfigManager_getDirectoryPtr = function(this: IConfigManager; code: Cardinal): PAnsiChar; cdecl; |
IConfigManager_getFirebirdConfPtr = function(this: IConfigManager): IFirebirdConf; cdecl; |
IConfigManager_getDatabaseConfPtr = function(this: IConfigManager; dbName: PAnsiChar): IFirebirdConf; cdecl; |
IConfigManager_getPluginConfigPtr = function(this: IConfigManager; configuredPlugin: PAnsiChar): IConfig; cdecl; |
IConfigManager_getInstallDirectoryPtr = function(this: IConfigManager): PAnsiChar; cdecl; |
IConfigManager_getRootDirectoryPtr = function(this: IConfigManager): PAnsiChar; cdecl; |
IEventCallback_eventCallbackFunctionPtr = procedure(this: IEventCallback; length: Cardinal; events: BytePtr); cdecl; |
IBlob_getInfoPtr = procedure(this: IBlob; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
IBlob_getSegmentPtr = function(this: IBlob; status: IStatus; bufferLength: Cardinal; buffer: Pointer; segmentLength: CardinalPtr): Integer; cdecl; |
IBlob_putSegmentPtr = procedure(this: IBlob; status: IStatus; length: Cardinal; buffer: Pointer); cdecl; |
IBlob_cancelPtr = procedure(this: IBlob; status: IStatus); cdecl; |
IBlob_closePtr = procedure(this: IBlob; status: IStatus); cdecl; |
IBlob_seekPtr = function(this: IBlob; status: IStatus; mode: Integer; offset: Integer): Integer; cdecl; |
ITransaction_getInfoPtr = procedure(this: ITransaction; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
ITransaction_preparePtr = procedure(this: ITransaction; status: IStatus; msgLength: Cardinal; message: BytePtr); cdecl; |
ITransaction_commitPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
ITransaction_commitRetainingPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
ITransaction_rollbackPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
ITransaction_rollbackRetainingPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
ITransaction_disconnectPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
ITransaction_joinPtr = function(this: ITransaction; status: IStatus; transaction: ITransaction): ITransaction; cdecl; |
ITransaction_validatePtr = function(this: ITransaction; status: IStatus; attachment: IAttachment): ITransaction; cdecl; |
ITransaction_enterDtcPtr = function(this: ITransaction; status: IStatus): ITransaction; cdecl; |
IMessageMetadata_getCountPtr = function(this: IMessageMetadata; status: IStatus): Cardinal; cdecl; |
IMessageMetadata_getFieldPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
IMessageMetadata_getRelationPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
IMessageMetadata_getOwnerPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
IMessageMetadata_getAliasPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
IMessageMetadata_getTypePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
IMessageMetadata_isNullablePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Boolean; cdecl; |
IMessageMetadata_getSubTypePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Integer; cdecl; |
IMessageMetadata_getLengthPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
IMessageMetadata_getScalePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Integer; cdecl; |
IMessageMetadata_getCharSetPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
IMessageMetadata_getOffsetPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
IMessageMetadata_getNullOffsetPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
IMessageMetadata_getBuilderPtr = function(this: IMessageMetadata; status: IStatus): IMetadataBuilder; cdecl; |
IMessageMetadata_getMessageLengthPtr = function(this: IMessageMetadata; status: IStatus): Cardinal; cdecl; |
IMetadataBuilder_setTypePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; type_: Cardinal); cdecl; |
IMetadataBuilder_setSubTypePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; subType: Integer); cdecl; |
IMetadataBuilder_setLengthPtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; length: Cardinal); cdecl; |
IMetadataBuilder_setCharSetPtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; charSet: Cardinal); cdecl; |
IMetadataBuilder_setScalePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; scale: Cardinal); cdecl; |
IMetadataBuilder_truncatePtr = procedure(this: IMetadataBuilder; status: IStatus; count: Cardinal); cdecl; |
IMetadataBuilder_moveNameToIndexPtr = procedure(this: IMetadataBuilder; status: IStatus; name: PAnsiChar; index: Cardinal); cdecl; |
IMetadataBuilder_removePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal); cdecl; |
IMetadataBuilder_addFieldPtr = function(this: IMetadataBuilder; status: IStatus): Cardinal; cdecl; |
IMetadataBuilder_getMetadataPtr = function(this: IMetadataBuilder; status: IStatus): IMessageMetadata; cdecl; |
IResultSet_fetchNextPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
IResultSet_fetchPriorPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
IResultSet_fetchFirstPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
IResultSet_fetchLastPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
IResultSet_fetchAbsolutePtr = function(this: IResultSet; status: IStatus; position: Integer; message: Pointer): Integer; cdecl; |
IResultSet_fetchRelativePtr = function(this: IResultSet; status: IStatus; offset: Integer; message: Pointer): Integer; cdecl; |
IResultSet_isEofPtr = function(this: IResultSet; status: IStatus): Boolean; cdecl; |
IResultSet_isBofPtr = function(this: IResultSet; status: IStatus): Boolean; cdecl; |
IResultSet_getMetadataPtr = function(this: IResultSet; status: IStatus): IMessageMetadata; cdecl; |
IResultSet_closePtr = procedure(this: IResultSet; status: IStatus); cdecl; |
IResultSet_setDelayedOutputFormatPtr = procedure(this: IResultSet; status: IStatus; format: IMessageMetadata); cdecl; |
IStatement_getInfoPtr = procedure(this: IStatement; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
IStatement_getTypePtr = function(this: IStatement; status: IStatus): Cardinal; cdecl; |
IStatement_getPlanPtr = function(this: IStatement; status: IStatus; detailed: Boolean): PAnsiChar; cdecl; |
IStatement_getAffectedRecordsPtr = function(this: IStatement; status: IStatus): QWord; cdecl; |
IStatement_getInputMetadataPtr = function(this: IStatement; status: IStatus): IMessageMetadata; cdecl; |
IStatement_getOutputMetadataPtr = function(this: IStatement; status: IStatus): IMessageMetadata; cdecl; |
IStatement_executePtr = function(this: IStatement; status: IStatus; transaction: ITransaction; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; outBuffer: Pointer): ITransaction; cdecl; |
IStatement_openCursorPtr = function(this: IStatement; status: IStatus; transaction: ITransaction; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; flags: Cardinal): IResultSet; cdecl; |
IStatement_setCursorNamePtr = procedure(this: IStatement; status: IStatus; name: PAnsiChar); cdecl; |
IStatement_freePtr = procedure(this: IStatement; status: IStatus); cdecl; |
IStatement_getFlagsPtr = function(this: IStatement; status: IStatus): Cardinal; cdecl; |
IRequest_receivePtr = procedure(this: IRequest; status: IStatus; level: Integer; msgType: Cardinal; length: Cardinal; message: BytePtr); cdecl; |
IRequest_sendPtr = procedure(this: IRequest; status: IStatus; level: Integer; msgType: Cardinal; length: Cardinal; message: BytePtr); cdecl; |
IRequest_getInfoPtr = procedure(this: IRequest; status: IStatus; level: Integer; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
IRequest_startPtr = procedure(this: IRequest; status: IStatus; tra: ITransaction; level: Integer); cdecl; |
IRequest_startAndSendPtr = procedure(this: IRequest; status: IStatus; tra: ITransaction; level: Integer; msgType: Cardinal; length: Cardinal; message: BytePtr); cdecl; |
IRequest_unwindPtr = procedure(this: IRequest; status: IStatus; level: Integer); cdecl; |
IRequest_freePtr = procedure(this: IRequest; status: IStatus); cdecl; |
IEvents_cancelPtr = procedure(this: IEvents; status: IStatus); cdecl; |
IAttachment_getInfoPtr = procedure(this: IAttachment; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
IAttachment_startTransactionPtr = function(this: IAttachment; status: IStatus; tpbLength: Cardinal; tpb: BytePtr): ITransaction; cdecl; |
IAttachment_reconnectTransactionPtr = function(this: IAttachment; status: IStatus; length: Cardinal; id: BytePtr): ITransaction; cdecl; |
IAttachment_compileRequestPtr = function(this: IAttachment; status: IStatus; blrLength: Cardinal; blr: BytePtr): IRequest; cdecl; |
IAttachment_transactRequestPtr = procedure(this: IAttachment; status: IStatus; transaction: ITransaction; blrLength: Cardinal; blr: BytePtr; inMsgLength: Cardinal; inMsg: BytePtr; outMsgLength: Cardinal; outMsg: BytePtr); cdecl; |
IAttachment_createBlobPtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; bpbLength: Cardinal; bpb: BytePtr): IBlob; cdecl; |
IAttachment_openBlobPtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; bpbLength: Cardinal; bpb: BytePtr): IBlob; cdecl; |
IAttachment_getSlicePtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; sdlLength: Cardinal; sdl: BytePtr; paramLength: Cardinal; param: BytePtr; sliceLength: Integer; slice: BytePtr): Integer; cdecl; |
IAttachment_putSlicePtr = procedure(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; sdlLength: Cardinal; sdl: BytePtr; paramLength: Cardinal; param: BytePtr; sliceLength: Integer; slice: BytePtr); cdecl; |
IAttachment_executeDynPtr = procedure(this: IAttachment; status: IStatus; transaction: ITransaction; length: Cardinal; dyn: BytePtr); cdecl; |
IAttachment_preparePtr = function(this: IAttachment; status: IStatus; tra: ITransaction; stmtLength: Cardinal; sqlStmt: PAnsiChar; dialect: Cardinal; flags: Cardinal): IStatement; cdecl; |
IAttachment_executePtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; stmtLength: Cardinal; sqlStmt: PAnsiChar; dialect: Cardinal; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; outBuffer: Pointer): ITransaction; cdecl; |
IAttachment_openCursorPtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; stmtLength: Cardinal; sqlStmt: PAnsiChar; dialect: Cardinal; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; cursorName: PAnsiChar; cursorFlags: Cardinal): IResultSet; cdecl; |
IAttachment_queEventsPtr = function(this: IAttachment; status: IStatus; callback: IEventCallback; length: Cardinal; events: BytePtr): IEvents; cdecl; |
IAttachment_cancelOperationPtr = procedure(this: IAttachment; status: IStatus; option: Integer); cdecl; |
IAttachment_pingPtr = procedure(this: IAttachment; status: IStatus); cdecl; |
IAttachment_detachPtr = procedure(this: IAttachment; status: IStatus); cdecl; |
IAttachment_dropDatabasePtr = procedure(this: IAttachment; status: IStatus); cdecl; |
IService_detachPtr = procedure(this: IService; status: IStatus); cdecl; |
IService_queryPtr = procedure(this: IService; status: IStatus; sendLength: Cardinal; sendItems: BytePtr; receiveLength: Cardinal; receiveItems: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
IService_startPtr = procedure(this: IService; status: IStatus; spbLength: Cardinal; spb: BytePtr); cdecl; |
IProvider_attachDatabasePtr = function(this: IProvider; status: IStatus; fileName: PAnsiChar; dpbLength: Cardinal; dpb: BytePtr): IAttachment; cdecl; |
IProvider_createDatabasePtr = function(this: IProvider; status: IStatus; fileName: PAnsiChar; dpbLength: Cardinal; dpb: BytePtr): IAttachment; cdecl; |
IProvider_attachServiceManagerPtr = function(this: IProvider; status: IStatus; service: PAnsiChar; spbLength: Cardinal; spb: BytePtr): IService; cdecl; |
IProvider_shutdownPtr = procedure(this: IProvider; status: IStatus; timeout: Cardinal; reason: Integer); cdecl; |
IProvider_setDbCryptCallbackPtr = procedure(this: IProvider; status: IStatus; cryptCallback: ICryptKeyCallback); cdecl; |
IDtcStart_addAttachmentPtr = procedure(this: IDtcStart; status: IStatus; att: IAttachment); cdecl; |
IDtcStart_addWithTpbPtr = procedure(this: IDtcStart; status: IStatus; att: IAttachment; length: Cardinal; tpb: BytePtr); cdecl; |
IDtcStart_startPtr = function(this: IDtcStart; status: IStatus): ITransaction; cdecl; |
IDtc_joinPtr = function(this: IDtc; status: IStatus; one: ITransaction; two: ITransaction): ITransaction; cdecl; |
IDtc_startBuilderPtr = function(this: IDtc; status: IStatus): IDtcStart; cdecl; |
IWriter_resetPtr = procedure(this: IWriter); cdecl; |
IWriter_addPtr = procedure(this: IWriter; status: IStatus; name: PAnsiChar); cdecl; |
IWriter_setTypePtr = procedure(this: IWriter; status: IStatus; value: PAnsiChar); cdecl; |
IWriter_setDbPtr = procedure(this: IWriter; status: IStatus; value: PAnsiChar); cdecl; |
IServerBlock_getLoginPtr = function(this: IServerBlock): PAnsiChar; cdecl; |
IServerBlock_getDataPtr = function(this: IServerBlock; length: CardinalPtr): BytePtr; cdecl; |
IServerBlock_putDataPtr = procedure(this: IServerBlock; status: IStatus; length: Cardinal; data: Pointer); cdecl; |
IServerBlock_newKeyPtr = function(this: IServerBlock; status: IStatus): ICryptKey; cdecl; |
IClientBlock_getLoginPtr = function(this: IClientBlock): PAnsiChar; cdecl; |
IClientBlock_getPasswordPtr = function(this: IClientBlock): PAnsiChar; cdecl; |
IClientBlock_getDataPtr = function(this: IClientBlock; length: CardinalPtr): BytePtr; cdecl; |
IClientBlock_putDataPtr = procedure(this: IClientBlock; status: IStatus; length: Cardinal; data: Pointer); cdecl; |
IClientBlock_newKeyPtr = function(this: IClientBlock; status: IStatus): ICryptKey; cdecl; |
IServer_authenticatePtr = function(this: IServer; status: IStatus; sBlock: IServerBlock; writerInterface: IWriter): Integer; cdecl; |
IClient_authenticatePtr = function(this: IClient; status: IStatus; cBlock: IClientBlock): Integer; cdecl; |
IUserField_enteredPtr = function(this: IUserField): Integer; cdecl; |
IUserField_specifiedPtr = function(this: IUserField): Integer; cdecl; |
IUserField_setEnteredPtr = procedure(this: IUserField; status: IStatus; newValue: Integer); cdecl; |
ICharUserField_getPtr = function(this: ICharUserField): PAnsiChar; cdecl; |
ICharUserField_set_Ptr = procedure(this: ICharUserField; status: IStatus; newValue: PAnsiChar); cdecl; |
IIntUserField_getPtr = function(this: IIntUserField): Integer; cdecl; |
IIntUserField_set_Ptr = procedure(this: IIntUserField; status: IStatus; newValue: Integer); cdecl; |
IUser_operationPtr = function(this: IUser): Cardinal; cdecl; |
IUser_userNamePtr = function(this: IUser): ICharUserField; cdecl; |
IUser_passwordPtr = function(this: IUser): ICharUserField; cdecl; |
IUser_firstNamePtr = function(this: IUser): ICharUserField; cdecl; |
IUser_lastNamePtr = function(this: IUser): ICharUserField; cdecl; |
IUser_middleNamePtr = function(this: IUser): ICharUserField; cdecl; |
IUser_commentPtr = function(this: IUser): ICharUserField; cdecl; |
IUser_attributesPtr = function(this: IUser): ICharUserField; cdecl; |
IUser_activePtr = function(this: IUser): IIntUserField; cdecl; |
IUser_adminPtr = function(this: IUser): IIntUserField; cdecl; |
IUser_clearPtr = procedure(this: IUser; status: IStatus); cdecl; |
IListUsers_listPtr = procedure(this: IListUsers; status: IStatus; user: IUser); cdecl; |
ILogonInfo_namePtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
ILogonInfo_rolePtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
ILogonInfo_networkProtocolPtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
ILogonInfo_remoteAddressPtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
ILogonInfo_authBlockPtr = function(this: ILogonInfo; length: CardinalPtr): BytePtr; cdecl; |
IManagement_startPtr = procedure(this: IManagement; status: IStatus; logonInfo: ILogonInfo); cdecl; |
IManagement_executePtr = function(this: IManagement; status: IStatus; user: IUser; callback: IListUsers): Integer; cdecl; |
IManagement_commitPtr = procedure(this: IManagement; status: IStatus); cdecl; |
IManagement_rollbackPtr = procedure(this: IManagement; status: IStatus); cdecl; |
IWireCryptPlugin_getKnownTypesPtr = function(this: IWireCryptPlugin; status: IStatus): PAnsiChar; cdecl; |
IWireCryptPlugin_setKeyPtr = procedure(this: IWireCryptPlugin; status: IStatus; key: ICryptKey); cdecl; |
IWireCryptPlugin_encryptPtr = procedure(this: IWireCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
IWireCryptPlugin_decryptPtr = procedure(this: IWireCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
ICryptKeyCallback_callbackPtr = function(this: ICryptKeyCallback; dataLength: Cardinal; data: Pointer; bufferLength: Cardinal; buffer: Pointer): Cardinal; cdecl; |
IKeyHolderPlugin_keyCallbackPtr = function(this: IKeyHolderPlugin; status: IStatus; callback: ICryptKeyCallback): Integer; cdecl; |
IKeyHolderPlugin_keyHandlePtr = function(this: IKeyHolderPlugin; status: IStatus; keyName: PAnsiChar): ICryptKeyCallback; cdecl; |
IDbCryptPlugin_setKeyPtr = procedure(this: IDbCryptPlugin; status: IStatus; length: Cardinal; sources: IKeyHolderPluginPtr; keyName: PAnsiChar); cdecl; |
IDbCryptPlugin_encryptPtr = procedure(this: IDbCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
IDbCryptPlugin_decryptPtr = procedure(this: IDbCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
IExternalContext_getMasterPtr = function(this: IExternalContext): IMaster; cdecl; |
IExternalContext_getEnginePtr = function(this: IExternalContext; status: IStatus): IExternalEngine; cdecl; |
IExternalContext_getAttachmentPtr = function(this: IExternalContext; status: IStatus): IAttachment; cdecl; |
IExternalContext_getTransactionPtr = function(this: IExternalContext; status: IStatus): ITransaction; cdecl; |
IExternalContext_getUserNamePtr = function(this: IExternalContext): PAnsiChar; cdecl; |
IExternalContext_getDatabaseNamePtr = function(this: IExternalContext): PAnsiChar; cdecl; |
IExternalContext_getClientCharSetPtr = function(this: IExternalContext): PAnsiChar; cdecl; |
IExternalContext_obtainInfoCodePtr = function(this: IExternalContext): Integer; cdecl; |
IExternalContext_getInfoPtr = function(this: IExternalContext; code: Integer): Pointer; cdecl; |
IExternalContext_setInfoPtr = function(this: IExternalContext; code: Integer; value: Pointer): Pointer; cdecl; |
IExternalResultSet_fetchPtr = function(this: IExternalResultSet; status: IStatus): Boolean; cdecl; |
IExternalFunction_getCharSetPtr = procedure(this: IExternalFunction; status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); cdecl; |
IExternalFunction_executePtr = procedure(this: IExternalFunction; status: IStatus; context: IExternalContext; inMsg: Pointer; outMsg: Pointer); cdecl; |
IExternalProcedure_getCharSetPtr = procedure(this: IExternalProcedure; status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); cdecl; |
IExternalProcedure_openPtr = function(this: IExternalProcedure; status: IStatus; context: IExternalContext; inMsg: Pointer; outMsg: Pointer): IExternalResultSet; cdecl; |
IExternalTrigger_getCharSetPtr = procedure(this: IExternalTrigger; status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); cdecl; |
IExternalTrigger_executePtr = procedure(this: IExternalTrigger; status: IStatus; context: IExternalContext; action: Cardinal; oldMsg: Pointer; newMsg: Pointer); cdecl; |
IRoutineMetadata_getPackagePtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
IRoutineMetadata_getNamePtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
IRoutineMetadata_getEntryPointPtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
IRoutineMetadata_getBodyPtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
IRoutineMetadata_getInputMetadataPtr = function(this: IRoutineMetadata; status: IStatus): IMessageMetadata; cdecl; |
IRoutineMetadata_getOutputMetadataPtr = function(this: IRoutineMetadata; status: IStatus): IMessageMetadata; cdecl; |
IRoutineMetadata_getTriggerMetadataPtr = function(this: IRoutineMetadata; status: IStatus): IMessageMetadata; cdecl; |
IRoutineMetadata_getTriggerTablePtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
IRoutineMetadata_getTriggerTypePtr = function(this: IRoutineMetadata; status: IStatus): Cardinal; cdecl; |
IExternalEngine_openPtr = procedure(this: IExternalEngine; status: IStatus; context: IExternalContext; charSet: PAnsiChar; charSetSize: Cardinal); cdecl; |
IExternalEngine_openAttachmentPtr = procedure(this: IExternalEngine; status: IStatus; context: IExternalContext); cdecl; |
IExternalEngine_closeAttachmentPtr = procedure(this: IExternalEngine; status: IStatus; context: IExternalContext); cdecl; |
IExternalEngine_makeFunctionPtr = function(this: IExternalEngine; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder): IExternalFunction; cdecl; |
IExternalEngine_makeProcedurePtr = function(this: IExternalEngine; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder): IExternalProcedure; cdecl; |
IExternalEngine_makeTriggerPtr = function(this: IExternalEngine; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; fieldsBuilder: IMetadataBuilder): IExternalTrigger; cdecl; |
ITimer_handlerPtr = procedure(this: ITimer); cdecl; |
ITimerControl_startPtr = procedure(this: ITimerControl; status: IStatus; timer: ITimer; microSeconds: QWord); cdecl; |
ITimerControl_stopPtr = procedure(this: ITimerControl; status: IStatus; timer: ITimer); cdecl; |
IVersionCallback_callbackPtr = procedure(this: IVersionCallback; status: IStatus; text: PAnsiChar); cdecl; |
IUtil_getFbVersionPtr = procedure(this: IUtil; status: IStatus; att: IAttachment; callback: IVersionCallback); cdecl; |
IUtil_loadBlobPtr = procedure(this: IUtil; status: IStatus; blobId: ISC_QUADPtr; att: IAttachment; tra: ITransaction; file_: PAnsiChar; txt: Boolean); cdecl; |
IUtil_dumpBlobPtr = procedure(this: IUtil; status: IStatus; blobId: ISC_QUADPtr; att: IAttachment; tra: ITransaction; file_: PAnsiChar; txt: Boolean); cdecl; |
IUtil_getPerfCountersPtr = procedure(this: IUtil; status: IStatus; att: IAttachment; countersSet: PAnsiChar; counters: Int64Ptr); cdecl; |
IUtil_executeCreateDatabasePtr = function(this: IUtil; status: IStatus; stmtLength: Cardinal; creatDBstatement: PAnsiChar; dialect: Cardinal; stmtIsCreateDb: BooleanPtr): IAttachment; cdecl; |
IUtil_decodeDatePtr = procedure(this: IUtil; date: ISC_DATE; year: CardinalPtr; month: CardinalPtr; day: CardinalPtr); cdecl; |
IUtil_decodeTimePtr = procedure(this: IUtil; time: ISC_TIME; hours: CardinalPtr; minutes: CardinalPtr; seconds: CardinalPtr; fractions: CardinalPtr); cdecl; |
IUtil_encodeDatePtr = function(this: IUtil; year: Cardinal; month: Cardinal; day: Cardinal): ISC_DATE; cdecl; |
IUtil_encodeTimePtr = function(this: IUtil; hours: Cardinal; minutes: Cardinal; seconds: Cardinal; fractions: Cardinal): ISC_TIME; cdecl; |
IUtil_formatStatusPtr = function(this: IUtil; buffer: PAnsiChar; bufferSize: Cardinal; status: IStatus): Cardinal; cdecl; |
IUtil_getClientVersionPtr = function(this: IUtil): Cardinal; cdecl; |
IUtil_getXpbBuilderPtr = function(this: IUtil; status: IStatus; kind: Cardinal; buf: BytePtr; len: Cardinal): IXpbBuilder; cdecl; |
IUtil_setOffsetsPtr = function(this: IUtil; status: IStatus; metadata: IMessageMetadata; callback: IOffsetsCallback): Cardinal; cdecl; |
IOffsetsCallback_setOffsetPtr = procedure(this: IOffsetsCallback; status: IStatus; index: Cardinal; offset: Cardinal; nullOffset: Cardinal); cdecl; |
IXpbBuilder_clearPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
IXpbBuilder_removeCurrentPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
IXpbBuilder_insertIntPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; value: Integer); cdecl; |
IXpbBuilder_insertBigIntPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; value: Int64); cdecl; |
IXpbBuilder_insertBytesPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; bytes: Pointer; length: Cardinal); cdecl; |
IXpbBuilder_insertStringPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; str: PAnsiChar); cdecl; |
IXpbBuilder_insertTagPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte); cdecl; |
IXpbBuilder_isEofPtr = function(this: IXpbBuilder; status: IStatus): Boolean; cdecl; |
IXpbBuilder_moveNextPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
IXpbBuilder_rewindPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
IXpbBuilder_findFirstPtr = function(this: IXpbBuilder; status: IStatus; tag: Byte): Boolean; cdecl; |
IXpbBuilder_findNextPtr = function(this: IXpbBuilder; status: IStatus): Boolean; cdecl; |
IXpbBuilder_getTagPtr = function(this: IXpbBuilder; status: IStatus): Byte; cdecl; |
IXpbBuilder_getLengthPtr = function(this: IXpbBuilder; status: IStatus): Cardinal; cdecl; |
IXpbBuilder_getIntPtr = function(this: IXpbBuilder; status: IStatus): Integer; cdecl; |
IXpbBuilder_getBigIntPtr = function(this: IXpbBuilder; status: IStatus): Int64; cdecl; |
IXpbBuilder_getStringPtr = function(this: IXpbBuilder; status: IStatus): PAnsiChar; cdecl; |
IXpbBuilder_getBytesPtr = function(this: IXpbBuilder; status: IStatus): BytePtr; cdecl; |
IXpbBuilder_getBufferLengthPtr = function(this: IXpbBuilder; status: IStatus): Cardinal; cdecl; |
IXpbBuilder_getBufferPtr = function(this: IXpbBuilder; status: IStatus): BytePtr; cdecl; |
ITraceConnection_getKindPtr = function(this: ITraceConnection): Cardinal; cdecl; |
ITraceConnection_getProcessIDPtr = function(this: ITraceConnection): Integer; cdecl; |
ITraceConnection_getUserNamePtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
ITraceConnection_getRoleNamePtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
ITraceConnection_getCharSetPtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
ITraceConnection_getRemoteProtocolPtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
ITraceConnection_getRemoteAddressPtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
ITraceConnection_getRemoteProcessIDPtr = function(this: ITraceConnection): Integer; cdecl; |
ITraceConnection_getRemoteProcessNamePtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
ITraceDatabaseConnection_getConnectionIDPtr = function(this: ITraceDatabaseConnection): Int64; cdecl; |
ITraceDatabaseConnection_getDatabaseNamePtr = function(this: ITraceDatabaseConnection): PAnsiChar; cdecl; |
ITraceTransaction_getTransactionIDPtr = function(this: ITraceTransaction): Int64; cdecl; |
ITraceTransaction_getReadOnlyPtr = function(this: ITraceTransaction): Boolean; cdecl; |
ITraceTransaction_getWaitPtr = function(this: ITraceTransaction): Integer; cdecl; |
ITraceTransaction_getIsolationPtr = function(this: ITraceTransaction): Cardinal; cdecl; |
ITraceTransaction_getPerfPtr = function(this: ITraceTransaction): PerformanceInfoPtr; cdecl; |
ITraceParams_getCountPtr = function(this: ITraceParams): Cardinal; cdecl; |
ITraceParams_getParamPtr = function(this: ITraceParams; idx: Cardinal): dscPtr; cdecl; |
ITraceStatement_getStmtIDPtr = function(this: ITraceStatement): Int64; cdecl; |
ITraceStatement_getPerfPtr = function(this: ITraceStatement): PerformanceInfoPtr; cdecl; |
ITraceSQLStatement_getTextPtr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
ITraceSQLStatement_getPlanPtr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
ITraceSQLStatement_getInputsPtr = function(this: ITraceSQLStatement): ITraceParams; cdecl; |
ITraceSQLStatement_getTextUTF8Ptr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
ITraceSQLStatement_getExplainedPlanPtr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
ITraceBLRStatement_getDataPtr = function(this: ITraceBLRStatement): BytePtr; cdecl; |
ITraceBLRStatement_getDataLengthPtr = function(this: ITraceBLRStatement): Cardinal; cdecl; |
ITraceBLRStatement_getTextPtr = function(this: ITraceBLRStatement): PAnsiChar; cdecl; |
ITraceDYNRequest_getDataPtr = function(this: ITraceDYNRequest): BytePtr; cdecl; |
ITraceDYNRequest_getDataLengthPtr = function(this: ITraceDYNRequest): Cardinal; cdecl; |
ITraceDYNRequest_getTextPtr = function(this: ITraceDYNRequest): PAnsiChar; cdecl; |
ITraceContextVariable_getNameSpacePtr = function(this: ITraceContextVariable): PAnsiChar; cdecl; |
ITraceContextVariable_getVarNamePtr = function(this: ITraceContextVariable): PAnsiChar; cdecl; |
ITraceContextVariable_getVarValuePtr = function(this: ITraceContextVariable): PAnsiChar; cdecl; |
ITraceProcedure_getProcNamePtr = function(this: ITraceProcedure): PAnsiChar; cdecl; |
ITraceProcedure_getInputsPtr = function(this: ITraceProcedure): ITraceParams; cdecl; |
ITraceProcedure_getPerfPtr = function(this: ITraceProcedure): PerformanceInfoPtr; cdecl; |
ITraceFunction_getFuncNamePtr = function(this: ITraceFunction): PAnsiChar; cdecl; |
ITraceFunction_getInputsPtr = function(this: ITraceFunction): ITraceParams; cdecl; |
ITraceFunction_getResultPtr = function(this: ITraceFunction): ITraceParams; cdecl; |
ITraceFunction_getPerfPtr = function(this: ITraceFunction): PerformanceInfoPtr; cdecl; |
ITraceTrigger_getTriggerNamePtr = function(this: ITraceTrigger): PAnsiChar; cdecl; |
ITraceTrigger_getRelationNamePtr = function(this: ITraceTrigger): PAnsiChar; cdecl; |
ITraceTrigger_getActionPtr = function(this: ITraceTrigger): Integer; cdecl; |
ITraceTrigger_getWhichPtr = function(this: ITraceTrigger): Integer; cdecl; |
ITraceTrigger_getPerfPtr = function(this: ITraceTrigger): PerformanceInfoPtr; cdecl; |
ITraceServiceConnection_getServiceIDPtr = function(this: ITraceServiceConnection): Pointer; cdecl; |
ITraceServiceConnection_getServiceMgrPtr = function(this: ITraceServiceConnection): PAnsiChar; cdecl; |
ITraceServiceConnection_getServiceNamePtr = function(this: ITraceServiceConnection): PAnsiChar; cdecl; |
ITraceStatusVector_hasErrorPtr = function(this: ITraceStatusVector): Boolean; cdecl; |
ITraceStatusVector_hasWarningPtr = function(this: ITraceStatusVector): Boolean; cdecl; |
ITraceStatusVector_getStatusPtr = function(this: ITraceStatusVector): IStatus; cdecl; |
ITraceStatusVector_getTextPtr = function(this: ITraceStatusVector): PAnsiChar; cdecl; |
ITraceSweepInfo_getOITPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
ITraceSweepInfo_getOSTPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
ITraceSweepInfo_getOATPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
ITraceSweepInfo_getNextPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
ITraceSweepInfo_getPerfPtr = function(this: ITraceSweepInfo): PerformanceInfoPtr; cdecl; |
ITraceLogWriter_writePtr = function(this: ITraceLogWriter; buf: Pointer; size: Cardinal): Cardinal; cdecl; |
ITraceInitInfo_getConfigTextPtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
ITraceInitInfo_getTraceSessionIDPtr = function(this: ITraceInitInfo): Integer; cdecl; |
ITraceInitInfo_getTraceSessionNamePtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
ITraceInitInfo_getFirebirdRootDirectoryPtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
ITraceInitInfo_getDatabaseNamePtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
ITraceInitInfo_getConnectionPtr = function(this: ITraceInitInfo): ITraceDatabaseConnection; cdecl; |
ITraceInitInfo_getLogWriterPtr = function(this: ITraceInitInfo): ITraceLogWriter; cdecl; |
ITracePlugin_trace_get_errorPtr = function(this: ITracePlugin): PAnsiChar; cdecl; |
ITracePlugin_trace_attachPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; create_db: Boolean; att_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_detachPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; drop_db: Boolean): Boolean; cdecl; |
ITracePlugin_trace_transaction_startPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; tpb_length: Cardinal; tpb: BytePtr; tra_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_transaction_endPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; commit: Boolean; retain_context: Boolean; tra_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_proc_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; procedure_: ITraceProcedure; started: Boolean; proc_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_trigger_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; trigger: ITraceTrigger; started: Boolean; trig_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_set_contextPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; variable: ITraceContextVariable): Boolean; cdecl; |
ITracePlugin_trace_dsql_preparePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceSQLStatement; time_millis: Int64; req_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_dsql_freePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; statement: ITraceSQLStatement; option: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_dsql_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceSQLStatement; started: Boolean; req_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_blr_compilePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceBLRStatement; time_millis: Int64; req_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_blr_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceBLRStatement; req_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_dyn_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; request: ITraceDYNRequest; time_millis: Int64; req_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_service_attachPtr = function(this: ITracePlugin; service: ITraceServiceConnection; att_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_service_startPtr = function(this: ITracePlugin; service: ITraceServiceConnection; switches_length: Cardinal; switches: PAnsiChar; start_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_service_queryPtr = function(this: ITracePlugin; service: ITraceServiceConnection; send_item_length: Cardinal; send_items: BytePtr; recv_item_length: Cardinal; recv_items: BytePtr; query_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_service_detachPtr = function(this: ITracePlugin; service: ITraceServiceConnection; detach_result: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_event_errorPtr = function(this: ITracePlugin; connection: ITraceConnection; status: ITraceStatusVector; function_: PAnsiChar): Boolean; cdecl; |
ITracePlugin_trace_event_sweepPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; sweep: ITraceSweepInfo; sweep_state: Cardinal): Boolean; cdecl; |
ITracePlugin_trace_func_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; function_: ITraceFunction; started: Boolean; func_result: Cardinal): Boolean; cdecl; |
ITraceFactory_trace_needsPtr = function(this: ITraceFactory): QWord; cdecl; |
ITraceFactory_trace_createPtr = function(this: ITraceFactory; status: IStatus; init_info: ITraceInitInfo): ITracePlugin; cdecl; |
IUdrFunctionFactory_setupPtr = procedure(this: IUdrFunctionFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder); cdecl; |
IUdrFunctionFactory_newItemPtr = function(this: IUdrFunctionFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata): IExternalFunction; cdecl; |
IUdrProcedureFactory_setupPtr = procedure(this: IUdrProcedureFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder); cdecl; |
IUdrProcedureFactory_newItemPtr = function(this: IUdrProcedureFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata): IExternalProcedure; cdecl; |
IUdrTriggerFactory_setupPtr = procedure(this: IUdrTriggerFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; fieldsBuilder: IMetadataBuilder); cdecl; |
IUdrTriggerFactory_newItemPtr = function(this: IUdrTriggerFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata): IExternalTrigger; cdecl; |
IUdrPlugin_getMasterPtr = function(this: IUdrPlugin): IMaster; cdecl; |
IUdrPlugin_registerFunctionPtr = procedure(this: IUdrPlugin; status: IStatus; name: PAnsiChar; factory: IUdrFunctionFactory); cdecl; |
IUdrPlugin_registerProcedurePtr = procedure(this: IUdrPlugin; status: IStatus; name: PAnsiChar; factory: IUdrProcedureFactory); cdecl; |
IUdrPlugin_registerTriggerPtr = procedure(this: IUdrPlugin; status: IStatus; name: PAnsiChar; factory: IUdrTriggerFactory); cdecl; |
Constants
Description
Types
QWord = UInt64; |
|
This item has no description. |
ISC_DATE = Integer; |
|
This item has no description. |
ISC_TIME = Integer; |
|
This item has no description. |
ISC_QUAD = array [1..2] of Integer; |
|
This item has no description. |
ntrace_relation_t = Integer; |
|
This item has no description. |
TraceCountsPtr = ˆTraceCounts; |
|
This item has no description. |
BooleanPtr = ˆBoolean; |
|
This item has no description. |
BytePtr = ˆByte; |
|
This item has no description. |
CardinalPtr = ˆCardinal; |
|
This item has no description. |
IKeyHolderPluginPtr = ˆIKeyHolderPlugin; |
|
This item has no description. |
ISC_QUADPtr = ˆISC_QUAD; |
|
This item has no description. |
Int64Ptr = ˆInt64; |
|
This item has no description. |
NativeIntPtr = ˆNativeInt; |
|
This item has no description. |
PerformanceInfoPtr = ˆPerformanceInfo; |
|
This item has no description. |
dscPtr = ˆdsc; |
|
This item has no description. |
IReferenceCounted_addRefPtr = procedure(this: IReferenceCounted); cdecl; |
|
This item has no description. |
IReferenceCounted_releasePtr = function(this: IReferenceCounted): Integer; cdecl; |
|
This item has no description. |
IDisposable_disposePtr = procedure(this: IDisposable); cdecl; |
|
This item has no description. |
IStatus_initPtr = procedure(this: IStatus); cdecl; |
|
This item has no description. |
IStatus_getStatePtr = function(this: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IStatus_setErrors2Ptr = procedure(this: IStatus; length: Cardinal; value: NativeIntPtr); cdecl; |
|
This item has no description. |
IStatus_setWarnings2Ptr = procedure(this: IStatus; length: Cardinal; value: NativeIntPtr); cdecl; |
|
This item has no description. |
IStatus_setErrorsPtr = procedure(this: IStatus; value: NativeIntPtr); cdecl; |
|
This item has no description. |
IStatus_setWarningsPtr = procedure(this: IStatus; value: NativeIntPtr); cdecl; |
|
This item has no description. |
IStatus_getErrorsPtr = function(this: IStatus): NativeIntPtr; cdecl; |
|
This item has no description. |
IStatus_getWarningsPtr = function(this: IStatus): NativeIntPtr; cdecl; |
|
This item has no description. |
IStatus_clonePtr = function(this: IStatus): IStatus; cdecl; |
|
This item has no description. |
IMaster_getStatusPtr = function(this: IMaster): IStatus; cdecl; |
|
This item has no description. |
IMaster_getDispatcherPtr = function(this: IMaster): IProvider; cdecl; |
|
This item has no description. |
IMaster_getPluginManagerPtr = function(this: IMaster): IPluginManager; cdecl; |
|
This item has no description. |
IMaster_getTimerControlPtr = function(this: IMaster): ITimerControl; cdecl; |
|
This item has no description. |
IMaster_getDtcPtr = function(this: IMaster): IDtc; cdecl; |
|
This item has no description. |
IMaster_registerAttachmentPtr = function(this: IMaster; provider: IProvider; attachment: IAttachment): IAttachment; cdecl; |
|
This item has no description. |
IMaster_registerTransactionPtr = function(this: IMaster; attachment: IAttachment; transaction: ITransaction): ITransaction; cdecl; |
|
This item has no description. |
IMaster_getMetadataBuilderPtr = function(this: IMaster; status: IStatus; fieldCount: Cardinal): IMetadataBuilder; cdecl; |
|
This item has no description. |
IMaster_serverModePtr = function(this: IMaster; mode: Integer): Integer; cdecl; |
|
This item has no description. |
IMaster_getUtilInterfacePtr = function(this: IMaster): IUtil; cdecl; |
|
This item has no description. |
IMaster_getConfigManagerPtr = function(this: IMaster): IConfigManager; cdecl; |
|
This item has no description. |
IMaster_getProcessExitingPtr = function(this: IMaster): Boolean; cdecl; |
|
This item has no description. |
IPluginBase_setOwnerPtr = procedure(this: IPluginBase; r: IReferenceCounted); cdecl; |
|
This item has no description. |
IPluginBase_getOwnerPtr = function(this: IPluginBase): IReferenceCounted; cdecl; |
|
This item has no description. |
IPluginSet_getNamePtr = function(this: IPluginSet): PAnsiChar; cdecl; |
|
This item has no description. |
IPluginSet_getModuleNamePtr = function(this: IPluginSet): PAnsiChar; cdecl; |
|
This item has no description. |
IPluginSet_getPluginPtr = function(this: IPluginSet; status: IStatus): IPluginBase; cdecl; |
|
This item has no description. |
IPluginSet_nextPtr = procedure(this: IPluginSet; status: IStatus); cdecl; |
|
This item has no description. |
IPluginSet_set_Ptr = procedure(this: IPluginSet; status: IStatus; s: PAnsiChar); cdecl; |
|
This item has no description. |
IConfigEntry_getNamePtr = function(this: IConfigEntry): PAnsiChar; cdecl; |
|
This item has no description. |
IConfigEntry_getValuePtr = function(this: IConfigEntry): PAnsiChar; cdecl; |
|
This item has no description. |
IConfigEntry_getIntValuePtr = function(this: IConfigEntry): Int64; cdecl; |
|
This item has no description. |
IConfigEntry_getBoolValuePtr = function(this: IConfigEntry): Boolean; cdecl; |
|
This item has no description. |
IConfigEntry_getSubConfigPtr = function(this: IConfigEntry; status: IStatus): IConfig; cdecl; |
|
This item has no description. |
IConfig_findPtr = function(this: IConfig; status: IStatus; name: PAnsiChar): IConfigEntry; cdecl; |
|
This item has no description. |
IConfig_findValuePtr = function(this: IConfig; status: IStatus; name: PAnsiChar; value: PAnsiChar): IConfigEntry; cdecl; |
|
This item has no description. |
IConfig_findPosPtr = function(this: IConfig; status: IStatus; name: PAnsiChar; pos: Cardinal): IConfigEntry; cdecl; |
|
This item has no description. |
IFirebirdConf_getKeyPtr = function(this: IFirebirdConf; name: PAnsiChar): Cardinal; cdecl; |
|
This item has no description. |
IFirebirdConf_asIntegerPtr = function(this: IFirebirdConf; key: Cardinal): Int64; cdecl; |
|
This item has no description. |
IFirebirdConf_asStringPtr = function(this: IFirebirdConf; key: Cardinal): PAnsiChar; cdecl; |
|
This item has no description. |
IFirebirdConf_asBooleanPtr = function(this: IFirebirdConf; key: Cardinal): Boolean; cdecl; |
|
This item has no description. |
IPluginConfig_getConfigFileNamePtr = function(this: IPluginConfig): PAnsiChar; cdecl; |
|
This item has no description. |
IPluginConfig_getDefaultConfigPtr = function(this: IPluginConfig; status: IStatus): IConfig; cdecl; |
|
This item has no description. |
IPluginConfig_getFirebirdConfPtr = function(this: IPluginConfig; status: IStatus): IFirebirdConf; cdecl; |
|
This item has no description. |
IPluginConfig_setReleaseDelayPtr = procedure(this: IPluginConfig; status: IStatus; microSeconds: QWord); cdecl; |
|
This item has no description. |
IPluginFactory_createPluginPtr = function(this: IPluginFactory; status: IStatus; factoryParameter: IPluginConfig): IPluginBase; cdecl; |
|
This item has no description. |
IPluginModule_doCleanPtr = procedure(this: IPluginModule); cdecl; |
|
This item has no description. |
IPluginManager_registerPluginFactoryPtr = procedure(this: IPluginManager; pluginType: Cardinal; defaultName: PAnsiChar; factory: IPluginFactory); cdecl; |
|
This item has no description. |
IPluginManager_registerModulePtr = procedure(this: IPluginManager; cleanup: IPluginModule); cdecl; |
|
This item has no description. |
IPluginManager_unregisterModulePtr = procedure(this: IPluginManager; cleanup: IPluginModule); cdecl; |
|
This item has no description. |
IPluginManager_getPluginsPtr = function(this: IPluginManager; status: IStatus; pluginType: Cardinal; namesList: PAnsiChar; firebirdConf: IFirebirdConf): IPluginSet; cdecl; |
|
This item has no description. |
IPluginManager_getConfigPtr = function(this: IPluginManager; status: IStatus; filename: PAnsiChar): IConfig; cdecl; |
|
This item has no description. |
IPluginManager_releasePluginPtr = procedure(this: IPluginManager; plugin: IPluginBase); cdecl; |
|
This item has no description. |
ICryptKey_setSymmetricPtr = procedure(this: ICryptKey; status: IStatus; type_: PAnsiChar; keyLength: Cardinal; key: Pointer); cdecl; |
|
This item has no description. |
ICryptKey_setAsymmetricPtr = procedure(this: ICryptKey; status: IStatus; type_: PAnsiChar; encryptKeyLength: Cardinal; encryptKey: Pointer; decryptKeyLength: Cardinal; decryptKey: Pointer); cdecl; |
|
This item has no description. |
ICryptKey_getEncryptKeyPtr = function(this: ICryptKey; length: CardinalPtr): Pointer; cdecl; |
|
This item has no description. |
ICryptKey_getDecryptKeyPtr = function(this: ICryptKey; length: CardinalPtr): Pointer; cdecl; |
|
This item has no description. |
IConfigManager_getDirectoryPtr = function(this: IConfigManager; code: Cardinal): PAnsiChar; cdecl; |
|
This item has no description. |
IConfigManager_getFirebirdConfPtr = function(this: IConfigManager): IFirebirdConf; cdecl; |
|
This item has no description. |
IConfigManager_getDatabaseConfPtr = function(this: IConfigManager; dbName: PAnsiChar): IFirebirdConf; cdecl; |
|
This item has no description. |
IConfigManager_getPluginConfigPtr = function(this: IConfigManager; configuredPlugin: PAnsiChar): IConfig; cdecl; |
|
This item has no description. |
IConfigManager_getInstallDirectoryPtr = function(this: IConfigManager): PAnsiChar; cdecl; |
|
This item has no description. |
IConfigManager_getRootDirectoryPtr = function(this: IConfigManager): PAnsiChar; cdecl; |
|
This item has no description. |
IEventCallback_eventCallbackFunctionPtr = procedure(this: IEventCallback; length: Cardinal; events: BytePtr); cdecl; |
|
This item has no description. |
IBlob_getInfoPtr = procedure(this: IBlob; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
|
This item has no description. |
IBlob_getSegmentPtr = function(this: IBlob; status: IStatus; bufferLength: Cardinal; buffer: Pointer; segmentLength: CardinalPtr): Integer; cdecl; |
|
This item has no description. |
IBlob_putSegmentPtr = procedure(this: IBlob; status: IStatus; length: Cardinal; buffer: Pointer); cdecl; |
|
This item has no description. |
IBlob_cancelPtr = procedure(this: IBlob; status: IStatus); cdecl; |
|
This item has no description. |
IBlob_closePtr = procedure(this: IBlob; status: IStatus); cdecl; |
|
This item has no description. |
IBlob_seekPtr = function(this: IBlob; status: IStatus; mode: Integer; offset: Integer): Integer; cdecl; |
|
This item has no description. |
ITransaction_getInfoPtr = procedure(this: ITransaction; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
|
This item has no description. |
ITransaction_preparePtr = procedure(this: ITransaction; status: IStatus; msgLength: Cardinal; message: BytePtr); cdecl; |
|
This item has no description. |
ITransaction_commitPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
|
This item has no description. |
ITransaction_commitRetainingPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
|
This item has no description. |
ITransaction_rollbackPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
|
This item has no description. |
ITransaction_rollbackRetainingPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
|
This item has no description. |
ITransaction_disconnectPtr = procedure(this: ITransaction; status: IStatus); cdecl; |
|
This item has no description. |
ITransaction_joinPtr = function(this: ITransaction; status: IStatus; transaction: ITransaction): ITransaction; cdecl; |
|
This item has no description. |
ITransaction_validatePtr = function(this: ITransaction; status: IStatus; attachment: IAttachment): ITransaction; cdecl; |
|
This item has no description. |
ITransaction_enterDtcPtr = function(this: ITransaction; status: IStatus): ITransaction; cdecl; |
|
This item has no description. |
IMessageMetadata_getCountPtr = function(this: IMessageMetadata; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IMessageMetadata_getFieldPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
|
This item has no description. |
IMessageMetadata_getRelationPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
|
This item has no description. |
IMessageMetadata_getOwnerPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
|
This item has no description. |
IMessageMetadata_getAliasPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): PAnsiChar; cdecl; |
|
This item has no description. |
IMessageMetadata_getTypePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
|
This item has no description. |
IMessageMetadata_isNullablePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Boolean; cdecl; |
|
This item has no description. |
IMessageMetadata_getSubTypePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Integer; cdecl; |
|
This item has no description. |
IMessageMetadata_getLengthPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
|
This item has no description. |
IMessageMetadata_getScalePtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Integer; cdecl; |
|
This item has no description. |
IMessageMetadata_getCharSetPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
|
This item has no description. |
IMessageMetadata_getOffsetPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
|
This item has no description. |
IMessageMetadata_getNullOffsetPtr = function(this: IMessageMetadata; status: IStatus; index: Cardinal): Cardinal; cdecl; |
|
This item has no description. |
IMessageMetadata_getBuilderPtr = function(this: IMessageMetadata; status: IStatus): IMetadataBuilder; cdecl; |
|
This item has no description. |
IMessageMetadata_getMessageLengthPtr = function(this: IMessageMetadata; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IMetadataBuilder_setTypePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; type_: Cardinal); cdecl; |
|
This item has no description. |
IMetadataBuilder_setSubTypePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; subType: Integer); cdecl; |
|
This item has no description. |
IMetadataBuilder_setLengthPtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; length: Cardinal); cdecl; |
|
This item has no description. |
IMetadataBuilder_setCharSetPtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; charSet: Cardinal); cdecl; |
|
This item has no description. |
IMetadataBuilder_setScalePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal; scale: Cardinal); cdecl; |
|
This item has no description. |
IMetadataBuilder_truncatePtr = procedure(this: IMetadataBuilder; status: IStatus; count: Cardinal); cdecl; |
|
This item has no description. |
IMetadataBuilder_moveNameToIndexPtr = procedure(this: IMetadataBuilder; status: IStatus; name: PAnsiChar; index: Cardinal); cdecl; |
|
This item has no description. |
IMetadataBuilder_removePtr = procedure(this: IMetadataBuilder; status: IStatus; index: Cardinal); cdecl; |
|
This item has no description. |
IMetadataBuilder_addFieldPtr = function(this: IMetadataBuilder; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IMetadataBuilder_getMetadataPtr = function(this: IMetadataBuilder; status: IStatus): IMessageMetadata; cdecl; |
|
This item has no description. |
IResultSet_fetchNextPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
|
This item has no description. |
IResultSet_fetchPriorPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
|
This item has no description. |
IResultSet_fetchFirstPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
|
This item has no description. |
IResultSet_fetchLastPtr = function(this: IResultSet; status: IStatus; message: Pointer): Integer; cdecl; |
|
This item has no description. |
IResultSet_fetchAbsolutePtr = function(this: IResultSet; status: IStatus; position: Integer; message: Pointer): Integer; cdecl; |
|
This item has no description. |
IResultSet_fetchRelativePtr = function(this: IResultSet; status: IStatus; offset: Integer; message: Pointer): Integer; cdecl; |
|
This item has no description. |
IResultSet_isEofPtr = function(this: IResultSet; status: IStatus): Boolean; cdecl; |
|
This item has no description. |
IResultSet_isBofPtr = function(this: IResultSet; status: IStatus): Boolean; cdecl; |
|
This item has no description. |
IResultSet_getMetadataPtr = function(this: IResultSet; status: IStatus): IMessageMetadata; cdecl; |
|
This item has no description. |
IResultSet_closePtr = procedure(this: IResultSet; status: IStatus); cdecl; |
|
This item has no description. |
IResultSet_setDelayedOutputFormatPtr = procedure(this: IResultSet; status: IStatus; format: IMessageMetadata); cdecl; |
|
This item has no description. |
IStatement_getInfoPtr = procedure(this: IStatement; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
|
This item has no description. |
IStatement_getTypePtr = function(this: IStatement; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IStatement_getPlanPtr = function(this: IStatement; status: IStatus; detailed: Boolean): PAnsiChar; cdecl; |
|
This item has no description. |
IStatement_getAffectedRecordsPtr = function(this: IStatement; status: IStatus): QWord; cdecl; |
|
This item has no description. |
IStatement_getInputMetadataPtr = function(this: IStatement; status: IStatus): IMessageMetadata; cdecl; |
|
This item has no description. |
IStatement_getOutputMetadataPtr = function(this: IStatement; status: IStatus): IMessageMetadata; cdecl; |
|
This item has no description. |
IStatement_executePtr = function(this: IStatement; status: IStatus; transaction: ITransaction; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; outBuffer: Pointer): ITransaction; cdecl; |
|
This item has no description. |
IStatement_openCursorPtr = function(this: IStatement; status: IStatus; transaction: ITransaction; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; flags: Cardinal): IResultSet; cdecl; |
|
This item has no description. |
IStatement_setCursorNamePtr = procedure(this: IStatement; status: IStatus; name: PAnsiChar); cdecl; |
|
This item has no description. |
IStatement_freePtr = procedure(this: IStatement; status: IStatus); cdecl; |
|
This item has no description. |
IStatement_getFlagsPtr = function(this: IStatement; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IRequest_receivePtr = procedure(this: IRequest; status: IStatus; level: Integer; msgType: Cardinal; length: Cardinal; message: BytePtr); cdecl; |
|
This item has no description. |
IRequest_sendPtr = procedure(this: IRequest; status: IStatus; level: Integer; msgType: Cardinal; length: Cardinal; message: BytePtr); cdecl; |
|
This item has no description. |
IRequest_getInfoPtr = procedure(this: IRequest; status: IStatus; level: Integer; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
|
This item has no description. |
IRequest_startPtr = procedure(this: IRequest; status: IStatus; tra: ITransaction; level: Integer); cdecl; |
|
This item has no description. |
IRequest_startAndSendPtr = procedure(this: IRequest; status: IStatus; tra: ITransaction; level: Integer; msgType: Cardinal; length: Cardinal; message: BytePtr); cdecl; |
|
This item has no description. |
IRequest_unwindPtr = procedure(this: IRequest; status: IStatus; level: Integer); cdecl; |
|
This item has no description. |
IRequest_freePtr = procedure(this: IRequest; status: IStatus); cdecl; |
|
This item has no description. |
IEvents_cancelPtr = procedure(this: IEvents; status: IStatus); cdecl; |
|
This item has no description. |
IAttachment_getInfoPtr = procedure(this: IAttachment; status: IStatus; itemsLength: Cardinal; items: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
|
This item has no description. |
IAttachment_startTransactionPtr = function(this: IAttachment; status: IStatus; tpbLength: Cardinal; tpb: BytePtr): ITransaction; cdecl; |
|
This item has no description. |
IAttachment_reconnectTransactionPtr = function(this: IAttachment; status: IStatus; length: Cardinal; id: BytePtr): ITransaction; cdecl; |
|
This item has no description. |
IAttachment_compileRequestPtr = function(this: IAttachment; status: IStatus; blrLength: Cardinal; blr: BytePtr): IRequest; cdecl; |
|
This item has no description. |
IAttachment_transactRequestPtr = procedure(this: IAttachment; status: IStatus; transaction: ITransaction; blrLength: Cardinal; blr: BytePtr; inMsgLength: Cardinal; inMsg: BytePtr; outMsgLength: Cardinal; outMsg: BytePtr); cdecl; |
|
This item has no description. |
IAttachment_createBlobPtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; bpbLength: Cardinal; bpb: BytePtr): IBlob; cdecl; |
|
This item has no description. |
IAttachment_openBlobPtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; bpbLength: Cardinal; bpb: BytePtr): IBlob; cdecl; |
|
This item has no description. |
IAttachment_getSlicePtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; sdlLength: Cardinal; sdl: BytePtr; paramLength: Cardinal; param: BytePtr; sliceLength: Integer; slice: BytePtr): Integer; cdecl; |
|
This item has no description. |
IAttachment_putSlicePtr = procedure(this: IAttachment; status: IStatus; transaction: ITransaction; id: ISC_QUADPtr; sdlLength: Cardinal; sdl: BytePtr; paramLength: Cardinal; param: BytePtr; sliceLength: Integer; slice: BytePtr); cdecl; |
|
This item has no description. |
IAttachment_executeDynPtr = procedure(this: IAttachment; status: IStatus; transaction: ITransaction; length: Cardinal; dyn: BytePtr); cdecl; |
|
This item has no description. |
IAttachment_preparePtr = function(this: IAttachment; status: IStatus; tra: ITransaction; stmtLength: Cardinal; sqlStmt: PAnsiChar; dialect: Cardinal; flags: Cardinal): IStatement; cdecl; |
|
This item has no description. |
IAttachment_executePtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; stmtLength: Cardinal; sqlStmt: PAnsiChar; dialect: Cardinal; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; outBuffer: Pointer): ITransaction; cdecl; |
|
This item has no description. |
IAttachment_openCursorPtr = function(this: IAttachment; status: IStatus; transaction: ITransaction; stmtLength: Cardinal; sqlStmt: PAnsiChar; dialect: Cardinal; inMetadata: IMessageMetadata; inBuffer: Pointer; outMetadata: IMessageMetadata; cursorName: PAnsiChar; cursorFlags: Cardinal): IResultSet; cdecl; |
|
This item has no description. |
IAttachment_queEventsPtr = function(this: IAttachment; status: IStatus; callback: IEventCallback; length: Cardinal; events: BytePtr): IEvents; cdecl; |
|
This item has no description. |
IAttachment_cancelOperationPtr = procedure(this: IAttachment; status: IStatus; option: Integer); cdecl; |
|
This item has no description. |
IAttachment_pingPtr = procedure(this: IAttachment; status: IStatus); cdecl; |
|
This item has no description. |
IAttachment_detachPtr = procedure(this: IAttachment; status: IStatus); cdecl; |
|
This item has no description. |
IAttachment_dropDatabasePtr = procedure(this: IAttachment; status: IStatus); cdecl; |
|
This item has no description. |
IService_detachPtr = procedure(this: IService; status: IStatus); cdecl; |
|
This item has no description. |
IService_queryPtr = procedure(this: IService; status: IStatus; sendLength: Cardinal; sendItems: BytePtr; receiveLength: Cardinal; receiveItems: BytePtr; bufferLength: Cardinal; buffer: BytePtr); cdecl; |
|
This item has no description. |
IService_startPtr = procedure(this: IService; status: IStatus; spbLength: Cardinal; spb: BytePtr); cdecl; |
|
This item has no description. |
IProvider_attachDatabasePtr = function(this: IProvider; status: IStatus; fileName: PAnsiChar; dpbLength: Cardinal; dpb: BytePtr): IAttachment; cdecl; |
|
This item has no description. |
IProvider_createDatabasePtr = function(this: IProvider; status: IStatus; fileName: PAnsiChar; dpbLength: Cardinal; dpb: BytePtr): IAttachment; cdecl; |
|
This item has no description. |
IProvider_attachServiceManagerPtr = function(this: IProvider; status: IStatus; service: PAnsiChar; spbLength: Cardinal; spb: BytePtr): IService; cdecl; |
|
This item has no description. |
IProvider_shutdownPtr = procedure(this: IProvider; status: IStatus; timeout: Cardinal; reason: Integer); cdecl; |
|
This item has no description. |
IProvider_setDbCryptCallbackPtr = procedure(this: IProvider; status: IStatus; cryptCallback: ICryptKeyCallback); cdecl; |
|
This item has no description. |
IDtcStart_addAttachmentPtr = procedure(this: IDtcStart; status: IStatus; att: IAttachment); cdecl; |
|
This item has no description. |
IDtcStart_addWithTpbPtr = procedure(this: IDtcStart; status: IStatus; att: IAttachment; length: Cardinal; tpb: BytePtr); cdecl; |
|
This item has no description. |
IDtcStart_startPtr = function(this: IDtcStart; status: IStatus): ITransaction; cdecl; |
|
This item has no description. |
IDtc_joinPtr = function(this: IDtc; status: IStatus; one: ITransaction; two: ITransaction): ITransaction; cdecl; |
|
This item has no description. |
IDtc_startBuilderPtr = function(this: IDtc; status: IStatus): IDtcStart; cdecl; |
|
This item has no description. |
IWriter_resetPtr = procedure(this: IWriter); cdecl; |
|
This item has no description. |
IWriter_addPtr = procedure(this: IWriter; status: IStatus; name: PAnsiChar); cdecl; |
|
This item has no description. |
IWriter_setTypePtr = procedure(this: IWriter; status: IStatus; value: PAnsiChar); cdecl; |
|
This item has no description. |
IWriter_setDbPtr = procedure(this: IWriter; status: IStatus; value: PAnsiChar); cdecl; |
|
This item has no description. |
IServerBlock_getLoginPtr = function(this: IServerBlock): PAnsiChar; cdecl; |
|
This item has no description. |
IServerBlock_getDataPtr = function(this: IServerBlock; length: CardinalPtr): BytePtr; cdecl; |
|
This item has no description. |
IServerBlock_putDataPtr = procedure(this: IServerBlock; status: IStatus; length: Cardinal; data: Pointer); cdecl; |
|
This item has no description. |
IServerBlock_newKeyPtr = function(this: IServerBlock; status: IStatus): ICryptKey; cdecl; |
|
This item has no description. |
IClientBlock_getLoginPtr = function(this: IClientBlock): PAnsiChar; cdecl; |
|
This item has no description. |
IClientBlock_getPasswordPtr = function(this: IClientBlock): PAnsiChar; cdecl; |
|
This item has no description. |
IClientBlock_getDataPtr = function(this: IClientBlock; length: CardinalPtr): BytePtr; cdecl; |
|
This item has no description. |
IClientBlock_putDataPtr = procedure(this: IClientBlock; status: IStatus; length: Cardinal; data: Pointer); cdecl; |
|
This item has no description. |
IClientBlock_newKeyPtr = function(this: IClientBlock; status: IStatus): ICryptKey; cdecl; |
|
This item has no description. |
IServer_authenticatePtr = function(this: IServer; status: IStatus; sBlock: IServerBlock; writerInterface: IWriter): Integer; cdecl; |
|
This item has no description. |
IClient_authenticatePtr = function(this: IClient; status: IStatus; cBlock: IClientBlock): Integer; cdecl; |
|
This item has no description. |
IUserField_enteredPtr = function(this: IUserField): Integer; cdecl; |
|
This item has no description. |
IUserField_specifiedPtr = function(this: IUserField): Integer; cdecl; |
|
This item has no description. |
IUserField_setEnteredPtr = procedure(this: IUserField; status: IStatus; newValue: Integer); cdecl; |
|
This item has no description. |
ICharUserField_getPtr = function(this: ICharUserField): PAnsiChar; cdecl; |
|
This item has no description. |
ICharUserField_set_Ptr = procedure(this: ICharUserField; status: IStatus; newValue: PAnsiChar); cdecl; |
|
This item has no description. |
IIntUserField_getPtr = function(this: IIntUserField): Integer; cdecl; |
|
This item has no description. |
IIntUserField_set_Ptr = procedure(this: IIntUserField; status: IStatus; newValue: Integer); cdecl; |
|
This item has no description. |
IUser_operationPtr = function(this: IUser): Cardinal; cdecl; |
|
This item has no description. |
IUser_userNamePtr = function(this: IUser): ICharUserField; cdecl; |
|
This item has no description. |
IUser_passwordPtr = function(this: IUser): ICharUserField; cdecl; |
|
This item has no description. |
IUser_firstNamePtr = function(this: IUser): ICharUserField; cdecl; |
|
This item has no description. |
IUser_lastNamePtr = function(this: IUser): ICharUserField; cdecl; |
|
This item has no description. |
IUser_middleNamePtr = function(this: IUser): ICharUserField; cdecl; |
|
This item has no description. |
IUser_commentPtr = function(this: IUser): ICharUserField; cdecl; |
|
This item has no description. |
IUser_attributesPtr = function(this: IUser): ICharUserField; cdecl; |
|
This item has no description. |
IUser_activePtr = function(this: IUser): IIntUserField; cdecl; |
|
This item has no description. |
IUser_adminPtr = function(this: IUser): IIntUserField; cdecl; |
|
This item has no description. |
IUser_clearPtr = procedure(this: IUser; status: IStatus); cdecl; |
|
This item has no description. |
IListUsers_listPtr = procedure(this: IListUsers; status: IStatus; user: IUser); cdecl; |
|
This item has no description. |
ILogonInfo_namePtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ILogonInfo_rolePtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ILogonInfo_networkProtocolPtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ILogonInfo_remoteAddressPtr = function(this: ILogonInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ILogonInfo_authBlockPtr = function(this: ILogonInfo; length: CardinalPtr): BytePtr; cdecl; |
|
This item has no description. |
IManagement_startPtr = procedure(this: IManagement; status: IStatus; logonInfo: ILogonInfo); cdecl; |
|
This item has no description. |
IManagement_executePtr = function(this: IManagement; status: IStatus; user: IUser; callback: IListUsers): Integer; cdecl; |
|
This item has no description. |
IManagement_commitPtr = procedure(this: IManagement; status: IStatus); cdecl; |
|
This item has no description. |
IManagement_rollbackPtr = procedure(this: IManagement; status: IStatus); cdecl; |
|
This item has no description. |
IWireCryptPlugin_getKnownTypesPtr = function(this: IWireCryptPlugin; status: IStatus): PAnsiChar; cdecl; |
|
This item has no description. |
IWireCryptPlugin_setKeyPtr = procedure(this: IWireCryptPlugin; status: IStatus; key: ICryptKey); cdecl; |
|
This item has no description. |
IWireCryptPlugin_encryptPtr = procedure(this: IWireCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
|
This item has no description. |
IWireCryptPlugin_decryptPtr = procedure(this: IWireCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
|
This item has no description. |
ICryptKeyCallback_callbackPtr = function(this: ICryptKeyCallback; dataLength: Cardinal; data: Pointer; bufferLength: Cardinal; buffer: Pointer): Cardinal; cdecl; |
|
This item has no description. |
IKeyHolderPlugin_keyCallbackPtr = function(this: IKeyHolderPlugin; status: IStatus; callback: ICryptKeyCallback): Integer; cdecl; |
|
This item has no description. |
IKeyHolderPlugin_keyHandlePtr = function(this: IKeyHolderPlugin; status: IStatus; keyName: PAnsiChar): ICryptKeyCallback; cdecl; |
|
This item has no description. |
IDbCryptPlugin_setKeyPtr = procedure(this: IDbCryptPlugin; status: IStatus; length: Cardinal; sources: IKeyHolderPluginPtr; keyName: PAnsiChar); cdecl; |
|
This item has no description. |
IDbCryptPlugin_encryptPtr = procedure(this: IDbCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
|
This item has no description. |
IDbCryptPlugin_decryptPtr = procedure(this: IDbCryptPlugin; status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); cdecl; |
|
This item has no description. |
IExternalContext_getMasterPtr = function(this: IExternalContext): IMaster; cdecl; |
|
This item has no description. |
IExternalContext_getEnginePtr = function(this: IExternalContext; status: IStatus): IExternalEngine; cdecl; |
|
This item has no description. |
IExternalContext_getAttachmentPtr = function(this: IExternalContext; status: IStatus): IAttachment; cdecl; |
|
This item has no description. |
IExternalContext_getTransactionPtr = function(this: IExternalContext; status: IStatus): ITransaction; cdecl; |
|
This item has no description. |
IExternalContext_getUserNamePtr = function(this: IExternalContext): PAnsiChar; cdecl; |
|
This item has no description. |
IExternalContext_getDatabaseNamePtr = function(this: IExternalContext): PAnsiChar; cdecl; |
|
This item has no description. |
IExternalContext_getClientCharSetPtr = function(this: IExternalContext): PAnsiChar; cdecl; |
|
This item has no description. |
IExternalContext_obtainInfoCodePtr = function(this: IExternalContext): Integer; cdecl; |
|
This item has no description. |
IExternalContext_getInfoPtr = function(this: IExternalContext; code: Integer): Pointer; cdecl; |
|
This item has no description. |
IExternalContext_setInfoPtr = function(this: IExternalContext; code: Integer; value: Pointer): Pointer; cdecl; |
|
This item has no description. |
IExternalResultSet_fetchPtr = function(this: IExternalResultSet; status: IStatus): Boolean; cdecl; |
|
This item has no description. |
IExternalFunction_getCharSetPtr = procedure(this: IExternalFunction; status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); cdecl; |
|
This item has no description. |
IExternalFunction_executePtr = procedure(this: IExternalFunction; status: IStatus; context: IExternalContext; inMsg: Pointer; outMsg: Pointer); cdecl; |
|
This item has no description. |
IExternalProcedure_getCharSetPtr = procedure(this: IExternalProcedure; status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); cdecl; |
|
This item has no description. |
IExternalProcedure_openPtr = function(this: IExternalProcedure; status: IStatus; context: IExternalContext; inMsg: Pointer; outMsg: Pointer): IExternalResultSet; cdecl; |
|
This item has no description. |
IExternalTrigger_getCharSetPtr = procedure(this: IExternalTrigger; status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); cdecl; |
|
This item has no description. |
IExternalTrigger_executePtr = procedure(this: IExternalTrigger; status: IStatus; context: IExternalContext; action: Cardinal; oldMsg: Pointer; newMsg: Pointer); cdecl; |
|
This item has no description. |
IRoutineMetadata_getPackagePtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
|
This item has no description. |
IRoutineMetadata_getNamePtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
|
This item has no description. |
IRoutineMetadata_getEntryPointPtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
|
This item has no description. |
IRoutineMetadata_getBodyPtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
|
This item has no description. |
IRoutineMetadata_getInputMetadataPtr = function(this: IRoutineMetadata; status: IStatus): IMessageMetadata; cdecl; |
|
This item has no description. |
IRoutineMetadata_getOutputMetadataPtr = function(this: IRoutineMetadata; status: IStatus): IMessageMetadata; cdecl; |
|
This item has no description. |
IRoutineMetadata_getTriggerMetadataPtr = function(this: IRoutineMetadata; status: IStatus): IMessageMetadata; cdecl; |
|
This item has no description. |
IRoutineMetadata_getTriggerTablePtr = function(this: IRoutineMetadata; status: IStatus): PAnsiChar; cdecl; |
|
This item has no description. |
IRoutineMetadata_getTriggerTypePtr = function(this: IRoutineMetadata; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IExternalEngine_openPtr = procedure(this: IExternalEngine; status: IStatus; context: IExternalContext; charSet: PAnsiChar; charSetSize: Cardinal); cdecl; |
|
This item has no description. |
IExternalEngine_openAttachmentPtr = procedure(this: IExternalEngine; status: IStatus; context: IExternalContext); cdecl; |
|
This item has no description. |
IExternalEngine_closeAttachmentPtr = procedure(this: IExternalEngine; status: IStatus; context: IExternalContext); cdecl; |
|
This item has no description. |
IExternalEngine_makeFunctionPtr = function(this: IExternalEngine; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder): IExternalFunction; cdecl; |
|
This item has no description. |
IExternalEngine_makeProcedurePtr = function(this: IExternalEngine; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder): IExternalProcedure; cdecl; |
|
This item has no description. |
IExternalEngine_makeTriggerPtr = function(this: IExternalEngine; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; fieldsBuilder: IMetadataBuilder): IExternalTrigger; cdecl; |
|
This item has no description. |
ITimer_handlerPtr = procedure(this: ITimer); cdecl; |
|
This item has no description. |
ITimerControl_startPtr = procedure(this: ITimerControl; status: IStatus; timer: ITimer; microSeconds: QWord); cdecl; |
|
This item has no description. |
ITimerControl_stopPtr = procedure(this: ITimerControl; status: IStatus; timer: ITimer); cdecl; |
|
This item has no description. |
IVersionCallback_callbackPtr = procedure(this: IVersionCallback; status: IStatus; text: PAnsiChar); cdecl; |
|
This item has no description. |
IUtil_getFbVersionPtr = procedure(this: IUtil; status: IStatus; att: IAttachment; callback: IVersionCallback); cdecl; |
|
This item has no description. |
IUtil_loadBlobPtr = procedure(this: IUtil; status: IStatus; blobId: ISC_QUADPtr; att: IAttachment; tra: ITransaction; file_: PAnsiChar; txt: Boolean); cdecl; |
|
This item has no description. |
IUtil_dumpBlobPtr = procedure(this: IUtil; status: IStatus; blobId: ISC_QUADPtr; att: IAttachment; tra: ITransaction; file_: PAnsiChar; txt: Boolean); cdecl; |
|
This item has no description. |
IUtil_getPerfCountersPtr = procedure(this: IUtil; status: IStatus; att: IAttachment; countersSet: PAnsiChar; counters: Int64Ptr); cdecl; |
|
This item has no description. |
IUtil_executeCreateDatabasePtr = function(this: IUtil; status: IStatus; stmtLength: Cardinal; creatDBstatement: PAnsiChar; dialect: Cardinal; stmtIsCreateDb: BooleanPtr): IAttachment; cdecl; |
|
This item has no description. |
IUtil_decodeDatePtr = procedure(this: IUtil; date: ISC_DATE; year: CardinalPtr; month: CardinalPtr; day: CardinalPtr); cdecl; |
|
This item has no description. |
IUtil_decodeTimePtr = procedure(this: IUtil; time: ISC_TIME; hours: CardinalPtr; minutes: CardinalPtr; seconds: CardinalPtr; fractions: CardinalPtr); cdecl; |
|
This item has no description. |
IUtil_encodeDatePtr = function(this: IUtil; year: Cardinal; month: Cardinal; day: Cardinal): ISC_DATE; cdecl; |
|
This item has no description. |
IUtil_encodeTimePtr = function(this: IUtil; hours: Cardinal; minutes: Cardinal; seconds: Cardinal; fractions: Cardinal): ISC_TIME; cdecl; |
|
This item has no description. |
IUtil_formatStatusPtr = function(this: IUtil; buffer: PAnsiChar; bufferSize: Cardinal; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IUtil_getClientVersionPtr = function(this: IUtil): Cardinal; cdecl; |
|
This item has no description. |
IUtil_getXpbBuilderPtr = function(this: IUtil; status: IStatus; kind: Cardinal; buf: BytePtr; len: Cardinal): IXpbBuilder; cdecl; |
|
This item has no description. |
IUtil_setOffsetsPtr = function(this: IUtil; status: IStatus; metadata: IMessageMetadata; callback: IOffsetsCallback): Cardinal; cdecl; |
|
This item has no description. |
IOffsetsCallback_setOffsetPtr = procedure(this: IOffsetsCallback; status: IStatus; index: Cardinal; offset: Cardinal; nullOffset: Cardinal); cdecl; |
|
This item has no description. |
IXpbBuilder_clearPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
|
This item has no description. |
IXpbBuilder_removeCurrentPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
|
This item has no description. |
IXpbBuilder_insertIntPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; value: Integer); cdecl; |
|
This item has no description. |
IXpbBuilder_insertBigIntPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; value: Int64); cdecl; |
|
This item has no description. |
IXpbBuilder_insertBytesPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; bytes: Pointer; length: Cardinal); cdecl; |
|
This item has no description. |
IXpbBuilder_insertStringPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte; str: PAnsiChar); cdecl; |
|
This item has no description. |
IXpbBuilder_insertTagPtr = procedure(this: IXpbBuilder; status: IStatus; tag: Byte); cdecl; |
|
This item has no description. |
IXpbBuilder_isEofPtr = function(this: IXpbBuilder; status: IStatus): Boolean; cdecl; |
|
This item has no description. |
IXpbBuilder_moveNextPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
|
This item has no description. |
IXpbBuilder_rewindPtr = procedure(this: IXpbBuilder; status: IStatus); cdecl; |
|
This item has no description. |
IXpbBuilder_findFirstPtr = function(this: IXpbBuilder; status: IStatus; tag: Byte): Boolean; cdecl; |
|
This item has no description. |
IXpbBuilder_findNextPtr = function(this: IXpbBuilder; status: IStatus): Boolean; cdecl; |
|
This item has no description. |
IXpbBuilder_getTagPtr = function(this: IXpbBuilder; status: IStatus): Byte; cdecl; |
|
This item has no description. |
IXpbBuilder_getLengthPtr = function(this: IXpbBuilder; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IXpbBuilder_getIntPtr = function(this: IXpbBuilder; status: IStatus): Integer; cdecl; |
|
This item has no description. |
IXpbBuilder_getBigIntPtr = function(this: IXpbBuilder; status: IStatus): Int64; cdecl; |
|
This item has no description. |
IXpbBuilder_getStringPtr = function(this: IXpbBuilder; status: IStatus): PAnsiChar; cdecl; |
|
This item has no description. |
IXpbBuilder_getBytesPtr = function(this: IXpbBuilder; status: IStatus): BytePtr; cdecl; |
|
This item has no description. |
IXpbBuilder_getBufferLengthPtr = function(this: IXpbBuilder; status: IStatus): Cardinal; cdecl; |
|
This item has no description. |
IXpbBuilder_getBufferPtr = function(this: IXpbBuilder; status: IStatus): BytePtr; cdecl; |
|
This item has no description. |
ITraceConnection_getKindPtr = function(this: ITraceConnection): Cardinal; cdecl; |
|
This item has no description. |
ITraceConnection_getProcessIDPtr = function(this: ITraceConnection): Integer; cdecl; |
|
This item has no description. |
ITraceConnection_getUserNamePtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceConnection_getRoleNamePtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceConnection_getCharSetPtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceConnection_getRemoteProtocolPtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceConnection_getRemoteAddressPtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceConnection_getRemoteProcessIDPtr = function(this: ITraceConnection): Integer; cdecl; |
|
This item has no description. |
ITraceConnection_getRemoteProcessNamePtr = function(this: ITraceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceDatabaseConnection_getConnectionIDPtr = function(this: ITraceDatabaseConnection): Int64; cdecl; |
|
This item has no description. |
ITraceDatabaseConnection_getDatabaseNamePtr = function(this: ITraceDatabaseConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceTransaction_getTransactionIDPtr = function(this: ITraceTransaction): Int64; cdecl; |
|
This item has no description. |
ITraceTransaction_getReadOnlyPtr = function(this: ITraceTransaction): Boolean; cdecl; |
|
This item has no description. |
ITraceTransaction_getWaitPtr = function(this: ITraceTransaction): Integer; cdecl; |
|
This item has no description. |
ITraceTransaction_getIsolationPtr = function(this: ITraceTransaction): Cardinal; cdecl; |
|
This item has no description. |
ITraceTransaction_getPerfPtr = function(this: ITraceTransaction): PerformanceInfoPtr; cdecl; |
|
This item has no description. |
ITraceParams_getCountPtr = function(this: ITraceParams): Cardinal; cdecl; |
|
This item has no description. |
ITraceParams_getParamPtr = function(this: ITraceParams; idx: Cardinal): dscPtr; cdecl; |
|
This item has no description. |
ITraceStatement_getStmtIDPtr = function(this: ITraceStatement): Int64; cdecl; |
|
This item has no description. |
ITraceStatement_getPerfPtr = function(this: ITraceStatement): PerformanceInfoPtr; cdecl; |
|
This item has no description. |
ITraceSQLStatement_getTextPtr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceSQLStatement_getPlanPtr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceSQLStatement_getInputsPtr = function(this: ITraceSQLStatement): ITraceParams; cdecl; |
|
This item has no description. |
ITraceSQLStatement_getTextUTF8Ptr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceSQLStatement_getExplainedPlanPtr = function(this: ITraceSQLStatement): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceBLRStatement_getDataPtr = function(this: ITraceBLRStatement): BytePtr; cdecl; |
|
This item has no description. |
ITraceBLRStatement_getDataLengthPtr = function(this: ITraceBLRStatement): Cardinal; cdecl; |
|
This item has no description. |
ITraceBLRStatement_getTextPtr = function(this: ITraceBLRStatement): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceDYNRequest_getDataPtr = function(this: ITraceDYNRequest): BytePtr; cdecl; |
|
This item has no description. |
ITraceDYNRequest_getDataLengthPtr = function(this: ITraceDYNRequest): Cardinal; cdecl; |
|
This item has no description. |
ITraceDYNRequest_getTextPtr = function(this: ITraceDYNRequest): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceContextVariable_getNameSpacePtr = function(this: ITraceContextVariable): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceContextVariable_getVarNamePtr = function(this: ITraceContextVariable): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceContextVariable_getVarValuePtr = function(this: ITraceContextVariable): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceProcedure_getProcNamePtr = function(this: ITraceProcedure): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceProcedure_getInputsPtr = function(this: ITraceProcedure): ITraceParams; cdecl; |
|
This item has no description. |
ITraceProcedure_getPerfPtr = function(this: ITraceProcedure): PerformanceInfoPtr; cdecl; |
|
This item has no description. |
ITraceFunction_getFuncNamePtr = function(this: ITraceFunction): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceFunction_getInputsPtr = function(this: ITraceFunction): ITraceParams; cdecl; |
|
This item has no description. |
ITraceFunction_getResultPtr = function(this: ITraceFunction): ITraceParams; cdecl; |
|
This item has no description. |
ITraceFunction_getPerfPtr = function(this: ITraceFunction): PerformanceInfoPtr; cdecl; |
|
This item has no description. |
ITraceTrigger_getTriggerNamePtr = function(this: ITraceTrigger): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceTrigger_getRelationNamePtr = function(this: ITraceTrigger): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceTrigger_getActionPtr = function(this: ITraceTrigger): Integer; cdecl; |
|
This item has no description. |
ITraceTrigger_getWhichPtr = function(this: ITraceTrigger): Integer; cdecl; |
|
This item has no description. |
ITraceTrigger_getPerfPtr = function(this: ITraceTrigger): PerformanceInfoPtr; cdecl; |
|
This item has no description. |
ITraceServiceConnection_getServiceIDPtr = function(this: ITraceServiceConnection): Pointer; cdecl; |
|
This item has no description. |
ITraceServiceConnection_getServiceMgrPtr = function(this: ITraceServiceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceServiceConnection_getServiceNamePtr = function(this: ITraceServiceConnection): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceStatusVector_hasErrorPtr = function(this: ITraceStatusVector): Boolean; cdecl; |
|
This item has no description. |
ITraceStatusVector_hasWarningPtr = function(this: ITraceStatusVector): Boolean; cdecl; |
|
This item has no description. |
ITraceStatusVector_getStatusPtr = function(this: ITraceStatusVector): IStatus; cdecl; |
|
This item has no description. |
ITraceStatusVector_getTextPtr = function(this: ITraceStatusVector): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceSweepInfo_getOITPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
|
This item has no description. |
ITraceSweepInfo_getOSTPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
|
This item has no description. |
ITraceSweepInfo_getOATPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
|
This item has no description. |
ITraceSweepInfo_getNextPtr = function(this: ITraceSweepInfo): Int64; cdecl; |
|
This item has no description. |
ITraceSweepInfo_getPerfPtr = function(this: ITraceSweepInfo): PerformanceInfoPtr; cdecl; |
|
This item has no description. |
ITraceLogWriter_writePtr = function(this: ITraceLogWriter; buf: Pointer; size: Cardinal): Cardinal; cdecl; |
|
This item has no description. |
ITraceInitInfo_getConfigTextPtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceInitInfo_getTraceSessionIDPtr = function(this: ITraceInitInfo): Integer; cdecl; |
|
This item has no description. |
ITraceInitInfo_getTraceSessionNamePtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceInitInfo_getFirebirdRootDirectoryPtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceInitInfo_getDatabaseNamePtr = function(this: ITraceInitInfo): PAnsiChar; cdecl; |
|
This item has no description. |
ITraceInitInfo_getConnectionPtr = function(this: ITraceInitInfo): ITraceDatabaseConnection; cdecl; |
|
This item has no description. |
ITraceInitInfo_getLogWriterPtr = function(this: ITraceInitInfo): ITraceLogWriter; cdecl; |
|
This item has no description. |
ITracePlugin_trace_get_errorPtr = function(this: ITracePlugin): PAnsiChar; cdecl; |
|
This item has no description. |
ITracePlugin_trace_attachPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; create_db: Boolean; att_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_detachPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; drop_db: Boolean): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_transaction_startPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; tpb_length: Cardinal; tpb: BytePtr; tra_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_transaction_endPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; commit: Boolean; retain_context: Boolean; tra_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_proc_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; procedure_: ITraceProcedure; started: Boolean; proc_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_trigger_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; trigger: ITraceTrigger; started: Boolean; trig_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_set_contextPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; variable: ITraceContextVariable): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_dsql_preparePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceSQLStatement; time_millis: Int64; req_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_dsql_freePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; statement: ITraceSQLStatement; option: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_dsql_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceSQLStatement; started: Boolean; req_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_blr_compilePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceBLRStatement; time_millis: Int64; req_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_blr_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; statement: ITraceBLRStatement; req_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_dyn_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; request: ITraceDYNRequest; time_millis: Int64; req_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_service_attachPtr = function(this: ITracePlugin; service: ITraceServiceConnection; att_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_service_startPtr = function(this: ITracePlugin; service: ITraceServiceConnection; switches_length: Cardinal; switches: PAnsiChar; start_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_service_queryPtr = function(this: ITracePlugin; service: ITraceServiceConnection; send_item_length: Cardinal; send_items: BytePtr; recv_item_length: Cardinal; recv_items: BytePtr; query_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_service_detachPtr = function(this: ITracePlugin; service: ITraceServiceConnection; detach_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_event_errorPtr = function(this: ITracePlugin; connection: ITraceConnection; status: ITraceStatusVector; function_: PAnsiChar): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_event_sweepPtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; sweep: ITraceSweepInfo; sweep_state: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITracePlugin_trace_func_executePtr = function(this: ITracePlugin; connection: ITraceDatabaseConnection; transaction: ITraceTransaction; function_: ITraceFunction; started: Boolean; func_result: Cardinal): Boolean; cdecl; |
|
This item has no description. |
ITraceFactory_trace_needsPtr = function(this: ITraceFactory): QWord; cdecl; |
|
This item has no description. |
ITraceFactory_trace_createPtr = function(this: ITraceFactory; status: IStatus; init_info: ITraceInitInfo): ITracePlugin; cdecl; |
|
This item has no description. |
IUdrFunctionFactory_setupPtr = procedure(this: IUdrFunctionFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder); cdecl; |
|
This item has no description. |
IUdrFunctionFactory_newItemPtr = function(this: IUdrFunctionFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata): IExternalFunction; cdecl; |
|
This item has no description. |
IUdrProcedureFactory_setupPtr = procedure(this: IUdrProcedureFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; inBuilder: IMetadataBuilder; outBuilder: IMetadataBuilder); cdecl; |
|
This item has no description. |
IUdrProcedureFactory_newItemPtr = function(this: IUdrProcedureFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata): IExternalProcedure; cdecl; |
|
This item has no description. |
IUdrTriggerFactory_setupPtr = procedure(this: IUdrTriggerFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata; fieldsBuilder: IMetadataBuilder); cdecl; |
|
This item has no description. |
IUdrTriggerFactory_newItemPtr = function(this: IUdrTriggerFactory; status: IStatus; context: IExternalContext; metadata: IRoutineMetadata): IExternalTrigger; cdecl; |
|
This item has no description. |
IUdrPlugin_getMasterPtr = function(this: IUdrPlugin): IMaster; cdecl; |
|
This item has no description. |
IUdrPlugin_registerFunctionPtr = procedure(this: IUdrPlugin; status: IStatus; name: PAnsiChar; factory: IUdrFunctionFactory); cdecl; |
|
This item has no description. |
IUdrPlugin_registerProcedurePtr = procedure(this: IUdrPlugin; status: IStatus; name: PAnsiChar; factory: IUdrProcedureFactory); cdecl; |
|
This item has no description. |
IUdrPlugin_registerTriggerPtr = procedure(this: IUdrPlugin; status: IStatus; name: PAnsiChar; factory: IUdrTriggerFactory); cdecl; |
|
This item has no description. |
Constants
isc_dpb_version1 = byte(1); |
|
This item has no description. |
isc_dpb_version2 = byte(2); |
|
This item has no description. |
isc_dpb_cdd_pathname = byte(1); |
|
This item has no description. |
isc_dpb_allocation = byte(2); |
|
This item has no description. |
isc_dpb_journal = byte(3); |
|
This item has no description. |
isc_dpb_page_size = byte(4); |
|
This item has no description. |
isc_dpb_num_buffers = byte(5); |
|
This item has no description. |
isc_dpb_buffer_length = byte(6); |
|
This item has no description. |
isc_dpb_debug = byte(7); |
|
This item has no description. |
isc_dpb_garbage_collect = byte(8); |
|
This item has no description. |
isc_dpb_verify = byte(9); |
|
This item has no description. |
isc_dpb_sweep = byte(10); |
|
This item has no description. |
isc_dpb_enable_journal = byte(11); |
|
This item has no description. |
isc_dpb_disable_journal = byte(12); |
|
This item has no description. |
isc_dpb_dbkey_scope = byte(13); |
|
This item has no description. |
isc_dpb_number_of_users = byte(14); |
|
This item has no description. |
isc_dpb_trace = byte(15); |
|
This item has no description. |
isc_dpb_no_garbage_collect = byte(16); |
|
This item has no description. |
isc_dpb_damaged = byte(17); |
|
This item has no description. |
isc_dpb_license = byte(18); |
|
This item has no description. |
isc_dpb_sys_user_name = byte(19); |
|
This item has no description. |
isc_dpb_encrypt_key = byte(20); |
|
This item has no description. |
isc_dpb_activate_shadow = byte(21); |
|
This item has no description. |
isc_dpb_sweep_interval = byte(22); |
|
This item has no description. |
isc_dpb_delete_shadow = byte(23); |
|
This item has no description. |
isc_dpb_force_write = byte(24); |
|
This item has no description. |
isc_dpb_begin_log = byte(25); |
|
This item has no description. |
isc_dpb_quit_log = byte(26); |
|
This item has no description. |
isc_dpb_no_reserve = byte(27); |
|
This item has no description. |
isc_dpb_user_name = byte(28); |
|
This item has no description. |
isc_dpb_password = byte(29); |
|
This item has no description. |
isc_dpb_password_enc = byte(30); |
|
This item has no description. |
isc_dpb_sys_user_name_enc = byte(31); |
|
This item has no description. |
isc_dpb_interp = byte(32); |
|
This item has no description. |
isc_dpb_online_dump = byte(33); |
|
This item has no description. |
isc_dpb_old_file_size = byte(34); |
|
This item has no description. |
isc_dpb_old_num_files = byte(35); |
|
This item has no description. |
isc_dpb_old_file = byte(36); |
|
This item has no description. |
isc_dpb_old_start_page = byte(37); |
|
This item has no description. |
isc_dpb_old_start_seqno = byte(38); |
|
This item has no description. |
isc_dpb_old_start_file = byte(39); |
|
This item has no description. |
isc_dpb_drop_walfile = byte(40); |
|
This item has no description. |
isc_dpb_old_dump_id = byte(41); |
|
This item has no description. |
isc_dpb_wal_backup_dir = byte(42); |
|
This item has no description. |
isc_dpb_wal_chkptlen = byte(43); |
|
This item has no description. |
isc_dpb_wal_numbufs = byte(44); |
|
This item has no description. |
isc_dpb_wal_bufsize = byte(45); |
|
This item has no description. |
isc_dpb_wal_grp_cmt_wait = byte(46); |
|
This item has no description. |
isc_dpb_lc_messages = byte(47); |
|
This item has no description. |
isc_dpb_lc_ctype = byte(48); |
|
This item has no description. |
isc_dpb_cache_manager = byte(49); |
|
This item has no description. |
isc_dpb_shutdown = byte(50); |
|
This item has no description. |
isc_dpb_online = byte(51); |
|
This item has no description. |
isc_dpb_shutdown_delay = byte(52); |
|
This item has no description. |
isc_dpb_reserved = byte(53); |
|
This item has no description. |
isc_dpb_overwrite = byte(54); |
|
This item has no description. |
isc_dpb_sec_attach = byte(55); |
|
This item has no description. |
isc_dpb_disable_wal = byte(56); |
|
This item has no description. |
isc_dpb_connect_timeout = byte(57); |
|
This item has no description. |
isc_dpb_dummy_packet_interval = byte(58); |
|
This item has no description. |
isc_dpb_gbak_attach = byte(59); |
|
This item has no description. |
isc_dpb_sql_role_name = byte(60); |
|
This item has no description. |
isc_dpb_set_page_buffers = byte(61); |
|
This item has no description. |
isc_dpb_working_directory = byte(62); |
|
This item has no description. |
isc_dpb_sql_dialect = byte(63); |
|
This item has no description. |
isc_dpb_set_db_readonly = byte(64); |
|
This item has no description. |
isc_dpb_set_db_sql_dialect = byte(65); |
|
This item has no description. |
isc_dpb_gfix_attach = byte(66); |
|
This item has no description. |
isc_dpb_gstat_attach = byte(67); |
|
This item has no description. |
isc_dpb_set_db_charset = byte(68); |
|
This item has no description. |
isc_dpb_gsec_attach = byte(69); |
|
This item has no description. |
isc_dpb_address_path = byte(70); |
|
This item has no description. |
isc_dpb_process_id = byte(71); |
|
This item has no description. |
isc_dpb_no_db_triggers = byte(72); |
|
This item has no description. |
isc_dpb_trusted_auth = byte(73); |
|
This item has no description. |
isc_dpb_process_name = byte(74); |
|
This item has no description. |
isc_dpb_trusted_role = byte(75); |
|
This item has no description. |
isc_dpb_org_filename = byte(76); |
|
This item has no description. |
isc_dpb_utf8_filename = byte(77); |
|
This item has no description. |
isc_dpb_ext_call_depth = byte(78); |
|
This item has no description. |
isc_dpb_auth_block = byte(79); |
|
This item has no description. |
isc_dpb_client_version = byte(80); |
|
This item has no description. |
isc_dpb_remote_protocol = byte(81); |
|
This item has no description. |
isc_dpb_host_name = byte(82); |
|
This item has no description. |
isc_dpb_os_user = byte(83); |
|
This item has no description. |
isc_dpb_specific_auth_data = byte(84); |
|
This item has no description. |
isc_dpb_auth_plugin_list = byte(85); |
|
This item has no description. |
isc_dpb_auth_plugin_name = byte(86); |
|
This item has no description. |
isc_dpb_config = byte(87); |
|
This item has no description. |
isc_dpb_nolinger = byte(88); |
|
This item has no description. |
isc_dpb_reset_icu = byte(89); |
|
This item has no description. |
isc_dpb_map_attach = byte(90); |
|
This item has no description. |
isc_dpb_address = byte(1); |
|
This item has no description. |
isc_dpb_addr_protocol = byte(1); |
|
This item has no description. |
isc_dpb_addr_endpoint = byte(2); |
|
This item has no description. |
isc_dpb_pages = byte(1); |
|
This item has no description. |
isc_dpb_records = byte(2); |
|
This item has no description. |
isc_dpb_indices = byte(4); |
|
This item has no description. |
isc_dpb_transactions = byte(8); |
|
This item has no description. |
isc_dpb_no_update = byte(16); |
|
This item has no description. |
isc_dpb_repair = byte(32); |
|
This item has no description. |
isc_dpb_ignore = byte(64); |
|
This item has no description. |
isc_dpb_shut_cache = $1; |
|
This item has no description. |
isc_dpb_shut_attachment = $2; |
|
This item has no description. |
isc_dpb_shut_transaction = $4; |
|
This item has no description. |
isc_dpb_shut_force = $8; |
|
This item has no description. |
isc_dpb_shut_mode_mask = $70; |
|
This item has no description. |
isc_dpb_shut_default = $0; |
|
This item has no description. |
isc_dpb_shut_normal = $10; |
|
This item has no description. |
isc_dpb_shut_multi = $20; |
|
This item has no description. |
isc_dpb_shut_single = $30; |
|
This item has no description. |
isc_dpb_shut_full = $40; |
|
This item has no description. |
RDB_system = byte(1); |
|
This item has no description. |
RDB_id_assigned = byte(2); |
|
This item has no description. |
isc_tpb_version1 = byte(1); |
|
This item has no description. |
isc_tpb_version3 = byte(3); |
|
This item has no description. |
isc_tpb_consistency = byte(1); |
|
This item has no description. |
isc_tpb_concurrency = byte(2); |
|
This item has no description. |
isc_tpb_shared = byte(3); |
|
This item has no description. |
isc_tpb_protected = byte(4); |
|
This item has no description. |
isc_tpb_exclusive = byte(5); |
|
This item has no description. |
isc_tpb_wait = byte(6); |
|
This item has no description. |
isc_tpb_nowait = byte(7); |
|
This item has no description. |
isc_tpb_read = byte(8); |
|
This item has no description. |
isc_tpb_write = byte(9); |
|
This item has no description. |
isc_tpb_lock_read = byte(10); |
|
This item has no description. |
isc_tpb_lock_write = byte(11); |
|
This item has no description. |
isc_tpb_verb_time = byte(12); |
|
This item has no description. |
isc_tpb_commit_time = byte(13); |
|
This item has no description. |
isc_tpb_ignore_limbo = byte(14); |
|
This item has no description. |
isc_tpb_read_committed = byte(15); |
|
This item has no description. |
isc_tpb_autocommit = byte(16); |
|
This item has no description. |
isc_tpb_rec_version = byte(17); |
|
This item has no description. |
isc_tpb_no_rec_version = byte(18); |
|
This item has no description. |
isc_tpb_restart_requests = byte(19); |
|
This item has no description. |
isc_tpb_no_auto_undo = byte(20); |
|
This item has no description. |
isc_tpb_lock_timeout = byte(21); |
|
This item has no description. |
isc_bpb_version1 = byte(1); |
|
This item has no description. |
isc_bpb_source_type = byte(1); |
|
This item has no description. |
isc_bpb_target_type = byte(2); |
|
This item has no description. |
isc_bpb_type = byte(3); |
|
This item has no description. |
isc_bpb_source_interp = byte(4); |
|
This item has no description. |
isc_bpb_target_interp = byte(5); |
|
This item has no description. |
isc_bpb_filter_parameter = byte(6); |
|
This item has no description. |
isc_bpb_storage = byte(7); |
|
This item has no description. |
isc_bpb_type_segmented = $0; |
|
This item has no description. |
isc_bpb_type_stream = $1; |
|
This item has no description. |
isc_bpb_storage_main = $0; |
|
This item has no description. |
isc_bpb_storage_temp = $2; |
|
This item has no description. |
isc_spb_version1 = byte(1); |
|
This item has no description. |
isc_spb_current_version = byte(2); |
|
This item has no description. |
isc_spb_version3 = byte(3); |
|
This item has no description. |
isc_spb_command_line = byte(105); |
|
This item has no description. |
isc_spb_dbname = byte(106); |
|
This item has no description. |
isc_spb_verbose = byte(107); |
|
This item has no description. |
isc_spb_options = byte(108); |
|
This item has no description. |
isc_spb_address_path = byte(109); |
|
This item has no description. |
isc_spb_process_id = byte(110); |
|
This item has no description. |
isc_spb_trusted_auth = byte(111); |
|
This item has no description. |
isc_spb_process_name = byte(112); |
|
This item has no description. |
isc_spb_trusted_role = byte(113); |
|
This item has no description. |
isc_spb_verbint = byte(114); |
|
This item has no description. |
isc_spb_auth_block = byte(115); |
|
This item has no description. |
isc_spb_auth_plugin_name = byte(116); |
|
This item has no description. |
isc_spb_auth_plugin_list = byte(117); |
|
This item has no description. |
isc_spb_utf8_filename = byte(118); |
|
This item has no description. |
isc_spb_client_version = byte(119); |
|
This item has no description. |
isc_spb_remote_protocol = byte(120); |
|
This item has no description. |
isc_spb_host_name = byte(121); |
|
This item has no description. |
isc_spb_os_user = byte(122); |
|
This item has no description. |
isc_spb_config = byte(123); |
|
This item has no description. |
isc_spb_expected_db = byte(124); |
|
This item has no description. |
isc_action_svc_backup = byte(1); |
|
This item has no description. |
isc_action_svc_restore = byte(2); |
|
This item has no description. |
isc_action_svc_repair = byte(3); |
|
This item has no description. |
isc_action_svc_add_user = byte(4); |
|
This item has no description. |
isc_action_svc_delete_user = byte(5); |
|
This item has no description. |
isc_action_svc_modify_user = byte(6); |
|
This item has no description. |
isc_action_svc_display_user = byte(7); |
|
This item has no description. |
isc_action_svc_properties = byte(8); |
|
This item has no description. |
isc_action_svc_add_license = byte(9); |
|
This item has no description. |
isc_action_svc_remove_license = byte(10); |
|
This item has no description. |
isc_action_svc_db_stats = byte(11); |
|
This item has no description. |
isc_action_svc_get_ib_log = byte(12); |
|
This item has no description. |
isc_action_svc_get_fb_log = byte(12); |
|
This item has no description. |
isc_action_svc_nbak = byte(20); |
|
This item has no description. |
isc_action_svc_nrest = byte(21); |
|
This item has no description. |
isc_action_svc_trace_start = byte(22); |
|
This item has no description. |
isc_action_svc_trace_stop = byte(23); |
|
This item has no description. |
isc_action_svc_trace_suspend = byte(24); |
|
This item has no description. |
isc_action_svc_trace_resume = byte(25); |
|
This item has no description. |
isc_action_svc_trace_list = byte(26); |
|
This item has no description. |
isc_action_svc_set_mapping = byte(27); |
|
This item has no description. |
isc_action_svc_drop_mapping = byte(28); |
|
This item has no description. |
isc_action_svc_display_user_adm = byte(29); |
|
This item has no description. |
isc_action_svc_validate = byte(30); |
|
This item has no description. |
isc_action_svc_last = byte(31); |
|
This item has no description. |
isc_info_svc_svr_db_info = byte(50); |
|
This item has no description. |
isc_info_svc_get_license = byte(51); |
|
This item has no description. |
isc_info_svc_get_license_mask = byte(52); |
|
This item has no description. |
isc_info_svc_get_config = byte(53); |
|
This item has no description. |
isc_info_svc_version = byte(54); |
|
This item has no description. |
isc_info_svc_server_version = byte(55); |
|
This item has no description. |
isc_info_svc_implementation = byte(56); |
|
This item has no description. |
isc_info_svc_capabilities = byte(57); |
|
This item has no description. |
isc_info_svc_user_dbpath = byte(58); |
|
This item has no description. |
isc_info_svc_get_env = byte(59); |
|
This item has no description. |
isc_info_svc_get_env_lock = byte(60); |
|
This item has no description. |
isc_info_svc_get_env_msg = byte(61); |
|
This item has no description. |
isc_info_svc_line = byte(62); |
|
This item has no description. |
isc_info_svc_to_eof = byte(63); |
|
This item has no description. |
isc_info_svc_timeout = byte(64); |
|
This item has no description. |
isc_info_svc_get_licensed_users = byte(65); |
|
This item has no description. |
isc_info_svc_limbo_trans = byte(66); |
|
This item has no description. |
isc_info_svc_running = byte(67); |
|
This item has no description. |
isc_info_svc_get_users = byte(68); |
|
This item has no description. |
isc_info_svc_auth_block = byte(69); |
|
This item has no description. |
isc_info_svc_stdin = byte(78); |
|
This item has no description. |
isc_spb_sec_userid = byte(5); |
|
This item has no description. |
isc_spb_sec_groupid = byte(6); |
|
This item has no description. |
isc_spb_sec_username = byte(7); |
|
This item has no description. |
isc_spb_sec_password = byte(8); |
|
This item has no description. |
isc_spb_sec_groupname = byte(9); |
|
This item has no description. |
isc_spb_sec_firstname = byte(10); |
|
This item has no description. |
isc_spb_sec_middlename = byte(11); |
|
This item has no description. |
isc_spb_sec_lastname = byte(12); |
|
This item has no description. |
isc_spb_sec_admin = byte(13); |
|
This item has no description. |
isc_spb_lic_key = byte(5); |
|
This item has no description. |
isc_spb_lic_id = byte(6); |
|
This item has no description. |
isc_spb_lic_desc = byte(7); |
|
This item has no description. |
isc_spb_bkp_file = byte(5); |
|
This item has no description. |
isc_spb_bkp_factor = byte(6); |
|
This item has no description. |
isc_spb_bkp_length = byte(7); |
|
This item has no description. |
isc_spb_bkp_skip_data = byte(8); |
|
This item has no description. |
isc_spb_bkp_stat = byte(15); |
|
This item has no description. |
isc_spb_bkp_ignore_checksums = $01; |
|
This item has no description. |
isc_spb_bkp_ignore_limbo = $02; |
|
This item has no description. |
isc_spb_bkp_metadata_only = $04; |
|
This item has no description. |
isc_spb_bkp_no_garbage_collect = $08; |
|
This item has no description. |
isc_spb_bkp_old_descriptions = $10; |
|
This item has no description. |
isc_spb_bkp_non_transportable = $20; |
|
This item has no description. |
isc_spb_bkp_convert = $40; |
|
This item has no description. |
isc_spb_bkp_expand = $80; |
|
This item has no description. |
isc_spb_bkp_no_triggers = $8000; |
|
This item has no description. |
isc_spb_prp_page_buffers = byte(5); |
|
This item has no description. |
isc_spb_prp_sweep_interval = byte(6); |
|
This item has no description. |
isc_spb_prp_shutdown_db = byte(7); |
|
This item has no description. |
isc_spb_prp_deny_new_attachments = byte(9); |
|
This item has no description. |
isc_spb_prp_deny_new_transactions = byte(10); |
|
This item has no description. |
isc_spb_prp_reserve_space = byte(11); |
|
This item has no description. |
isc_spb_prp_write_mode = byte(12); |
|
This item has no description. |
isc_spb_prp_access_mode = byte(13); |
|
This item has no description. |
isc_spb_prp_set_sql_dialect = byte(14); |
|
This item has no description. |
isc_spb_prp_activate = $0100; |
|
This item has no description. |
isc_spb_prp_db_online = $0200; |
|
This item has no description. |
isc_spb_prp_nolinger = $0400; |
|
This item has no description. |
isc_spb_prp_force_shutdown = byte(41); |
|
This item has no description. |
isc_spb_prp_attachments_shutdown = byte(42); |
|
This item has no description. |
isc_spb_prp_transactions_shutdown = byte(43); |
|
This item has no description. |
isc_spb_prp_shutdown_mode = byte(44); |
|
This item has no description. |
isc_spb_prp_online_mode = byte(45); |
|
This item has no description. |
isc_spb_prp_sm_normal = byte(0); |
|
This item has no description. |
isc_spb_prp_sm_multi = byte(1); |
|
This item has no description. |
isc_spb_prp_sm_single = byte(2); |
|
This item has no description. |
isc_spb_prp_sm_full = byte(3); |
|
This item has no description. |
isc_spb_prp_res_use_full = byte(35); |
|
This item has no description. |
isc_spb_prp_res = byte(36); |
|
This item has no description. |
isc_spb_prp_wm_async = byte(37); |
|
This item has no description. |
isc_spb_prp_wm_sync = byte(38); |
|
This item has no description. |
isc_spb_prp_am_readonly = byte(39); |
|
This item has no description. |
isc_spb_prp_am_readwrite = byte(40); |
|
This item has no description. |
isc_spb_rpr_commit_trans = byte(15); |
|
This item has no description. |
isc_spb_rpr_rollback_trans = byte(34); |
|
This item has no description. |
isc_spb_rpr_recover_two_phase = byte(17); |
|
This item has no description. |
isc_spb_tra_id = byte(18); |
|
This item has no description. |
isc_spb_single_tra_id = byte(19); |
|
This item has no description. |
isc_spb_multi_tra_id = byte(20); |
|
This item has no description. |
isc_spb_tra_state = byte(21); |
|
This item has no description. |
isc_spb_tra_state_limbo = byte(22); |
|
This item has no description. |
isc_spb_tra_state_commit = byte(23); |
|
This item has no description. |
isc_spb_tra_state_rollback = byte(24); |
|
This item has no description. |
isc_spb_tra_state_unknown = byte(25); |
|
This item has no description. |
isc_spb_tra_host_site = byte(26); |
|
This item has no description. |
isc_spb_tra_remote_site = byte(27); |
|
This item has no description. |
isc_spb_tra_db_path = byte(28); |
|
This item has no description. |
isc_spb_tra_advise = byte(29); |
|
This item has no description. |
isc_spb_tra_advise_commit = byte(30); |
|
This item has no description. |
isc_spb_tra_advise_rollback = byte(31); |
|
This item has no description. |
isc_spb_tra_advise_unknown = byte(33); |
|
This item has no description. |
isc_spb_tra_id_64 = byte(46); |
|
This item has no description. |
isc_spb_single_tra_id_64 = byte(47); |
|
This item has no description. |
isc_spb_multi_tra_id_64 = byte(48); |
|
This item has no description. |
isc_spb_rpr_commit_trans_64 = byte(49); |
|
This item has no description. |
isc_spb_rpr_rollback_trans_64 = byte(50); |
|
This item has no description. |
isc_spb_rpr_recover_two_phase_64 = byte(51); |
|
This item has no description. |
isc_spb_rpr_validate_db = $01; |
|
This item has no description. |
isc_spb_rpr_sweep_db = $02; |
|
This item has no description. |
isc_spb_rpr_mend_db = $04; |
|
This item has no description. |
isc_spb_rpr_list_limbo_trans = $08; |
|
This item has no description. |
isc_spb_rpr_check_db = $10; |
|
This item has no description. |
isc_spb_rpr_ignore_checksum = $20; |
|
This item has no description. |
isc_spb_rpr_kill_shadows = $40; |
|
This item has no description. |
isc_spb_rpr_full = $80; |
|
This item has no description. |
isc_spb_rpr_icu = $0800; |
|
This item has no description. |
isc_spb_res_buffers = byte(9); |
|
This item has no description. |
isc_spb_res_page_size = byte(10); |
|
This item has no description. |
isc_spb_res_length = byte(11); |
|
This item has no description. |
isc_spb_res_access_mode = byte(12); |
|
This item has no description. |
isc_spb_res_fix_fss_data = byte(13); |
|
This item has no description. |
isc_spb_res_fix_fss_metadata = byte(14); |
|
This item has no description. |
isc_spb_res_deactivate_idx = $0100; |
|
This item has no description. |
isc_spb_res_no_shadow = $0200; |
|
This item has no description. |
isc_spb_res_no_validity = $0400; |
|
This item has no description. |
isc_spb_res_one_at_a_time = $0800; |
|
This item has no description. |
isc_spb_res_replace = $1000; |
|
This item has no description. |
isc_spb_res_create = $2000; |
|
This item has no description. |
isc_spb_res_use_all_space = $4000; |
|
This item has no description. |
isc_spb_val_tab_incl = byte(1); |
|
This item has no description. |
isc_spb_val_tab_excl = byte(2); |
|
This item has no description. |
isc_spb_val_idx_incl = byte(3); |
|
This item has no description. |
isc_spb_val_idx_excl = byte(4); |
|
This item has no description. |
isc_spb_val_lock_timeout = byte(5); |
|
This item has no description. |
isc_spb_num_att = byte(5); |
|
This item has no description. |
isc_spb_num_db = byte(6); |
|
This item has no description. |
isc_spb_sts_table = byte(64); |
|
This item has no description. |
isc_spb_sts_data_pages = $01; |
|
This item has no description. |
isc_spb_sts_db_log = $02; |
|
This item has no description. |
isc_spb_sts_hdr_pages = $04; |
|
This item has no description. |
isc_spb_sts_idx_pages = $08; |
|
This item has no description. |
isc_spb_sts_sys_relations = $10; |
|
This item has no description. |
isc_spb_sts_record_versions = $20; |
|
This item has no description. |
isc_spb_sts_nocreation = $80; |
|
This item has no description. |
isc_spb_sts_encryption = $100; |
|
This item has no description. |
isc_spb_nbk_level = byte(5); |
|
This item has no description. |
isc_spb_nbk_file = byte(6); |
|
This item has no description. |
isc_spb_nbk_direct = byte(7); |
|
This item has no description. |
isc_spb_nbk_no_triggers = $01; |
|
This item has no description. |
isc_spb_trc_id = byte(1); |
|
This item has no description. |
isc_spb_trc_name = byte(2); |
|
This item has no description. |
isc_spb_trc_cfg = byte(3); |
|
This item has no description. |
isc_sdl_version1 = byte(1); |
|
This item has no description. |
isc_sdl_eoc = byte(255); |
|
This item has no description. |
isc_sdl_relation = byte(2); |
|
This item has no description. |
isc_sdl_rid = byte(3); |
|
This item has no description. |
isc_sdl_field = byte(4); |
|
This item has no description. |
isc_sdl_fid = byte(5); |
|
This item has no description. |
isc_sdl_struct = byte(6); |
|
This item has no description. |
isc_sdl_variable = byte(7); |
|
This item has no description. |
isc_sdl_scalar = byte(8); |
|
This item has no description. |
isc_sdl_tiny_integer = byte(9); |
|
This item has no description. |
isc_sdl_short_integer = byte(10); |
|
This item has no description. |
isc_sdl_long_integer = byte(11); |
|
This item has no description. |
isc_sdl_add = byte(13); |
|
This item has no description. |
isc_sdl_subtract = byte(14); |
|
This item has no description. |
isc_sdl_multiply = byte(15); |
|
This item has no description. |
isc_sdl_divide = byte(16); |
|
This item has no description. |
isc_sdl_negate = byte(17); |
|
This item has no description. |
isc_sdl_begin = byte(31); |
|
This item has no description. |
isc_sdl_end = byte(32); |
|
This item has no description. |
isc_sdl_do3 = byte(33); |
|
This item has no description. |
isc_sdl_do2 = byte(34); |
|
This item has no description. |
isc_sdl_do1 = byte(35); |
|
This item has no description. |
isc_sdl_element = byte(36); |
|
This item has no description. |
isc_blob_untyped = byte(0); |
|
This item has no description. |
isc_blob_text = byte(1); |
|
This item has no description. |
isc_blob_blr = byte(2); |
|
This item has no description. |
isc_blob_acl = byte(3); |
|
This item has no description. |
isc_blob_ranges = byte(4); |
|
This item has no description. |
isc_blob_summary = byte(5); |
|
This item has no description. |
isc_blob_format = byte(6); |
|
This item has no description. |
isc_blob_tra = byte(7); |
|
This item has no description. |
isc_blob_extfile = byte(8); |
|
This item has no description. |
isc_blob_debug_info = byte(9); |
|
This item has no description. |
isc_blob_max_predefined_subtype = byte(10); |
|
This item has no description. |
fb_shut_confirmation = byte(1); |
|
This item has no description. |
fb_shut_preproviders = byte(2); |
|
This item has no description. |
fb_shut_postproviders = byte(4); |
|
This item has no description. |
fb_shut_finish = byte(8); |
|
This item has no description. |
fb_shut_exit = byte(16); |
|
This item has no description. |
fb_cancel_disable = byte(1); |
|
This item has no description. |
fb_cancel_enable = byte(2); |
|
This item has no description. |
fb_cancel_raise = byte(3); |
|
This item has no description. |
fb_cancel_abort = byte(4); |
|
This item has no description. |
fb_dbg_version = byte(1); |
|
This item has no description. |
fb_dbg_end = byte(255); |
|
This item has no description. |
fb_dbg_map_src2blr = byte(2); |
|
This item has no description. |
fb_dbg_map_varname = byte(3); |
|
This item has no description. |
fb_dbg_map_argument = byte(4); |
|
This item has no description. |
fb_dbg_subproc = byte(5); |
|
This item has no description. |
fb_dbg_subfunc = byte(6); |
|
This item has no description. |
fb_dbg_map_curname = byte(7); |
|
This item has no description. |
fb_dbg_arg_input = byte(0); |
|
This item has no description. |
fb_dbg_arg_output = byte(1); |
|
This item has no description. |
isc_facility = 20; |
|
This item has no description. |
isc_err_base = 335544320; |
|
This item has no description. |
isc_err_factor = 1; |
|
This item has no description. |
isc_arg_end = 0; |
|
This item has no description. |
isc_arg_gds = 1; |
|
This item has no description. |
isc_arg_string = 2; |
|
This item has no description. |
isc_arg_cstring = 3; |
|
This item has no description. |
isc_arg_number = 4; |
|
This item has no description. |
isc_arg_interpreted = 5; |
|
This item has no description. |
isc_arg_vms = 6; |
|
This item has no description. |
isc_arg_unix = 7; |
|
This item has no description. |
isc_arg_domain = 8; |
|
This item has no description. |
isc_arg_dos = 9; |
|
This item has no description. |
isc_arith_except = 335544321; |
|
This item has no description. |
isc_bad_dbkey = 335544322; |
|
This item has no description. |
isc_bad_db_format = 335544323; |
|
This item has no description. |
isc_bad_db_handle = 335544324; |
|
This item has no description. |
isc_bad_dpb_content = 335544325; |
|
This item has no description. |
isc_bad_dpb_form = 335544326; |
|
This item has no description. |
isc_bad_req_handle = 335544327; |
|
This item has no description. |
isc_bad_segstr_handle = 335544328; |
|
This item has no description. |
isc_bad_segstr_id = 335544329; |
|
This item has no description. |
isc_bad_tpb_content = 335544330; |
|
This item has no description. |
isc_bad_tpb_form = 335544331; |
|
This item has no description. |
isc_bad_trans_handle = 335544332; |
|
This item has no description. |
isc_bug_check = 335544333; |
|
This item has no description. |
isc_convert_error = 335544334; |
|
This item has no description. |
isc_db_corrupt = 335544335; |
|
This item has no description. |
isc_deadlock = 335544336; |
|
This item has no description. |
isc_excess_trans = 335544337; |
|
This item has no description. |
isc_from_no_match = 335544338; |
|
This item has no description. |
isc_infinap = 335544339; |
|
This item has no description. |
isc_infona = 335544340; |
|
This item has no description. |
isc_infunk = 335544341; |
|
This item has no description. |
isc_integ_fail = 335544342; |
|
This item has no description. |
isc_invalid_blr = 335544343; |
|
This item has no description. |
isc_io_error = 335544344; |
|
This item has no description. |
isc_lock_conflict = 335544345; |
|
This item has no description. |
isc_metadata_corrupt = 335544346; |
|
This item has no description. |
isc_not_valid = 335544347; |
|
This item has no description. |
isc_no_cur_rec = 335544348; |
|
This item has no description. |
isc_no_dup = 335544349; |
|
This item has no description. |
isc_no_finish = 335544350; |
|
This item has no description. |
isc_no_meta_update = 335544351; |
|
This item has no description. |
isc_no_priv = 335544352; |
|
This item has no description. |
isc_no_recon = 335544353; |
|
This item has no description. |
isc_no_record = 335544354; |
|
This item has no description. |
isc_no_segstr_close = 335544355; |
|
This item has no description. |
isc_obsolete_metadata = 335544356; |
|
This item has no description. |
isc_open_trans = 335544357; |
|
This item has no description. |
isc_port_len = 335544358; |
|
This item has no description. |
isc_read_only_field = 335544359; |
|
This item has no description. |
isc_read_only_rel = 335544360; |
|
This item has no description. |
isc_read_only_trans = 335544361; |
|
This item has no description. |
isc_read_only_view = 335544362; |
|
This item has no description. |
isc_req_no_trans = 335544363; |
|
This item has no description. |
isc_req_sync = 335544364; |
|
This item has no description. |
isc_req_wrong_db = 335544365; |
|
This item has no description. |
isc_segment = 335544366; |
|
This item has no description. |
isc_segstr_eof = 335544367; |
|
This item has no description. |
isc_segstr_no_op = 335544368; |
|
This item has no description. |
isc_segstr_no_read = 335544369; |
|
This item has no description. |
isc_segstr_no_trans = 335544370; |
|
This item has no description. |
isc_segstr_no_write = 335544371; |
|
This item has no description. |
isc_segstr_wrong_db = 335544372; |
|
This item has no description. |
isc_sys_request = 335544373; |
|
This item has no description. |
isc_stream_eof = 335544374; |
|
This item has no description. |
isc_unavailable = 335544375; |
|
This item has no description. |
isc_unres_rel = 335544376; |
|
This item has no description. |
isc_uns_ext = 335544377; |
|
This item has no description. |
isc_wish_list = 335544378; |
|
This item has no description. |
isc_wrong_ods = 335544379; |
|
This item has no description. |
isc_wronumarg = 335544380; |
|
This item has no description. |
isc_imp_exc = 335544381; |
|
This item has no description. |
isc_random = 335544382; |
|
This item has no description. |
isc_fatal_conflict = 335544383; |
|
This item has no description. |
isc_badblk = 335544384; |
|
This item has no description. |
isc_invpoolcl = 335544385; |
|
This item has no description. |
isc_nopoolids = 335544386; |
|
This item has no description. |
isc_relbadblk = 335544387; |
|
This item has no description. |
isc_blktoobig = 335544388; |
|
This item has no description. |
isc_bufexh = 335544389; |
|
This item has no description. |
isc_syntaxerr = 335544390; |
|
This item has no description. |
isc_bufinuse = 335544391; |
|
This item has no description. |
isc_bdbincon = 335544392; |
|
This item has no description. |
isc_reqinuse = 335544393; |
|
This item has no description. |
isc_badodsver = 335544394; |
|
This item has no description. |
isc_relnotdef = 335544395; |
|
This item has no description. |
isc_fldnotdef = 335544396; |
|
This item has no description. |
isc_dirtypage = 335544397; |
|
This item has no description. |
isc_waifortra = 335544398; |
|
This item has no description. |
isc_doubleloc = 335544399; |
|
This item has no description. |
isc_nodnotfnd = 335544400; |
|
This item has no description. |
isc_dupnodfnd = 335544401; |
|
This item has no description. |
isc_locnotmar = 335544402; |
|
This item has no description. |
isc_badpagtyp = 335544403; |
|
This item has no description. |
isc_corrupt = 335544404; |
|
This item has no description. |
isc_badpage = 335544405; |
|
This item has no description. |
isc_badindex = 335544406; |
|
This item has no description. |
isc_dbbnotzer = 335544407; |
|
This item has no description. |
isc_tranotzer = 335544408; |
|
This item has no description. |
isc_trareqmis = 335544409; |
|
This item has no description. |
isc_badhndcnt = 335544410; |
|
This item has no description. |
isc_wrotpbver = 335544411; |
|
This item has no description. |
isc_wroblrver = 335544412; |
|
This item has no description. |
isc_wrodpbver = 335544413; |
|
This item has no description. |
isc_blobnotsup = 335544414; |
|
This item has no description. |
isc_badrelation = 335544415; |
|
This item has no description. |
isc_nodetach = 335544416; |
|
This item has no description. |
isc_notremote = 335544417; |
|
This item has no description. |
isc_trainlim = 335544418; |
|
This item has no description. |
isc_notinlim = 335544419; |
|
This item has no description. |
isc_traoutsta = 335544420; |
|
This item has no description. |
isc_connect_reject = 335544421; |
|
This item has no description. |
isc_dbfile = 335544422; |
|
This item has no description. |
isc_orphan = 335544423; |
|
This item has no description. |
isc_no_lock_mgr = 335544424; |
|
This item has no description. |
isc_ctxinuse = 335544425; |
|
This item has no description. |
isc_ctxnotdef = 335544426; |
|
This item has no description. |
isc_datnotsup = 335544427; |
|
This item has no description. |
isc_badmsgnum = 335544428; |
|
This item has no description. |
isc_badparnum = 335544429; |
|
This item has no description. |
isc_virmemexh = 335544430; |
|
This item has no description. |
isc_blocking_signal = 335544431; |
|
This item has no description. |
isc_lockmanerr = 335544432; |
|
This item has no description. |
isc_journerr = 335544433; |
|
This item has no description. |
isc_keytoobig = 335544434; |
|
This item has no description. |
isc_nullsegkey = 335544435; |
|
This item has no description. |
isc_sqlerr = 335544436; |
|
This item has no description. |
isc_wrodynver = 335544437; |
|
This item has no description. |
isc_funnotdef = 335544438; |
|
This item has no description. |
isc_funmismat = 335544439; |
|
This item has no description. |
isc_bad_msg_vec = 335544440; |
|
This item has no description. |
isc_bad_detach = 335544441; |
|
This item has no description. |
isc_noargacc_read = 335544442; |
|
This item has no description. |
isc_noargacc_write = 335544443; |
|
This item has no description. |
isc_read_only = 335544444; |
|
This item has no description. |
isc_ext_err = 335544445; |
|
This item has no description. |
isc_non_updatable = 335544446; |
|
This item has no description. |
isc_no_rollback = 335544447; |
|
This item has no description. |
isc_bad_sec_info = 335544448; |
|
This item has no description. |
isc_invalid_sec_info = 335544449; |
|
This item has no description. |
isc_misc_interpreted = 335544450; |
|
This item has no description. |
isc_update_conflict = 335544451; |
|
This item has no description. |
isc_unlicensed = 335544452; |
|
This item has no description. |
isc_obj_in_use = 335544453; |
|
This item has no description. |
isc_nofilter = 335544454; |
|
This item has no description. |
isc_shadow_accessed = 335544455; |
|
This item has no description. |
isc_invalid_sdl = 335544456; |
|
This item has no description. |
isc_out_of_bounds = 335544457; |
|
This item has no description. |
isc_invalid_dimension = 335544458; |
|
This item has no description. |
isc_rec_in_limbo = 335544459; |
|
This item has no description. |
isc_shadow_missing = 335544460; |
|
This item has no description. |
isc_cant_validate = 335544461; |
|
This item has no description. |
isc_cant_start_journal = 335544462; |
|
This item has no description. |
isc_gennotdef = 335544463; |
|
This item has no description. |
isc_cant_start_logging = 335544464; |
|
This item has no description. |
isc_bad_segstr_type = 335544465; |
|
This item has no description. |
isc_foreign_key = 335544466; |
|
This item has no description. |
isc_high_minor = 335544467; |
|
This item has no description. |
isc_tra_state = 335544468; |
|
This item has no description. |
isc_trans_invalid = 335544469; |
|
This item has no description. |
isc_buf_invalid = 335544470; |
|
This item has no description. |
isc_indexnotdefined = 335544471; |
|
This item has no description. |
isc_login = 335544472; |
|
This item has no description. |
isc_invalid_bookmark = 335544473; |
|
This item has no description. |
isc_bad_lock_level = 335544474; |
|
This item has no description. |
isc_relation_lock = 335544475; |
|
This item has no description. |
isc_record_lock = 335544476; |
|
This item has no description. |
isc_max_idx = 335544477; |
|
This item has no description. |
isc_jrn_enable = 335544478; |
|
This item has no description. |
isc_old_failure = 335544479; |
|
This item has no description. |
isc_old_in_progress = 335544480; |
|
This item has no description. |
isc_old_no_space = 335544481; |
|
This item has no description. |
isc_no_wal_no_jrn = 335544482; |
|
This item has no description. |
isc_num_old_files = 335544483; |
|
This item has no description. |
isc_wal_file_open = 335544484; |
|
This item has no description. |
isc_bad_stmt_handle = 335544485; |
|
This item has no description. |
isc_wal_failure = 335544486; |
|
This item has no description. |
isc_walw_err = 335544487; |
|
This item has no description. |
isc_logh_small = 335544488; |
|
This item has no description. |
isc_logh_inv_version = 335544489; |
|
This item has no description. |
isc_logh_open_flag = 335544490; |
|
This item has no description. |
isc_logh_open_flag2 = 335544491; |
|
This item has no description. |
isc_logh_diff_dbname = 335544492; |
|
This item has no description. |
isc_logf_unexpected_eof = 335544493; |
|
This item has no description. |
isc_logr_incomplete = 335544494; |
|
This item has no description. |
isc_logr_header_small = 335544495; |
|
This item has no description. |
isc_logb_small = 335544496; |
|
This item has no description. |
isc_wal_illegal_attach = 335544497; |
|
This item has no description. |
isc_wal_invalid_wpb = 335544498; |
|
This item has no description. |
isc_wal_err_rollover = 335544499; |
|
This item has no description. |
isc_no_wal = 335544500; |
|
This item has no description. |
isc_drop_wal = 335544501; |
|
This item has no description. |
isc_stream_not_defined = 335544502; |
|
This item has no description. |
isc_wal_subsys_error = 335544503; |
|
This item has no description. |
isc_wal_subsys_corrupt = 335544504; |
|
This item has no description. |
isc_no_archive = 335544505; |
|
This item has no description. |
isc_shutinprog = 335544506; |
|
This item has no description. |
isc_range_in_use = 335544507; |
|
This item has no description. |
isc_range_not_found = 335544508; |
|
This item has no description. |
isc_charset_not_found = 335544509; |
|
This item has no description. |
isc_lock_timeout = 335544510; |
|
This item has no description. |
isc_prcnotdef = 335544511; |
|
This item has no description. |
isc_prcmismat = 335544512; |
|
This item has no description. |
isc_wal_bugcheck = 335544513; |
|
This item has no description. |
isc_wal_cant_expand = 335544514; |
|
This item has no description. |
isc_codnotdef = 335544515; |
|
This item has no description. |
isc_xcpnotdef = 335544516; |
|
This item has no description. |
isc_except = 335544517; |
|
This item has no description. |
isc_cache_restart = 335544518; |
|
This item has no description. |
isc_bad_lock_handle = 335544519; |
|
This item has no description. |
isc_jrn_present = 335544520; |
|
This item has no description. |
isc_wal_err_rollover2 = 335544521; |
|
This item has no description. |
isc_wal_err_logwrite = 335544522; |
|
This item has no description. |
isc_wal_err_jrn_comm = 335544523; |
|
This item has no description. |
isc_wal_err_expansion = 335544524; |
|
This item has no description. |
isc_wal_err_setup = 335544525; |
|
This item has no description. |
isc_wal_err_ww_sync = 335544526; |
|
This item has no description. |
isc_wal_err_ww_start = 335544527; |
|
This item has no description. |
isc_shutdown = 335544528; |
|
This item has no description. |
isc_existing_priv_mod = 335544529; |
|
This item has no description. |
isc_primary_key_ref = 335544530; |
|
This item has no description. |
isc_primary_key_notnull = 335544531; |
|
This item has no description. |
isc_ref_cnstrnt_notfound = 335544532; |
|
This item has no description. |
isc_foreign_key_notfound = 335544533; |
|
This item has no description. |
isc_ref_cnstrnt_update = 335544534; |
|
This item has no description. |
isc_check_cnstrnt_update = 335544535; |
|
This item has no description. |
isc_check_cnstrnt_del = 335544536; |
|
This item has no description. |
isc_integ_index_seg_del = 335544537; |
|
This item has no description. |
isc_integ_index_seg_mod = 335544538; |
|
This item has no description. |
isc_integ_index_del = 335544539; |
|
This item has no description. |
isc_integ_index_mod = 335544540; |
|
This item has no description. |
isc_check_trig_del = 335544541; |
|
This item has no description. |
isc_check_trig_update = 335544542; |
|
This item has no description. |
isc_cnstrnt_fld_del = 335544543; |
|
This item has no description. |
isc_cnstrnt_fld_rename = 335544544; |
|
This item has no description. |
isc_rel_cnstrnt_update = 335544545; |
|
This item has no description. |
isc_constaint_on_view = 335544546; |
|
This item has no description. |
isc_invld_cnstrnt_type = 335544547; |
|
This item has no description. |
isc_primary_key_exists = 335544548; |
|
This item has no description. |
isc_systrig_update = 335544549; |
|
This item has no description. |
isc_not_rel_owner = 335544550; |
|
This item has no description. |
isc_grant_obj_notfound = 335544551; |
|
This item has no description. |
isc_grant_fld_notfound = 335544552; |
|
This item has no description. |
isc_grant_nopriv = 335544553; |
|
This item has no description. |
isc_nonsql_security_rel = 335544554; |
|
This item has no description. |
isc_nonsql_security_fld = 335544555; |
|
This item has no description. |
isc_wal_cache_err = 335544556; |
|
This item has no description. |
isc_shutfail = 335544557; |
|
This item has no description. |
isc_check_constraint = 335544558; |
|
This item has no description. |
isc_bad_svc_handle = 335544559; |
|
This item has no description. |
isc_shutwarn = 335544560; |
|
This item has no description. |
isc_wrospbver = 335544561; |
|
This item has no description. |
isc_bad_spb_form = 335544562; |
|
This item has no description. |
isc_svcnotdef = 335544563; |
|
This item has no description. |
isc_no_jrn = 335544564; |
|
This item has no description. |
isc_transliteration_failed = 335544565; |
|
This item has no description. |
isc_start_cm_for_wal = 335544566; |
|
This item has no description. |
isc_wal_ovflow_log_required = 335544567; |
|
This item has no description. |
isc_text_subtype = 335544568; |
|
This item has no description. |
isc_dsql_error = 335544569; |
|
This item has no description. |
isc_dsql_command_err = 335544570; |
|
This item has no description. |
isc_dsql_constant_err = 335544571; |
|
This item has no description. |
isc_dsql_cursor_err = 335544572; |
|
This item has no description. |
isc_dsql_datatype_err = 335544573; |
|
This item has no description. |
isc_dsql_decl_err = 335544574; |
|
This item has no description. |
isc_dsql_cursor_update_err = 335544575; |
|
This item has no description. |
isc_dsql_cursor_open_err = 335544576; |
|
This item has no description. |
isc_dsql_cursor_close_err = 335544577; |
|
This item has no description. |
isc_dsql_field_err = 335544578; |
|
This item has no description. |
isc_dsql_internal_err = 335544579; |
|
This item has no description. |
isc_dsql_relation_err = 335544580; |
|
This item has no description. |
isc_dsql_procedure_err = 335544581; |
|
This item has no description. |
isc_dsql_request_err = 335544582; |
|
This item has no description. |
isc_dsql_sqlda_err = 335544583; |
|
This item has no description. |
isc_dsql_var_count_err = 335544584; |
|
This item has no description. |
isc_dsql_stmt_handle = 335544585; |
|
This item has no description. |
isc_dsql_function_err = 335544586; |
|
This item has no description. |
isc_dsql_blob_err = 335544587; |
|
This item has no description. |
isc_collation_not_found = 335544588; |
|
This item has no description. |
isc_collation_not_for_charset = 335544589; |
|
This item has no description. |
isc_dsql_dup_option = 335544590; |
|
This item has no description. |
isc_dsql_tran_err = 335544591; |
|
This item has no description. |
isc_dsql_invalid_array = 335544592; |
|
This item has no description. |
isc_dsql_max_arr_dim_exceeded = 335544593; |
|
This item has no description. |
isc_dsql_arr_range_error = 335544594; |
|
This item has no description. |
isc_dsql_trigger_err = 335544595; |
|
This item has no description. |
isc_dsql_subselect_err = 335544596; |
|
This item has no description. |
isc_dsql_crdb_prepare_err = 335544597; |
|
This item has no description. |
isc_specify_field_err = 335544598; |
|
This item has no description. |
isc_num_field_err = 335544599; |
|
This item has no description. |
isc_col_name_err = 335544600; |
|
This item has no description. |
isc_where_err = 335544601; |
|
This item has no description. |
isc_table_view_err = 335544602; |
|
This item has no description. |
isc_distinct_err = 335544603; |
|
This item has no description. |
isc_key_field_count_err = 335544604; |
|
This item has no description. |
isc_subquery_err = 335544605; |
|
This item has no description. |
isc_expression_eval_err = 335544606; |
|
This item has no description. |
isc_node_err = 335544607; |
|
This item has no description. |
isc_command_end_err = 335544608; |
|
This item has no description. |
isc_index_name = 335544609; |
|
This item has no description. |
isc_exception_name = 335544610; |
|
This item has no description. |
isc_field_name = 335544611; |
|
This item has no description. |
isc_token_err = 335544612; |
|
This item has no description. |
isc_union_err = 335544613; |
|
This item has no description. |
isc_dsql_construct_err = 335544614; |
|
This item has no description. |
isc_field_aggregate_err = 335544615; |
|
This item has no description. |
isc_field_ref_err = 335544616; |
|
This item has no description. |
isc_order_by_err = 335544617; |
|
This item has no description. |
isc_return_mode_err = 335544618; |
|
This item has no description. |
isc_extern_func_err = 335544619; |
|
This item has no description. |
isc_alias_conflict_err = 335544620; |
|
This item has no description. |
isc_procedure_conflict_error = 335544621; |
|
This item has no description. |
isc_relation_conflict_err = 335544622; |
|
This item has no description. |
isc_dsql_domain_err = 335544623; |
|
This item has no description. |
isc_idx_seg_err = 335544624; |
|
This item has no description. |
isc_node_name_err = 335544625; |
|
This item has no description. |
isc_table_name = 335544626; |
|
This item has no description. |
isc_proc_name = 335544627; |
|
This item has no description. |
isc_idx_create_err = 335544628; |
|
This item has no description. |
isc_wal_shadow_err = 335544629; |
|
This item has no description. |
isc_dependency = 335544630; |
|
This item has no description. |
isc_idx_key_err = 335544631; |
|
This item has no description. |
isc_dsql_file_length_err = 335544632; |
|
This item has no description. |
isc_dsql_shadow_number_err = 335544633; |
|
This item has no description. |
isc_dsql_token_unk_err = 335544634; |
|
This item has no description. |
isc_dsql_no_relation_alias = 335544635; |
|
This item has no description. |
isc_indexname = 335544636; |
|
This item has no description. |
isc_no_stream_plan = 335544637; |
|
This item has no description. |
isc_stream_twice = 335544638; |
|
This item has no description. |
isc_stream_not_found = 335544639; |
|
This item has no description. |
isc_collation_requires_text = 335544640; |
|
This item has no description. |
isc_dsql_domain_not_found = 335544641; |
|
This item has no description. |
isc_index_unused = 335544642; |
|
This item has no description. |
isc_dsql_self_join = 335544643; |
|
This item has no description. |
isc_stream_bof = 335544644; |
|
This item has no description. |
isc_stream_crack = 335544645; |
|
This item has no description. |
isc_db_or_file_exists = 335544646; |
|
This item has no description. |
isc_invalid_operator = 335544647; |
|
This item has no description. |
isc_conn_lost = 335544648; |
|
This item has no description. |
isc_bad_checksum = 335544649; |
|
This item has no description. |
isc_page_type_err = 335544650; |
|
This item has no description. |
isc_ext_readonly_err = 335544651; |
|
This item has no description. |
isc_sing_select_err = 335544652; |
|
This item has no description. |
isc_psw_attach = 335544653; |
|
This item has no description. |
isc_psw_start_trans = 335544654; |
|
This item has no description. |
isc_invalid_direction = 335544655; |
|
This item has no description. |
isc_dsql_var_conflict = 335544656; |
|
This item has no description. |
isc_dsql_no_blob_array = 335544657; |
|
This item has no description. |
isc_dsql_base_table = 335544658; |
|
This item has no description. |
isc_duplicate_base_table = 335544659; |
|
This item has no description. |
isc_view_alias = 335544660; |
|
This item has no description. |
isc_index_root_page_full = 335544661; |
|
This item has no description. |
isc_dsql_blob_type_unknown = 335544662; |
|
This item has no description. |
isc_req_max_clones_exceeded = 335544663; |
|
This item has no description. |
isc_dsql_duplicate_spec = 335544664; |
|
This item has no description. |
isc_unique_key_violation = 335544665; |
|
This item has no description. |
isc_srvr_version_too_old = 335544666; |
|
This item has no description. |
isc_drdb_completed_with_errs = 335544667; |
|
This item has no description. |
isc_dsql_procedure_use_err = 335544668; |
|
This item has no description. |
isc_dsql_count_mismatch = 335544669; |
|
This item has no description. |
isc_blob_idx_err = 335544670; |
|
This item has no description. |
isc_array_idx_err = 335544671; |
|
This item has no description. |
isc_key_field_err = 335544672; |
|
This item has no description. |
isc_no_delete = 335544673; |
|
This item has no description. |
isc_del_last_field = 335544674; |
|
This item has no description. |
isc_sort_err = 335544675; |
|
This item has no description. |
isc_sort_mem_err = 335544676; |
|
This item has no description. |
isc_version_err = 335544677; |
|
This item has no description. |
isc_inval_key_posn = 335544678; |
|
This item has no description. |
isc_no_segments_err = 335544679; |
|
This item has no description. |
isc_crrp_data_err = 335544680; |
|
This item has no description. |
isc_rec_size_err = 335544681; |
|
This item has no description. |
isc_dsql_field_ref = 335544682; |
|
This item has no description. |
isc_req_depth_exceeded = 335544683; |
|
This item has no description. |
isc_no_field_access = 335544684; |
|
This item has no description. |
isc_no_dbkey = 335544685; |
|
This item has no description. |
isc_jrn_format_err = 335544686; |
|
This item has no description. |
isc_jrn_file_full = 335544687; |
|
This item has no description. |
isc_dsql_open_cursor_request = 335544688; |
|
This item has no description. |
isc_ib_error = 335544689; |
|
This item has no description. |
isc_cache_redef = 335544690; |
|
This item has no description. |
isc_cache_too_small = 335544691; |
|
This item has no description. |
isc_log_redef = 335544692; |
|
This item has no description. |
isc_log_too_small = 335544693; |
|
This item has no description. |
isc_partition_too_small = 335544694; |
|
This item has no description. |
isc_partition_not_supp = 335544695; |
|
This item has no description. |
isc_log_length_spec = 335544696; |
|
This item has no description. |
isc_precision_err = 335544697; |
|
This item has no description. |
isc_scale_nogt = 335544698; |
|
This item has no description. |
isc_expec_short = 335544699; |
|
This item has no description. |
isc_expec_long = 335544700; |
|
This item has no description. |
isc_expec_ushort = 335544701; |
|
This item has no description. |
isc_escape_invalid = 335544702; |
|
This item has no description. |
isc_svcnoexe = 335544703; |
|
This item has no description. |
isc_net_lookup_err = 335544704; |
|
This item has no description. |
isc_service_unknown = 335544705; |
|
This item has no description. |
isc_host_unknown = 335544706; |
|
This item has no description. |
isc_grant_nopriv_on_base = 335544707; |
|
This item has no description. |
isc_dyn_fld_ambiguous = 335544708; |
|
This item has no description. |
isc_dsql_agg_ref_err = 335544709; |
|
This item has no description. |
isc_complex_view = 335544710; |
|
This item has no description. |
isc_unprepared_stmt = 335544711; |
|
This item has no description. |
isc_expec_positive = 335544712; |
|
This item has no description. |
isc_dsql_sqlda_value_err = 335544713; |
|
This item has no description. |
isc_invalid_array_id = 335544714; |
|
This item has no description. |
isc_extfile_uns_op = 335544715; |
|
This item has no description. |
isc_svc_in_use = 335544716; |
|
This item has no description. |
isc_err_stack_limit = 335544717; |
|
This item has no description. |
isc_invalid_key = 335544718; |
|
This item has no description. |
isc_net_init_error = 335544719; |
|
This item has no description. |
isc_loadlib_failure = 335544720; |
|
This item has no description. |
isc_network_error = 335544721; |
|
This item has no description. |
isc_net_connect_err = 335544722; |
|
This item has no description. |
isc_net_connect_listen_err = 335544723; |
|
This item has no description. |
isc_net_event_connect_err = 335544724; |
|
This item has no description. |
isc_net_event_listen_err = 335544725; |
|
This item has no description. |
isc_net_read_err = 335544726; |
|
This item has no description. |
isc_net_write_err = 335544727; |
|
This item has no description. |
isc_integ_index_deactivate = 335544728; |
|
This item has no description. |
isc_integ_deactivate_primary = 335544729; |
|
This item has no description. |
isc_cse_not_supported = 335544730; |
|
This item has no description. |
isc_tra_must_sweep = 335544731; |
|
This item has no description. |
isc_unsupported_network_drive = 335544732; |
|
This item has no description. |
isc_io_create_err = 335544733; |
|
This item has no description. |
isc_io_open_err = 335544734; |
|
This item has no description. |
isc_io_close_err = 335544735; |
|
This item has no description. |
isc_io_read_err = 335544736; |
|
This item has no description. |
isc_io_write_err = 335544737; |
|
This item has no description. |
isc_io_delete_err = 335544738; |
|
This item has no description. |
isc_io_access_err = 335544739; |
|
This item has no description. |
isc_udf_exception = 335544740; |
|
This item has no description. |
isc_lost_db_connection = 335544741; |
|
This item has no description. |
isc_no_write_user_priv = 335544742; |
|
This item has no description. |
isc_token_too_long = 335544743; |
|
This item has no description. |
isc_max_att_exceeded = 335544744; |
|
This item has no description. |
isc_login_same_as_role_name = 335544745; |
|
This item has no description. |
isc_reftable_requires_pk = 335544746; |
|
This item has no description. |
isc_usrname_too_long = 335544747; |
|
This item has no description. |
isc_password_too_long = 335544748; |
|
This item has no description. |
isc_usrname_required = 335544749; |
|
This item has no description. |
isc_password_required = 335544750; |
|
This item has no description. |
isc_bad_protocol = 335544751; |
|
This item has no description. |
isc_dup_usrname_found = 335544752; |
|
This item has no description. |
isc_usrname_not_found = 335544753; |
|
This item has no description. |
isc_error_adding_sec_record = 335544754; |
|
This item has no description. |
isc_error_modifying_sec_record = 335544755; |
|
This item has no description. |
isc_error_deleting_sec_record = 335544756; |
|
This item has no description. |
isc_error_updating_sec_db = 335544757; |
|
This item has no description. |
isc_sort_rec_size_err = 335544758; |
|
This item has no description. |
isc_bad_default_value = 335544759; |
|
This item has no description. |
isc_invalid_clause = 335544760; |
|
This item has no description. |
isc_too_many_handles = 335544761; |
|
This item has no description. |
isc_optimizer_blk_exc = 335544762; |
|
This item has no description. |
isc_invalid_string_constant = 335544763; |
|
This item has no description. |
isc_transitional_date = 335544764; |
|
This item has no description. |
isc_read_only_database = 335544765; |
|
This item has no description. |
isc_must_be_dialect_2_and_up = 335544766; |
|
This item has no description. |
isc_blob_filter_exception = 335544767; |
|
This item has no description. |
isc_exception_access_violation = 335544768; |
|
This item has no description. |
isc_exception_datatype_missalignment = 335544769; |
|
This item has no description. |
isc_exception_array_bounds_exceeded = 335544770; |
|
This item has no description. |
isc_exception_float_denormal_operand = 335544771; |
|
This item has no description. |
isc_exception_float_divide_by_zero = 335544772; |
|
This item has no description. |
isc_exception_float_inexact_result = 335544773; |
|
This item has no description. |
isc_exception_float_invalid_operand = 335544774; |
|
This item has no description. |
isc_exception_float_overflow = 335544775; |
|
This item has no description. |
isc_exception_float_stack_check = 335544776; |
|
This item has no description. |
isc_exception_float_underflow = 335544777; |
|
This item has no description. |
isc_exception_integer_divide_by_zero = 335544778; |
|
This item has no description. |
isc_exception_integer_overflow = 335544779; |
|
This item has no description. |
isc_exception_unknown = 335544780; |
|
This item has no description. |
isc_exception_stack_overflow = 335544781; |
|
This item has no description. |
isc_exception_sigsegv = 335544782; |
|
This item has no description. |
isc_exception_sigill = 335544783; |
|
This item has no description. |
isc_exception_sigbus = 335544784; |
|
This item has no description. |
isc_exception_sigfpe = 335544785; |
|
This item has no description. |
isc_ext_file_delete = 335544786; |
|
This item has no description. |
isc_ext_file_modify = 335544787; |
|
This item has no description. |
isc_adm_task_denied = 335544788; |
|
This item has no description. |
isc_extract_input_mismatch = 335544789; |
|
This item has no description. |
isc_insufficient_svc_privileges = 335544790; |
|
This item has no description. |
isc_file_in_use = 335544791; |
|
This item has no description. |
isc_service_att_err = 335544792; |
|
This item has no description. |
isc_ddl_not_allowed_by_db_sql_dial = 335544793; |
|
This item has no description. |
isc_cancelled = 335544794; |
|
This item has no description. |
isc_unexp_spb_form = 335544795; |
|
This item has no description. |
isc_sql_dialect_datatype_unsupport = 335544796; |
|
This item has no description. |
isc_svcnouser = 335544797; |
|
This item has no description. |
isc_depend_on_uncommitted_rel = 335544798; |
|
This item has no description. |
isc_svc_name_missing = 335544799; |
|
This item has no description. |
isc_too_many_contexts = 335544800; |
|
This item has no description. |
isc_datype_notsup = 335544801; |
|
This item has no description. |
isc_dialect_reset_warning = 335544802; |
|
This item has no description. |
isc_dialect_not_changed = 335544803; |
|
This item has no description. |
isc_database_create_failed = 335544804; |
|
This item has no description. |
isc_inv_dialect_specified = 335544805; |
|
This item has no description. |
isc_valid_db_dialects = 335544806; |
|
This item has no description. |
isc_sqlwarn = 335544807; |
|
This item has no description. |
isc_dtype_renamed = 335544808; |
|
This item has no description. |
isc_extern_func_dir_error = 335544809; |
|
This item has no description. |
isc_date_range_exceeded = 335544810; |
|
This item has no description. |
isc_inv_client_dialect_specified = 335544811; |
|
This item has no description. |
isc_valid_client_dialects = 335544812; |
|
This item has no description. |
isc_optimizer_between_err = 335544813; |
|
This item has no description. |
isc_service_not_supported = 335544814; |
|
This item has no description. |
isc_generator_name = 335544815; |
|
This item has no description. |
isc_udf_name = 335544816; |
|
This item has no description. |
isc_bad_limit_param = 335544817; |
|
This item has no description. |
isc_bad_skip_param = 335544818; |
|
This item has no description. |
isc_io_32bit_exceeded_err = 335544819; |
|
This item has no description. |
isc_invalid_savepoint = 335544820; |
|
This item has no description. |
isc_dsql_column_pos_err = 335544821; |
|
This item has no description. |
isc_dsql_agg_where_err = 335544822; |
|
This item has no description. |
isc_dsql_agg_group_err = 335544823; |
|
This item has no description. |
isc_dsql_agg_column_err = 335544824; |
|
This item has no description. |
isc_dsql_agg_having_err = 335544825; |
|
This item has no description. |
isc_dsql_agg_nested_err = 335544826; |
|
This item has no description. |
isc_exec_sql_invalid_arg = 335544827; |
|
This item has no description. |
isc_exec_sql_invalid_req = 335544828; |
|
This item has no description. |
isc_exec_sql_invalid_var = 335544829; |
|
This item has no description. |
isc_exec_sql_max_call_exceeded = 335544830; |
|
This item has no description. |
isc_conf_access_denied = 335544831; |
|
This item has no description. |
isc_wrong_backup_state = 335544832; |
|
This item has no description. |
isc_wal_backup_err = 335544833; |
|
This item has no description. |
isc_cursor_not_open = 335544834; |
|
This item has no description. |
isc_bad_shutdown_mode = 335544835; |
|
This item has no description. |
isc_concat_overflow = 335544836; |
|
This item has no description. |
isc_bad_substring_offset = 335544837; |
|
This item has no description. |
isc_foreign_key_target_doesnt_exist = 335544838; |
|
This item has no description. |
isc_foreign_key_references_present = 335544839; |
|
This item has no description. |
isc_no_update = 335544840; |
|
This item has no description. |
isc_cursor_already_open = 335544841; |
|
This item has no description. |
isc_stack_trace = 335544842; |
|
This item has no description. |
isc_ctx_var_not_found = 335544843; |
|
This item has no description. |
isc_ctx_namespace_invalid = 335544844; |
|
This item has no description. |
isc_ctx_too_big = 335544845; |
|
This item has no description. |
isc_ctx_bad_argument = 335544846; |
|
This item has no description. |
isc_identifier_too_long = 335544847; |
|
This item has no description. |
isc_except2 = 335544848; |
|
This item has no description. |
isc_malformed_string = 335544849; |
|
This item has no description. |
isc_prc_out_param_mismatch = 335544850; |
|
This item has no description. |
isc_command_end_err2 = 335544851; |
|
This item has no description. |
isc_partner_idx_incompat_type = 335544852; |
|
This item has no description. |
isc_bad_substring_length = 335544853; |
|
This item has no description. |
isc_charset_not_installed = 335544854; |
|
This item has no description. |
isc_collation_not_installed = 335544855; |
|
This item has no description. |
isc_att_shutdown = 335544856; |
|
This item has no description. |
isc_blobtoobig = 335544857; |
|
This item has no description. |
isc_must_have_phys_field = 335544858; |
|
This item has no description. |
isc_invalid_time_precision = 335544859; |
|
This item has no description. |
isc_blob_convert_error = 335544860; |
|
This item has no description. |
isc_array_convert_error = 335544861; |
|
This item has no description. |
isc_record_lock_not_supp = 335544862; |
|
This item has no description. |
isc_partner_idx_not_found = 335544863; |
|
This item has no description. |
isc_tra_num_exc = 335544864; |
|
This item has no description. |
isc_field_disappeared = 335544865; |
|
This item has no description. |
isc_met_wrong_gtt_scope = 335544866; |
|
This item has no description. |
isc_subtype_for_internal_use = 335544867; |
|
This item has no description. |
isc_illegal_prc_type = 335544868; |
|
This item has no description. |
isc_invalid_sort_datatype = 335544869; |
|
This item has no description. |
isc_collation_name = 335544870; |
|
This item has no description. |
isc_domain_name = 335544871; |
|
This item has no description. |
isc_domnotdef = 335544872; |
|
This item has no description. |
isc_array_max_dimensions = 335544873; |
|
This item has no description. |
isc_max_db_per_trans_allowed = 335544874; |
|
This item has no description. |
isc_bad_debug_format = 335544875; |
|
This item has no description. |
isc_bad_proc_BLR = 335544876; |
|
This item has no description. |
isc_key_too_big = 335544877; |
|
This item has no description. |
isc_concurrent_transaction = 335544878; |
|
This item has no description. |
isc_not_valid_for_var = 335544879; |
|
This item has no description. |
isc_not_valid_for = 335544880; |
|
This item has no description. |
isc_need_difference = 335544881; |
|
This item has no description. |
isc_long_login = 335544882; |
|
This item has no description. |
isc_fldnotdef2 = 335544883; |
|
This item has no description. |
isc_invalid_similar_pattern = 335544884; |
|
This item has no description. |
isc_bad_teb_form = 335544885; |
|
This item has no description. |
isc_tpb_multiple_txn_isolation = 335544886; |
|
This item has no description. |
isc_tpb_reserv_before_table = 335544887; |
|
This item has no description. |
isc_tpb_multiple_spec = 335544888; |
|
This item has no description. |
isc_tpb_option_without_rc = 335544889; |
|
This item has no description. |
isc_tpb_conflicting_options = 335544890; |
|
This item has no description. |
isc_tpb_reserv_missing_tlen = 335544891; |
|
This item has no description. |
isc_tpb_reserv_long_tlen = 335544892; |
|
This item has no description. |
isc_tpb_reserv_missing_tname = 335544893; |
|
This item has no description. |
isc_tpb_reserv_corrup_tlen = 335544894; |
|
This item has no description. |
isc_tpb_reserv_null_tlen = 335544895; |
|
This item has no description. |
isc_tpb_reserv_relnotfound = 335544896; |
|
This item has no description. |
isc_tpb_reserv_baserelnotfound = 335544897; |
|
This item has no description. |
isc_tpb_missing_len = 335544898; |
|
This item has no description. |
isc_tpb_missing_value = 335544899; |
|
This item has no description. |
isc_tpb_corrupt_len = 335544900; |
|
This item has no description. |
isc_tpb_null_len = 335544901; |
|
This item has no description. |
isc_tpb_overflow_len = 335544902; |
|
This item has no description. |
isc_tpb_invalid_value = 335544903; |
|
This item has no description. |
isc_tpb_reserv_stronger_wng = 335544904; |
|
This item has no description. |
isc_tpb_reserv_stronger = 335544905; |
|
This item has no description. |
isc_tpb_reserv_max_recursion = 335544906; |
|
This item has no description. |
isc_tpb_reserv_virtualtbl = 335544907; |
|
This item has no description. |
isc_tpb_reserv_systbl = 335544908; |
|
This item has no description. |
isc_tpb_reserv_temptbl = 335544909; |
|
This item has no description. |
isc_tpb_readtxn_after_writelock = 335544910; |
|
This item has no description. |
isc_tpb_writelock_after_readtxn = 335544911; |
|
This item has no description. |
isc_time_range_exceeded = 335544912; |
|
This item has no description. |
isc_datetime_range_exceeded = 335544913; |
|
This item has no description. |
isc_string_truncation = 335544914; |
|
This item has no description. |
isc_blob_truncation = 335544915; |
|
This item has no description. |
isc_numeric_out_of_range = 335544916; |
|
This item has no description. |
isc_shutdown_timeout = 335544917; |
|
This item has no description. |
isc_att_handle_busy = 335544918; |
|
This item has no description. |
isc_bad_udf_freeit = 335544919; |
|
This item has no description. |
isc_eds_provider_not_found = 335544920; |
|
This item has no description. |
isc_eds_connection = 335544921; |
|
This item has no description. |
isc_eds_preprocess = 335544922; |
|
This item has no description. |
isc_eds_stmt_expected = 335544923; |
|
This item has no description. |
isc_eds_prm_name_expected = 335544924; |
|
This item has no description. |
isc_eds_unclosed_comment = 335544925; |
|
This item has no description. |
isc_eds_statement = 335544926; |
|
This item has no description. |
isc_eds_input_prm_mismatch = 335544927; |
|
This item has no description. |
isc_eds_output_prm_mismatch = 335544928; |
|
This item has no description. |
isc_eds_input_prm_not_set = 335544929; |
|
This item has no description. |
isc_too_big_blr = 335544930; |
|
This item has no description. |
isc_montabexh = 335544931; |
|
This item has no description. |
isc_modnotfound = 335544932; |
|
This item has no description. |
isc_nothing_to_cancel = 335544933; |
|
This item has no description. |
isc_ibutil_not_loaded = 335544934; |
|
This item has no description. |
isc_circular_computed = 335544935; |
|
This item has no description. |
isc_psw_db_error = 335544936; |
|
This item has no description. |
isc_invalid_type_datetime_op = 335544937; |
|
This item has no description. |
isc_onlycan_add_timetodate = 335544938; |
|
This item has no description. |
isc_onlycan_add_datetotime = 335544939; |
|
This item has no description. |
isc_onlycansub_tstampfromtstamp = 335544940; |
|
This item has no description. |
isc_onlyoneop_mustbe_tstamp = 335544941; |
|
This item has no description. |
isc_invalid_extractpart_time = 335544942; |
|
This item has no description. |
isc_invalid_extractpart_date = 335544943; |
|
This item has no description. |
isc_invalidarg_extract = 335544944; |
|
This item has no description. |
isc_sysf_argmustbe_exact = 335544945; |
|
This item has no description. |
isc_sysf_argmustbe_exact_or_fp = 335544946; |
|
This item has no description. |
isc_sysf_argviolates_uuidtype = 335544947; |
|
This item has no description. |
isc_sysf_argviolates_uuidlen = 335544948; |
|
This item has no description. |
isc_sysf_argviolates_uuidfmt = 335544949; |
|
This item has no description. |
isc_sysf_argviolates_guidigits = 335544950; |
|
This item has no description. |
isc_sysf_invalid_addpart_time = 335544951; |
|
This item has no description. |
isc_sysf_invalid_add_datetime = 335544952; |
|
This item has no description. |
isc_sysf_invalid_addpart_dtime = 335544953; |
|
This item has no description. |
isc_sysf_invalid_add_dtime_rc = 335544954; |
|
This item has no description. |
isc_sysf_invalid_diff_dtime = 335544955; |
|
This item has no description. |
isc_sysf_invalid_timediff = 335544956; |
|
This item has no description. |
isc_sysf_invalid_tstamptimediff = 335544957; |
|
This item has no description. |
isc_sysf_invalid_datetimediff = 335544958; |
|
This item has no description. |
isc_sysf_invalid_diffpart = 335544959; |
|
This item has no description. |
isc_sysf_argmustbe_positive = 335544960; |
|
This item has no description. |
isc_sysf_basemustbe_positive = 335544961; |
|
This item has no description. |
isc_sysf_argnmustbe_nonneg = 335544962; |
|
This item has no description. |
isc_sysf_argnmustbe_positive = 335544963; |
|
This item has no description. |
isc_sysf_invalid_zeropowneg = 335544964; |
|
This item has no description. |
isc_sysf_invalid_negpowfp = 335544965; |
|
This item has no description. |
isc_sysf_invalid_scale = 335544966; |
|
This item has no description. |
isc_sysf_argmustbe_nonneg = 335544967; |
|
This item has no description. |
isc_sysf_binuuid_mustbe_str = 335544968; |
|
This item has no description. |
isc_sysf_binuuid_wrongsize = 335544969; |
|
This item has no description. |
isc_missing_required_spb = 335544970; |
|
This item has no description. |
isc_net_server_shutdown = 335544971; |
|
This item has no description. |
isc_bad_conn_str = 335544972; |
|
This item has no description. |
isc_bad_epb_form = 335544973; |
|
This item has no description. |
isc_no_threads = 335544974; |
|
This item has no description. |
isc_net_event_connect_timeout = 335544975; |
|
This item has no description. |
isc_sysf_argmustbe_nonzero = 335544976; |
|
This item has no description. |
isc_sysf_argmustbe_range_inc1_1 = 335544977; |
|
This item has no description. |
isc_sysf_argmustbe_gteq_one = 335544978; |
|
This item has no description. |
isc_sysf_argmustbe_range_exc1_1 = 335544979; |
|
This item has no description. |
isc_internal_rejected_params = 335544980; |
|
This item has no description. |
isc_sysf_fp_overflow = 335544981; |
|
This item has no description. |
isc_udf_fp_overflow = 335544982; |
|
This item has no description. |
isc_udf_fp_nan = 335544983; |
|
This item has no description. |
isc_instance_conflict = 335544984; |
|
This item has no description. |
isc_out_of_temp_space = 335544985; |
|
This item has no description. |
isc_eds_expl_tran_ctrl = 335544986; |
|
This item has no description. |
isc_no_trusted_spb = 335544987; |
|
This item has no description. |
isc_package_name = 335544988; |
|
This item has no description. |
isc_cannot_make_not_null = 335544989; |
|
This item has no description. |
isc_feature_removed = 335544990; |
|
This item has no description. |
isc_view_name = 335544991; |
|
This item has no description. |
isc_lock_dir_access = 335544992; |
|
This item has no description. |
isc_invalid_fetch_option = 335544993; |
|
This item has no description. |
isc_bad_fun_BLR = 335544994; |
|
This item has no description. |
isc_func_pack_not_implemented = 335544995; |
|
This item has no description. |
isc_proc_pack_not_implemented = 335544996; |
|
This item has no description. |
isc_eem_func_not_returned = 335544997; |
|
This item has no description. |
isc_eem_proc_not_returned = 335544998; |
|
This item has no description. |
isc_eem_trig_not_returned = 335544999; |
|
This item has no description. |
isc_eem_bad_plugin_ver = 335545000; |
|
This item has no description. |
isc_eem_engine_notfound = 335545001; |
|
This item has no description. |
isc_attachment_in_use = 335545002; |
|
This item has no description. |
isc_transaction_in_use = 335545003; |
|
This item has no description. |
isc_pman_cannot_load_plugin = 335545004; |
|
This item has no description. |
isc_pman_module_notfound = 335545005; |
|
This item has no description. |
isc_pman_entrypoint_notfound = 335545006; |
|
This item has no description. |
isc_pman_module_bad = 335545007; |
|
This item has no description. |
isc_pman_plugin_notfound = 335545008; |
|
This item has no description. |
isc_sysf_invalid_trig_namespace = 335545009; |
|
This item has no description. |
isc_unexpected_null = 335545010; |
|
This item has no description. |
isc_type_notcompat_blob = 335545011; |
|
This item has no description. |
isc_invalid_date_val = 335545012; |
|
This item has no description. |
isc_invalid_time_val = 335545013; |
|
This item has no description. |
isc_invalid_timestamp_val = 335545014; |
|
This item has no description. |
isc_invalid_index_val = 335545015; |
|
This item has no description. |
isc_formatted_exception = 335545016; |
|
This item has no description. |
isc_async_active = 335545017; |
|
This item has no description. |
isc_private_function = 335545018; |
|
This item has no description. |
isc_private_procedure = 335545019; |
|
This item has no description. |
isc_request_outdated = 335545020; |
|
This item has no description. |
isc_bad_events_handle = 335545021; |
|
This item has no description. |
isc_cannot_copy_stmt = 335545022; |
|
This item has no description. |
isc_invalid_boolean_usage = 335545023; |
|
This item has no description. |
isc_sysf_argscant_both_be_zero = 335545024; |
|
This item has no description. |
isc_spb_no_id = 335545025; |
|
This item has no description. |
isc_ee_blr_mismatch_null = 335545026; |
|
This item has no description. |
isc_ee_blr_mismatch_length = 335545027; |
|
This item has no description. |
isc_ss_out_of_bounds = 335545028; |
|
This item has no description. |
isc_missing_data_structures = 335545029; |
|
This item has no description. |
isc_protect_sys_tab = 335545030; |
|
This item has no description. |
isc_libtommath_generic = 335545031; |
|
This item has no description. |
isc_wroblrver2 = 335545032; |
|
This item has no description. |
isc_trunc_limits = 335545033; |
|
This item has no description. |
isc_info_access = 335545034; |
|
This item has no description. |
isc_svc_no_stdin = 335545035; |
|
This item has no description. |
isc_svc_start_failed = 335545036; |
|
This item has no description. |
isc_svc_no_switches = 335545037; |
|
This item has no description. |
isc_svc_bad_size = 335545038; |
|
This item has no description. |
isc_no_crypt_plugin = 335545039; |
|
This item has no description. |
isc_cp_name_too_long = 335545040; |
|
This item has no description. |
isc_cp_process_active = 335545041; |
|
This item has no description. |
isc_cp_already_crypted = 335545042; |
|
This item has no description. |
isc_decrypt_error = 335545043; |
|
This item has no description. |
isc_no_providers = 335545044; |
|
This item has no description. |
isc_null_spb = 335545045; |
|
This item has no description. |
isc_max_args_exceeded = 335545046; |
|
This item has no description. |
isc_ee_blr_mismatch_names_count = 335545047; |
|
This item has no description. |
isc_ee_blr_mismatch_name_not_found = 335545048; |
|
This item has no description. |
isc_bad_result_set = 335545049; |
|
This item has no description. |
isc_wrong_message_length = 335545050; |
|
This item has no description. |
isc_no_output_format = 335545051; |
|
This item has no description. |
isc_item_finish = 335545052; |
|
This item has no description. |
isc_miss_config = 335545053; |
|
This item has no description. |
isc_conf_line = 335545054; |
|
This item has no description. |
isc_conf_include = 335545055; |
|
This item has no description. |
isc_include_depth = 335545056; |
|
This item has no description. |
isc_include_miss = 335545057; |
|
This item has no description. |
isc_protect_ownership = 335545058; |
|
This item has no description. |
isc_badvarnum = 335545059; |
|
This item has no description. |
isc_sec_context = 335545060; |
|
This item has no description. |
isc_multi_segment = 335545061; |
|
This item has no description. |
isc_login_changed = 335545062; |
|
This item has no description. |
isc_auth_handshake_limit = 335545063; |
|
This item has no description. |
isc_wirecrypt_incompatible = 335545064; |
|
This item has no description. |
isc_miss_wirecrypt = 335545065; |
|
This item has no description. |
isc_wirecrypt_key = 335545066; |
|
This item has no description. |
isc_wirecrypt_plugin = 335545067; |
|
This item has no description. |
isc_secdb_name = 335545068; |
|
This item has no description. |
isc_auth_data = 335545069; |
|
This item has no description. |
isc_auth_datalength = 335545070; |
|
This item has no description. |
isc_info_unprepared_stmt = 335545071; |
|
This item has no description. |
isc_idx_key_value = 335545072; |
|
This item has no description. |
isc_forupdate_virtualtbl = 335545073; |
|
This item has no description. |
isc_forupdate_systbl = 335545074; |
|
This item has no description. |
isc_forupdate_temptbl = 335545075; |
|
This item has no description. |
isc_cant_modify_sysobj = 335545076; |
|
This item has no description. |
isc_server_misconfigured = 335545077; |
|
This item has no description. |
isc_alter_role = 335545078; |
|
This item has no description. |
isc_map_already_exists = 335545079; |
|
This item has no description. |
isc_map_not_exists = 335545080; |
|
This item has no description. |
isc_map_load = 335545081; |
|
This item has no description. |
isc_map_aster = 335545082; |
|
This item has no description. |
isc_map_multi = 335545083; |
|
This item has no description. |
isc_map_undefined = 335545084; |
|
This item has no description. |
isc_baddpb_damaged_mode = 335545085; |
|
This item has no description. |
isc_baddpb_buffers_range = 335545086; |
|
This item has no description. |
isc_baddpb_temp_buffers = 335545087; |
|
This item has no description. |
isc_map_nodb = 335545088; |
|
This item has no description. |
isc_map_notable = 335545089; |
|
This item has no description. |
isc_miss_trusted_role = 335545090; |
|
This item has no description. |
isc_set_invalid_role = 335545091; |
|
This item has no description. |
isc_cursor_not_positioned = 335545092; |
|
This item has no description. |
isc_dup_attribute = 335545093; |
|
This item has no description. |
isc_dyn_no_priv = 335545094; |
|
This item has no description. |
isc_dsql_cant_grant_option = 335545095; |
|
This item has no description. |
isc_read_conflict = 335545096; |
|
This item has no description. |
isc_crdb_load = 335545097; |
|
This item has no description. |
isc_crdb_nodb = 335545098; |
|
This item has no description. |
isc_crdb_notable = 335545099; |
|
This item has no description. |
isc_interface_version_too_old = 335545100; |
|
This item has no description. |
isc_fun_param_mismatch = 335545101; |
|
This item has no description. |
isc_savepoint_backout_err = 335545102; |
|
This item has no description. |
isc_domain_primary_key_notnull = 335545103; |
|
This item has no description. |
isc_invalid_attachment_charset = 335545104; |
|
This item has no description. |
isc_map_down = 335545105; |
|
This item has no description. |
isc_login_error = 335545106; |
|
This item has no description. |
isc_already_opened = 335545107; |
|
This item has no description. |
isc_bad_crypt_key = 335545108; |
|
This item has no description. |
isc_encrypt_error = 335545109; |
|
This item has no description. |
isc_gfix_db_name = 335740929; |
|
This item has no description. |
isc_gfix_invalid_sw = 335740930; |
|
This item has no description. |
isc_gfix_incmp_sw = 335740932; |
|
This item has no description. |
isc_gfix_replay_req = 335740933; |
|
This item has no description. |
isc_gfix_pgbuf_req = 335740934; |
|
This item has no description. |
isc_gfix_val_req = 335740935; |
|
This item has no description. |
isc_gfix_pval_req = 335740936; |
|
This item has no description. |
isc_gfix_trn_req = 335740937; |
|
This item has no description. |
isc_gfix_full_req = 335740940; |
|
This item has no description. |
isc_gfix_usrname_req = 335740941; |
|
This item has no description. |
isc_gfix_pass_req = 335740942; |
|
This item has no description. |
isc_gfix_subs_name = 335740943; |
|
This item has no description. |
isc_gfix_wal_req = 335740944; |
|
This item has no description. |
isc_gfix_sec_req = 335740945; |
|
This item has no description. |
isc_gfix_nval_req = 335740946; |
|
This item has no description. |
isc_gfix_type_shut = 335740947; |
|
This item has no description. |
isc_gfix_retry = 335740948; |
|
This item has no description. |
isc_gfix_retry_db = 335740951; |
|
This item has no description. |
isc_gfix_exceed_max = 335740991; |
|
This item has no description. |
isc_gfix_corrupt_pool = 335740992; |
|
This item has no description. |
isc_gfix_mem_exhausted = 335740993; |
|
This item has no description. |
isc_gfix_bad_pool = 335740994; |
|
This item has no description. |
isc_gfix_trn_not_valid = 335740995; |
|
This item has no description. |
isc_gfix_unexp_eoi = 335741012; |
|
This item has no description. |
isc_gfix_recon_fail = 335741018; |
|
This item has no description. |
isc_gfix_trn_unknown = 335741036; |
|
This item has no description. |
isc_gfix_mode_req = 335741038; |
|
This item has no description. |
isc_gfix_pzval_req = 335741042; |
|
This item has no description. |
isc_dsql_dbkey_from_non_table = 336003074; |
|
This item has no description. |
isc_dsql_transitional_numeric = 336003075; |
|
This item has no description. |
isc_dsql_dialect_warning_expr = 336003076; |
|
This item has no description. |
isc_sql_db_dialect_dtype_unsupport = 336003077; |
|
This item has no description. |
isc_sql_dialect_conflict_num = 336003079; |
|
This item has no description. |
isc_dsql_warning_number_ambiguous = 336003080; |
|
This item has no description. |
isc_dsql_warning_number_ambiguous1 = 336003081; |
|
This item has no description. |
isc_dsql_warn_precision_ambiguous = 336003082; |
|
This item has no description. |
isc_dsql_warn_precision_ambiguous1 = 336003083; |
|
This item has no description. |
isc_dsql_warn_precision_ambiguous2 = 336003084; |
|
This item has no description. |
isc_dsql_ambiguous_field_name = 336003085; |
|
This item has no description. |
isc_dsql_udf_return_pos_err = 336003086; |
|
This item has no description. |
isc_dsql_invalid_label = 336003087; |
|
This item has no description. |
isc_dsql_datatypes_not_comparable = 336003088; |
|
This item has no description. |
isc_dsql_cursor_invalid = 336003089; |
|
This item has no description. |
isc_dsql_cursor_redefined = 336003090; |
|
This item has no description. |
isc_dsql_cursor_not_found = 336003091; |
|
This item has no description. |
isc_dsql_cursor_exists = 336003092; |
|
This item has no description. |
isc_dsql_cursor_rel_ambiguous = 336003093; |
|
This item has no description. |
isc_dsql_cursor_rel_not_found = 336003094; |
|
This item has no description. |
isc_dsql_cursor_not_open = 336003095; |
|
This item has no description. |
isc_dsql_type_not_supp_ext_tab = 336003096; |
|
This item has no description. |
isc_dsql_feature_not_supported_ods = 336003097; |
|
This item has no description. |
isc_primary_key_required = 336003098; |
|
This item has no description. |
isc_upd_ins_doesnt_match_pk = 336003099; |
|
This item has no description. |
isc_upd_ins_doesnt_match_matching = 336003100; |
|
This item has no description. |
isc_upd_ins_with_complex_view = 336003101; |
|
This item has no description. |
isc_dsql_incompatible_trigger_type = 336003102; |
|
This item has no description. |
isc_dsql_db_trigger_type_cant_change = 336003103; |
|
This item has no description. |
isc_dsql_record_version_table = 336003104; |
|
This item has no description. |
isc_dsql_invalid_sqlda_version = 336003105; |
|
This item has no description. |
isc_dsql_sqlvar_index = 336003106; |
|
This item has no description. |
isc_dsql_no_sqlind = 336003107; |
|
This item has no description. |
isc_dsql_no_sqldata = 336003108; |
|
This item has no description. |
isc_dsql_no_input_sqlda = 336003109; |
|
This item has no description. |
isc_dsql_no_output_sqlda = 336003110; |
|
This item has no description. |
isc_dsql_wrong_param_num = 336003111; |
|
This item has no description. |
isc_dyn_filter_not_found = 336068645; |
|
This item has no description. |
isc_dyn_func_not_found = 336068649; |
|
This item has no description. |
isc_dyn_index_not_found = 336068656; |
|
This item has no description. |
isc_dyn_view_not_found = 336068662; |
|
This item has no description. |
isc_dyn_domain_not_found = 336068697; |
|
This item has no description. |
isc_dyn_cant_modify_auto_trig = 336068717; |
|
This item has no description. |
isc_dyn_dup_table = 336068740; |
|
This item has no description. |
isc_dyn_proc_not_found = 336068748; |
|
This item has no description. |
isc_dyn_exception_not_found = 336068752; |
|
This item has no description. |
isc_dyn_proc_param_not_found = 336068754; |
|
This item has no description. |
isc_dyn_trig_not_found = 336068755; |
|
This item has no description. |
isc_dyn_charset_not_found = 336068759; |
|
This item has no description. |
isc_dyn_collation_not_found = 336068760; |
|
This item has no description. |
isc_dyn_role_not_found = 336068763; |
|
This item has no description. |
isc_dyn_name_longer = 336068767; |
|
This item has no description. |
isc_dyn_column_does_not_exist = 336068784; |
|
This item has no description. |
isc_dyn_role_does_not_exist = 336068796; |
|
This item has no description. |
isc_dyn_no_grant_admin_opt = 336068797; |
|
This item has no description. |
isc_dyn_user_not_role_member = 336068798; |
|
This item has no description. |
isc_dyn_delete_role_failed = 336068799; |
|
This item has no description. |
isc_dyn_grant_role_to_user = 336068800; |
|
This item has no description. |
isc_dyn_inv_sql_role_name = 336068801; |
|
This item has no description. |
isc_dyn_dup_sql_role = 336068802; |
|
This item has no description. |
isc_dyn_kywd_spec_for_role = 336068803; |
|
This item has no description. |
isc_dyn_roles_not_supported = 336068804; |
|
This item has no description. |
isc_dyn_domain_name_exists = 336068812; |
|
This item has no description. |
isc_dyn_field_name_exists = 336068813; |
|
This item has no description. |
isc_dyn_dependency_exists = 336068814; |
|
This item has no description. |
isc_dyn_dtype_invalid = 336068815; |
|
This item has no description. |
isc_dyn_char_fld_too_small = 336068816; |
|
This item has no description. |
isc_dyn_invalid_dtype_conversion = 336068817; |
|
This item has no description. |
isc_dyn_dtype_conv_invalid = 336068818; |
|
This item has no description. |
isc_dyn_zero_len_id = 336068820; |
|
This item has no description. |
isc_dyn_gen_not_found = 336068822; |
|
This item has no description. |
isc_max_coll_per_charset = 336068829; |
|
This item has no description. |
isc_invalid_coll_attr = 336068830; |
|
This item has no description. |
isc_dyn_wrong_gtt_scope = 336068840; |
|
This item has no description. |
isc_dyn_coll_used_table = 336068843; |
|
This item has no description. |
isc_dyn_coll_used_domain = 336068844; |
|
This item has no description. |
isc_dyn_cannot_del_syscoll = 336068845; |
|
This item has no description. |
isc_dyn_cannot_del_def_coll = 336068846; |
|
This item has no description. |
isc_dyn_table_not_found = 336068849; |
|
This item has no description. |
isc_dyn_coll_used_procedure = 336068851; |
|
This item has no description. |
isc_dyn_scale_too_big = 336068852; |
|
This item has no description. |
isc_dyn_precision_too_small = 336068853; |
|
This item has no description. |
isc_dyn_miss_priv_warning = 336068855; |
|
This item has no description. |
isc_dyn_ods_not_supp_feature = 336068856; |
|
This item has no description. |
isc_dyn_cannot_addrem_computed = 336068857; |
|
This item has no description. |
isc_dyn_no_empty_pw = 336068858; |
|
This item has no description. |
isc_dyn_dup_index = 336068859; |
|
This item has no description. |
isc_dyn_package_not_found = 336068864; |
|
This item has no description. |
isc_dyn_schema_not_found = 336068865; |
|
This item has no description. |
isc_dyn_cannot_mod_sysproc = 336068866; |
|
This item has no description. |
isc_dyn_cannot_mod_systrig = 336068867; |
|
This item has no description. |
isc_dyn_cannot_mod_sysfunc = 336068868; |
|
This item has no description. |
isc_dyn_invalid_ddl_proc = 336068869; |
|
This item has no description. |
isc_dyn_invalid_ddl_trig = 336068870; |
|
This item has no description. |
isc_dyn_funcnotdef_package = 336068871; |
|
This item has no description. |
isc_dyn_procnotdef_package = 336068872; |
|
This item has no description. |
isc_dyn_funcsignat_package = 336068873; |
|
This item has no description. |
isc_dyn_procsignat_package = 336068874; |
|
This item has no description. |
isc_dyn_defvaldecl_package_proc = 336068875; |
|
This item has no description. |
isc_dyn_package_body_exists = 336068877; |
|
This item has no description. |
isc_dyn_invalid_ddl_func = 336068878; |
|
This item has no description. |
isc_dyn_newfc_oldsyntax = 336068879; |
|
This item has no description. |
isc_dyn_func_param_not_found = 336068886; |
|
This item has no description. |
isc_dyn_routine_param_not_found = 336068887; |
|
This item has no description. |
isc_dyn_routine_param_ambiguous = 336068888; |
|
This item has no description. |
isc_dyn_coll_used_function = 336068889; |
|
This item has no description. |
isc_dyn_domain_used_function = 336068890; |
|
This item has no description. |
isc_dyn_alter_user_no_clause = 336068891; |
|
This item has no description. |
isc_dyn_duplicate_package_item = 336068894; |
|
This item has no description. |
isc_dyn_cant_modify_sysobj = 336068895; |
|
This item has no description. |
isc_dyn_cant_use_zero_increment = 336068896; |
|
This item has no description. |
isc_dyn_cant_use_in_foreignkey = 336068897; |
|
This item has no description. |
isc_dyn_defvaldecl_package_func = 336068898; |
|
This item has no description. |
isc_gbak_unknown_switch = 336330753; |
|
This item has no description. |
isc_gbak_page_size_missing = 336330754; |
|
This item has no description. |
isc_gbak_page_size_toobig = 336330755; |
|
This item has no description. |
isc_gbak_redir_ouput_missing = 336330756; |
|
This item has no description. |
isc_gbak_switches_conflict = 336330757; |
|
This item has no description. |
isc_gbak_unknown_device = 336330758; |
|
This item has no description. |
isc_gbak_no_protection = 336330759; |
|
This item has no description. |
isc_gbak_page_size_not_allowed = 336330760; |
|
This item has no description. |
isc_gbak_multi_source_dest = 336330761; |
|
This item has no description. |
isc_gbak_filename_missing = 336330762; |
|
This item has no description. |
isc_gbak_dup_inout_names = 336330763; |
|
This item has no description. |
isc_gbak_inv_page_size = 336330764; |
|
This item has no description. |
isc_gbak_db_specified = 336330765; |
|
This item has no description. |
isc_gbak_db_exists = 336330766; |
|
This item has no description. |
isc_gbak_unk_device = 336330767; |
|
This item has no description. |
isc_gbak_blob_info_failed = 336330772; |
|
This item has no description. |
isc_gbak_unk_blob_item = 336330773; |
|
This item has no description. |
isc_gbak_get_seg_failed = 336330774; |
|
This item has no description. |
isc_gbak_close_blob_failed = 336330775; |
|
This item has no description. |
isc_gbak_open_blob_failed = 336330776; |
|
This item has no description. |
isc_gbak_put_blr_gen_id_failed = 336330777; |
|
This item has no description. |
isc_gbak_unk_type = 336330778; |
|
This item has no description. |
isc_gbak_comp_req_failed = 336330779; |
|
This item has no description. |
isc_gbak_start_req_failed = 336330780; |
|
This item has no description. |
isc_gbak_rec_failed = 336330781; |
|
This item has no description. |
isc_gbak_rel_req_failed = 336330782; |
|
This item has no description. |
isc_gbak_db_info_failed = 336330783; |
|
This item has no description. |
isc_gbak_no_db_desc = 336330784; |
|
This item has no description. |
isc_gbak_db_create_failed = 336330785; |
|
This item has no description. |
isc_gbak_decomp_len_error = 336330786; |
|
This item has no description. |
isc_gbak_tbl_missing = 336330787; |
|
This item has no description. |
isc_gbak_blob_col_missing = 336330788; |
|
This item has no description. |
isc_gbak_create_blob_failed = 336330789; |
|
This item has no description. |
isc_gbak_put_seg_failed = 336330790; |
|
This item has no description. |
isc_gbak_rec_len_exp = 336330791; |
|
This item has no description. |
isc_gbak_inv_rec_len = 336330792; |
|
This item has no description. |
isc_gbak_exp_data_type = 336330793; |
|
This item has no description. |
isc_gbak_gen_id_failed = 336330794; |
|
This item has no description. |
isc_gbak_unk_rec_type = 336330795; |
|
This item has no description. |
isc_gbak_inv_bkup_ver = 336330796; |
|
This item has no description. |
isc_gbak_missing_bkup_desc = 336330797; |
|
This item has no description. |
isc_gbak_string_trunc = 336330798; |
|
This item has no description. |
isc_gbak_cant_rest_record = 336330799; |
|
This item has no description. |
isc_gbak_send_failed = 336330800; |
|
This item has no description. |
isc_gbak_no_tbl_name = 336330801; |
|
This item has no description. |
isc_gbak_unexp_eof = 336330802; |
|
This item has no description. |
isc_gbak_db_format_too_old = 336330803; |
|
This item has no description. |
isc_gbak_inv_array_dim = 336330804; |
|
This item has no description. |
isc_gbak_xdr_len_expected = 336330807; |
|
This item has no description. |
isc_gbak_open_bkup_error = 336330817; |
|
This item has no description. |
isc_gbak_open_error = 336330818; |
|
This item has no description. |
isc_gbak_missing_block_fac = 336330934; |
|
This item has no description. |
isc_gbak_inv_block_fac = 336330935; |
|
This item has no description. |
isc_gbak_block_fac_specified = 336330936; |
|
This item has no description. |
isc_gbak_missing_username = 336330940; |
|
This item has no description. |
isc_gbak_missing_password = 336330941; |
|
This item has no description. |
isc_gbak_missing_skipped_bytes = 336330952; |
|
This item has no description. |
isc_gbak_inv_skipped_bytes = 336330953; |
|
This item has no description. |
isc_gbak_err_restore_charset = 336330965; |
|
This item has no description. |
isc_gbak_err_restore_collation = 336330967; |
|
This item has no description. |
isc_gbak_read_error = 336330972; |
|
This item has no description. |
isc_gbak_write_error = 336330973; |
|
This item has no description. |
isc_gbak_db_in_use = 336330985; |
|
This item has no description. |
isc_gbak_sysmemex = 336330990; |
|
This item has no description. |
isc_gbak_restore_role_failed = 336331002; |
|
This item has no description. |
isc_gbak_role_op_missing = 336331005; |
|
This item has no description. |
isc_gbak_page_buffers_missing = 336331010; |
|
This item has no description. |
isc_gbak_page_buffers_wrong_param = 336331011; |
|
This item has no description. |
isc_gbak_page_buffers_restore = 336331012; |
|
This item has no description. |
isc_gbak_inv_size = 336331014; |
|
This item has no description. |
isc_gbak_file_outof_sequence = 336331015; |
|
This item has no description. |
isc_gbak_join_file_missing = 336331016; |
|
This item has no description. |
isc_gbak_stdin_not_supptd = 336331017; |
|
This item has no description. |
isc_gbak_stdout_not_supptd = 336331018; |
|
This item has no description. |
isc_gbak_bkup_corrupt = 336331019; |
|
This item has no description. |
isc_gbak_unk_db_file_spec = 336331020; |
|
This item has no description. |
isc_gbak_hdr_write_failed = 336331021; |
|
This item has no description. |
isc_gbak_disk_space_ex = 336331022; |
|
This item has no description. |
isc_gbak_size_lt_min = 336331023; |
|
This item has no description. |
isc_gbak_svc_name_missing = 336331025; |
|
This item has no description. |
isc_gbak_not_ownr = 336331026; |
|
This item has no description. |
isc_gbak_mode_req = 336331031; |
|
This item has no description. |
isc_gbak_just_data = 336331033; |
|
This item has no description. |
isc_gbak_data_only = 336331034; |
|
This item has no description. |
isc_gbak_missing_interval = 336331078; |
|
This item has no description. |
isc_gbak_wrong_interval = 336331079; |
|
This item has no description. |
isc_gbak_verify_verbint = 336331081; |
|
This item has no description. |
isc_gbak_option_only_restore = 336331082; |
|
This item has no description. |
isc_gbak_option_only_backup = 336331083; |
|
This item has no description. |
isc_gbak_option_conflict = 336331084; |
|
This item has no description. |
isc_gbak_param_conflict = 336331085; |
|
This item has no description. |
isc_gbak_option_repeated = 336331086; |
|
This item has no description. |
isc_gbak_max_dbkey_recursion = 336331091; |
|
This item has no description. |
isc_gbak_max_dbkey_length = 336331092; |
|
This item has no description. |
isc_gbak_invalid_metadata = 336331093; |
|
This item has no description. |
isc_gbak_invalid_data = 336331094; |
|
This item has no description. |
isc_gbak_inv_bkup_ver2 = 336331096; |
|
This item has no description. |
isc_gbak_db_format_too_old2 = 336331100; |
|
This item has no description. |
isc_dsql_too_old_ods = 336397205; |
|
This item has no description. |
isc_dsql_table_not_found = 336397206; |
|
This item has no description. |
isc_dsql_view_not_found = 336397207; |
|
This item has no description. |
isc_dsql_line_col_error = 336397208; |
|
This item has no description. |
isc_dsql_unknown_pos = 336397209; |
|
This item has no description. |
isc_dsql_no_dup_name = 336397210; |
|
This item has no description. |
isc_dsql_too_many_values = 336397211; |
|
This item has no description. |
isc_dsql_no_array_computed = 336397212; |
|
This item has no description. |
isc_dsql_implicit_domain_name = 336397213; |
|
This item has no description. |
isc_dsql_only_can_subscript_array = 336397214; |
|
This item has no description. |
isc_dsql_max_sort_items = 336397215; |
|
This item has no description. |
isc_dsql_max_group_items = 336397216; |
|
This item has no description. |
isc_dsql_conflicting_sort_field = 336397217; |
|
This item has no description. |
isc_dsql_derived_table_more_columns = 336397218; |
|
This item has no description. |
isc_dsql_derived_table_less_columns = 336397219; |
|
This item has no description. |
isc_dsql_derived_field_unnamed = 336397220; |
|
This item has no description. |
isc_dsql_derived_field_dup_name = 336397221; |
|
This item has no description. |
isc_dsql_derived_alias_select = 336397222; |
|
This item has no description. |
isc_dsql_derived_alias_field = 336397223; |
|
This item has no description. |
isc_dsql_auto_field_bad_pos = 336397224; |
|
This item has no description. |
isc_dsql_cte_wrong_reference = 336397225; |
|
This item has no description. |
isc_dsql_cte_cycle = 336397226; |
|
This item has no description. |
isc_dsql_cte_outer_join = 336397227; |
|
This item has no description. |
isc_dsql_cte_mult_references = 336397228; |
|
This item has no description. |
isc_dsql_cte_not_a_union = 336397229; |
|
This item has no description. |
isc_dsql_cte_nonrecurs_after_recurs = 336397230; |
|
This item has no description. |
isc_dsql_cte_wrong_clause = 336397231; |
|
This item has no description. |
isc_dsql_cte_union_all = 336397232; |
|
This item has no description. |
isc_dsql_cte_miss_nonrecursive = 336397233; |
|
This item has no description. |
isc_dsql_cte_nested_with = 336397234; |
|
This item has no description. |
isc_dsql_col_more_than_once_using = 336397235; |
|
This item has no description. |
isc_dsql_unsupp_feature_dialect = 336397236; |
|
This item has no description. |
isc_dsql_cte_not_used = 336397237; |
|
This item has no description. |
isc_dsql_col_more_than_once_view = 336397238; |
|
This item has no description. |
isc_dsql_unsupported_in_auto_trans = 336397239; |
|
This item has no description. |
isc_dsql_eval_unknode = 336397240; |
|
This item has no description. |
isc_dsql_agg_wrongarg = 336397241; |
|
This item has no description. |
isc_dsql_agg2_wrongarg = 336397242; |
|
This item has no description. |
isc_dsql_nodateortime_pm_string = 336397243; |
|
This item has no description. |
isc_dsql_invalid_datetime_subtract = 336397244; |
|
This item has no description. |
isc_dsql_invalid_dateortime_add = 336397245; |
|
This item has no description. |
isc_dsql_invalid_type_minus_date = 336397246; |
|
This item has no description. |
isc_dsql_nostring_addsub_dial3 = 336397247; |
|
This item has no description. |
isc_dsql_invalid_type_addsub_dial3 = 336397248; |
|
This item has no description. |
isc_dsql_invalid_type_multip_dial1 = 336397249; |
|
This item has no description. |
isc_dsql_nostring_multip_dial3 = 336397250; |
|
This item has no description. |
isc_dsql_invalid_type_multip_dial3 = 336397251; |
|
This item has no description. |
isc_dsql_mustuse_numeric_div_dial1 = 336397252; |
|
This item has no description. |
isc_dsql_nostring_div_dial3 = 336397253; |
|
This item has no description. |
isc_dsql_invalid_type_div_dial3 = 336397254; |
|
This item has no description. |
isc_dsql_nostring_neg_dial3 = 336397255; |
|
This item has no description. |
isc_dsql_invalid_type_neg = 336397256; |
|
This item has no description. |
isc_dsql_max_distinct_items = 336397257; |
|
This item has no description. |
isc_dsql_alter_charset_failed = 336397258; |
|
This item has no description. |
isc_dsql_comment_on_failed = 336397259; |
|
This item has no description. |
isc_dsql_create_func_failed = 336397260; |
|
This item has no description. |
isc_dsql_alter_func_failed = 336397261; |
|
This item has no description. |
isc_dsql_create_alter_func_failed = 336397262; |
|
This item has no description. |
isc_dsql_drop_func_failed = 336397263; |
|
This item has no description. |
isc_dsql_recreate_func_failed = 336397264; |
|
This item has no description. |
isc_dsql_create_proc_failed = 336397265; |
|
This item has no description. |
isc_dsql_alter_proc_failed = 336397266; |
|
This item has no description. |
isc_dsql_create_alter_proc_failed = 336397267; |
|
This item has no description. |
isc_dsql_drop_proc_failed = 336397268; |
|
This item has no description. |
isc_dsql_recreate_proc_failed = 336397269; |
|
This item has no description. |
isc_dsql_create_trigger_failed = 336397270; |
|
This item has no description. |
isc_dsql_alter_trigger_failed = 336397271; |
|
This item has no description. |
isc_dsql_create_alter_trigger_failed = 336397272; |
|
This item has no description. |
isc_dsql_drop_trigger_failed = 336397273; |
|
This item has no description. |
isc_dsql_recreate_trigger_failed = 336397274; |
|
This item has no description. |
isc_dsql_create_collation_failed = 336397275; |
|
This item has no description. |
isc_dsql_drop_collation_failed = 336397276; |
|
This item has no description. |
isc_dsql_create_domain_failed = 336397277; |
|
This item has no description. |
isc_dsql_alter_domain_failed = 336397278; |
|
This item has no description. |
isc_dsql_drop_domain_failed = 336397279; |
|
This item has no description. |
isc_dsql_create_except_failed = 336397280; |
|
This item has no description. |
isc_dsql_alter_except_failed = 336397281; |
|
This item has no description. |
isc_dsql_create_alter_except_failed = 336397282; |
|
This item has no description. |
isc_dsql_recreate_except_failed = 336397283; |
|
This item has no description. |
isc_dsql_drop_except_failed = 336397284; |
|
This item has no description. |
isc_dsql_create_sequence_failed = 336397285; |
|
This item has no description. |
isc_dsql_create_table_failed = 336397286; |
|
This item has no description. |
isc_dsql_alter_table_failed = 336397287; |
|
This item has no description. |
isc_dsql_drop_table_failed = 336397288; |
|
This item has no description. |
isc_dsql_recreate_table_failed = 336397289; |
|
This item has no description. |
isc_dsql_create_pack_failed = 336397290; |
|
This item has no description. |
isc_dsql_alter_pack_failed = 336397291; |
|
This item has no description. |
isc_dsql_create_alter_pack_failed = 336397292; |
|
This item has no description. |
isc_dsql_drop_pack_failed = 336397293; |
|
This item has no description. |
isc_dsql_recreate_pack_failed = 336397294; |
|
This item has no description. |
isc_dsql_create_pack_body_failed = 336397295; |
|
This item has no description. |
isc_dsql_drop_pack_body_failed = 336397296; |
|
This item has no description. |
isc_dsql_recreate_pack_body_failed = 336397297; |
|
This item has no description. |
isc_dsql_create_view_failed = 336397298; |
|
This item has no description. |
isc_dsql_alter_view_failed = 336397299; |
|
This item has no description. |
isc_dsql_create_alter_view_failed = 336397300; |
|
This item has no description. |
isc_dsql_recreate_view_failed = 336397301; |
|
This item has no description. |
isc_dsql_drop_view_failed = 336397302; |
|
This item has no description. |
isc_dsql_drop_sequence_failed = 336397303; |
|
This item has no description. |
isc_dsql_recreate_sequence_failed = 336397304; |
|
This item has no description. |
isc_dsql_drop_index_failed = 336397305; |
|
This item has no description. |
isc_dsql_drop_filter_failed = 336397306; |
|
This item has no description. |
isc_dsql_drop_shadow_failed = 336397307; |
|
This item has no description. |
isc_dsql_drop_role_failed = 336397308; |
|
This item has no description. |
isc_dsql_drop_user_failed = 336397309; |
|
This item has no description. |
isc_dsql_create_role_failed = 336397310; |
|
This item has no description. |
isc_dsql_alter_role_failed = 336397311; |
|
This item has no description. |
isc_dsql_alter_index_failed = 336397312; |
|
This item has no description. |
isc_dsql_alter_database_failed = 336397313; |
|
This item has no description. |
isc_dsql_create_shadow_failed = 336397314; |
|
This item has no description. |
isc_dsql_create_filter_failed = 336397315; |
|
This item has no description. |
isc_dsql_create_index_failed = 336397316; |
|
This item has no description. |
isc_dsql_create_user_failed = 336397317; |
|
This item has no description. |
isc_dsql_alter_user_failed = 336397318; |
|
This item has no description. |
isc_dsql_grant_failed = 336397319; |
|
This item has no description. |
isc_dsql_revoke_failed = 336397320; |
|
This item has no description. |
isc_dsql_cte_recursive_aggregate = 336397321; |
|
This item has no description. |
isc_dsql_mapping_failed = 336397322; |
|
This item has no description. |
isc_dsql_alter_sequence_failed = 336397323; |
|
This item has no description. |
isc_dsql_create_generator_failed = 336397324; |
|
This item has no description. |
isc_dsql_set_generator_failed = 336397325; |
|
This item has no description. |
isc_dsql_wlock_simple = 336397326; |
|
This item has no description. |
isc_dsql_firstskip_rows = 336397327; |
|
This item has no description. |
isc_dsql_wlock_aggregates = 336397328; |
|
This item has no description. |
isc_dsql_wlock_conflict = 336397329; |
|
This item has no description. |
isc_dsql_max_exception_arguments = 336397330; |
|
This item has no description. |
isc_dsql_string_byte_length = 336397331; |
|
This item has no description. |
isc_dsql_string_char_length = 336397332; |
|
This item has no description. |
isc_dsql_max_nesting = 336397333; |
|
This item has no description. |
isc_gsec_cant_open_db = 336723983; |
|
This item has no description. |
isc_gsec_switches_error = 336723984; |
|
This item has no description. |
isc_gsec_no_op_spec = 336723985; |
|
This item has no description. |
isc_gsec_no_usr_name = 336723986; |
|
This item has no description. |
isc_gsec_err_add = 336723987; |
|
This item has no description. |
isc_gsec_err_modify = 336723988; |
|
This item has no description. |
isc_gsec_err_find_mod = 336723989; |
|
This item has no description. |
isc_gsec_err_rec_not_found = 336723990; |
|
This item has no description. |
isc_gsec_err_delete = 336723991; |
|
This item has no description. |
isc_gsec_err_find_del = 336723992; |
|
This item has no description. |
isc_gsec_err_find_disp = 336723996; |
|
This item has no description. |
isc_gsec_inv_param = 336723997; |
|
This item has no description. |
isc_gsec_op_specified = 336723998; |
|
This item has no description. |
isc_gsec_pw_specified = 336723999; |
|
This item has no description. |
isc_gsec_uid_specified = 336724000; |
|
This item has no description. |
isc_gsec_gid_specified = 336724001; |
|
This item has no description. |
isc_gsec_proj_specified = 336724002; |
|
This item has no description. |
isc_gsec_org_specified = 336724003; |
|
This item has no description. |
isc_gsec_fname_specified = 336724004; |
|
This item has no description. |
isc_gsec_mname_specified = 336724005; |
|
This item has no description. |
isc_gsec_lname_specified = 336724006; |
|
This item has no description. |
isc_gsec_inv_switch = 336724008; |
|
This item has no description. |
isc_gsec_amb_switch = 336724009; |
|
This item has no description. |
isc_gsec_no_op_specified = 336724010; |
|
This item has no description. |
isc_gsec_params_not_allowed = 336724011; |
|
This item has no description. |
isc_gsec_incompat_switch = 336724012; |
|
This item has no description. |
isc_gsec_inv_username = 336724044; |
|
This item has no description. |
isc_gsec_inv_pw_length = 336724045; |
|
This item has no description. |
isc_gsec_db_specified = 336724046; |
|
This item has no description. |
isc_gsec_db_admin_specified = 336724047; |
|
This item has no description. |
isc_gsec_db_admin_pw_specified = 336724048; |
|
This item has no description. |
isc_gsec_sql_role_specified = 336724049; |
|
This item has no description. |
isc_gstat_unknown_switch = 336920577; |
|
This item has no description. |
isc_gstat_retry = 336920578; |
|
This item has no description. |
isc_gstat_wrong_ods = 336920579; |
|
This item has no description. |
isc_gstat_unexpected_eof = 336920580; |
|
This item has no description. |
isc_gstat_open_err = 336920605; |
|
This item has no description. |
isc_gstat_read_err = 336920606; |
|
This item has no description. |
isc_gstat_sysmemex = 336920607; |
|
This item has no description. |
isc_fbsvcmgr_bad_am = 336986113; |
|
This item has no description. |
isc_fbsvcmgr_bad_wm = 336986114; |
|
This item has no description. |
isc_fbsvcmgr_bad_rs = 336986115; |
|
This item has no description. |
isc_fbsvcmgr_info_err = 336986116; |
|
This item has no description. |
isc_fbsvcmgr_query_err = 336986117; |
|
This item has no description. |
isc_fbsvcmgr_switch_unknown = 336986118; |
|
This item has no description. |
isc_fbsvcmgr_bad_sm = 336986159; |
|
This item has no description. |
isc_fbsvcmgr_fp_open = 336986160; |
|
This item has no description. |
isc_fbsvcmgr_fp_read = 336986161; |
|
This item has no description. |
isc_fbsvcmgr_fp_empty = 336986162; |
|
This item has no description. |
isc_fbsvcmgr_bad_arg = 336986164; |
|
This item has no description. |
isc_utl_trusted_switch = 337051649; |
|
This item has no description. |
isc_nbackup_missing_param = 337117213; |
|
This item has no description. |
isc_nbackup_allowed_switches = 337117214; |
|
This item has no description. |
isc_nbackup_unknown_param = 337117215; |
|
This item has no description. |
isc_nbackup_unknown_switch = 337117216; |
|
This item has no description. |
isc_nbackup_nofetchpw_svc = 337117217; |
|
This item has no description. |
isc_nbackup_pwfile_error = 337117218; |
|
This item has no description. |
isc_nbackup_size_with_lock = 337117219; |
|
This item has no description. |
isc_nbackup_no_switch = 337117220; |
|
This item has no description. |
isc_nbackup_err_read = 337117223; |
|
This item has no description. |
isc_nbackup_err_write = 337117224; |
|
This item has no description. |
isc_nbackup_err_seek = 337117225; |
|
This item has no description. |
isc_nbackup_err_opendb = 337117226; |
|
This item has no description. |
isc_nbackup_err_fadvice = 337117227; |
|
This item has no description. |
isc_nbackup_err_createdb = 337117228; |
|
This item has no description. |
isc_nbackup_err_openbk = 337117229; |
|
This item has no description. |
isc_nbackup_err_createbk = 337117230; |
|
This item has no description. |
isc_nbackup_err_eofdb = 337117231; |
|
This item has no description. |
isc_nbackup_fixup_wrongstate = 337117232; |
|
This item has no description. |
isc_nbackup_err_db = 337117233; |
|
This item has no description. |
isc_nbackup_userpw_toolong = 337117234; |
|
This item has no description. |
isc_nbackup_lostrec_db = 337117235; |
|
This item has no description. |
isc_nbackup_lostguid_db = 337117236; |
|
This item has no description. |
isc_nbackup_err_eofhdrdb = 337117237; |
|
This item has no description. |
isc_nbackup_db_notlock = 337117238; |
|
This item has no description. |
isc_nbackup_lostguid_bk = 337117239; |
|
This item has no description. |
isc_nbackup_page_changed = 337117240; |
|
This item has no description. |
isc_nbackup_dbsize_inconsistent = 337117241; |
|
This item has no description. |
isc_nbackup_failed_lzbk = 337117242; |
|
This item has no description. |
isc_nbackup_err_eofhdrbk = 337117243; |
|
This item has no description. |
isc_nbackup_invalid_incbk = 337117244; |
|
This item has no description. |
isc_nbackup_unsupvers_incbk = 337117245; |
|
This item has no description. |
isc_nbackup_invlevel_incbk = 337117246; |
|
This item has no description. |
isc_nbackup_wrong_orderbk = 337117247; |
|
This item has no description. |
isc_nbackup_err_eofbk = 337117248; |
|
This item has no description. |
isc_nbackup_err_copy = 337117249; |
|
This item has no description. |
isc_nbackup_err_eofhdr_restdb = 337117250; |
|
This item has no description. |
isc_nbackup_lostguid_l0bk = 337117251; |
|
This item has no description. |
isc_nbackup_switchd_parameter = 337117255; |
|
This item has no description. |
isc_nbackup_user_stop = 337117257; |
|
This item has no description. |
isc_nbackup_deco_parse = 337117259; |
|
This item has no description. |
isc_trace_conflict_acts = 337182750; |
|
This item has no description. |
isc_trace_act_notfound = 337182751; |
|
This item has no description. |
isc_trace_switch_once = 337182752; |
|
This item has no description. |
isc_trace_param_val_miss = 337182753; |
|
This item has no description. |
isc_trace_param_invalid = 337182754; |
|
This item has no description. |
isc_trace_switch_unknown = 337182755; |
|
This item has no description. |
isc_trace_switch_svc_only = 337182756; |
|
This item has no description. |
isc_trace_switch_user_only = 337182757; |
|
This item has no description. |
isc_trace_switch_param_miss = 337182758; |
|
This item has no description. |
isc_trace_param_act_notcompat = 337182759; |
|
This item has no description. |
isc_trace_mandatory_switch_miss = 337182760; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.