IBX.IBDatabase.TIBDatabase Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_AddRefprotectedCalled when an application uses a component interface.
_ReleaseprotectedCalled when an application releases a component interface.
AddEventNotifierpublicAdds an event notifier to the database's internal list so that the database can handle registering and unregistering interest in events.
AddTransactionpublicAdds an association between the transaction component and the database component.
AfterConstructionpublicResponds after the last constructor has executed.
AlterTablespacepublic
ApplyUpdatespublicPosts pending cached updates for specified datasets to the database server.
Assignpublic
AssignToprotectedCopies the properties of an object to a destination object.
AsyncScheduleprotectedSchedules asynch method calls.
BeforeDestructionpublicPerforms any necessary actions before the first destructor is called.
BeginInvokepublicPerforms an asynchronous call to the method specified by either AProc or AFunc.
CallpublicReturns an error message based on the error code.
CancelStatementpublic
CanObserveprotected
ChangeNameprotectedSets the private, internal storage for the Name property to the string passed in NewName.
CheckActivepublicChecks to see if the database connection is active.
CheckDatabaseNamepublicChecks to see if the DatabaseName property is not empty.
CheckDisposedprotected
CheckInactivepublicChecks to see if the database connection is inactive.
ClassInfopublicReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNamepublicReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIspublicDetermines whether an object is of a specific type.
ClassParentpublicReturns the type of the immediate ancestor of a class.
ClassTypepublicReturns the class reference for the object's class.
CleanupInstancepublicPerforms finalization on long strings, variants, and interface variables within a class.
ClosepublicCloses the connection.
CloseDataSetspublicCloses all datasets associated with the database component without disconnecting from the database server.
ColumnEncryptionPasswordpublicSets the encryption password for a column in the database, for the current connection. Required for all new connections.
CreatepublicCreates an instance of a TIBDataBase component.
CreateDatabasepublicCreates a database using Params.
CreateTablespacepublic
DefaultHandlerpublicProvides the interface for a method that processes message records.
DefinePropertiesprotectedDesignates methods for storing an object's unpublished data on a stream such as a form file.
DestroypublicDestroys the instance of the database component.
DestroyComponentspublicDestroys all owned components.
DestroyingpublicIndicates that the component and its owned components are about to be destroyed.
DispatchpublicCalls message-handling methods for the object, based on the contents of the Message parameter.
DisposeOfpublicDisposeOf forces the execution of the destructor code in an object.
DoConnectprotected
DoDisconnectprotected
DropDatabasepublicDrops a database.
DropTablespacepublic
EncryptionPasswordpublicSets the encryption password for an encryption in the database, for the current connection. The encryption password must be set for new connections.
EndFunctionInvokepublicBlocks the caller until the specified ASyncResult completes.
EndInvokepublicBlocks the caller until the specified ASyncResult completes.
EqualspublicChecks whether the current instance and the Obj parameter are equal.
ExecuteActionpublicExecutes an action.
ExecuteImmediatepublic
FieldAddresspublicReturns the address of a published object field.
FindComponentpublicIndicates whether a given component is owned by the component.
FindDefaultTransactionpublicReturns the default transaction.
FindTransactionpublicFinds the index of a transaction.
Flushpublic
FlushSchemapublicClears the schema cache for the database.
ForceClosepublicForces the database connection to close.
FreepublicDestroys an object and frees its associated memory, if necessary.
FreeInstancepublicDeallocates memory allocated by a previous call to the NewInstance method.
FreeNotificationpublicEnsures that AComponent is notified that the component is going to be destroyed.
FreeOnReleasepublicFrees the interface reference for components that were created from COM classes.
GDSLibrarypublic
GetChildOwnerprotectedReturns the owner of a child component being read from a stream.
GetChildParentprotectedReturns the parent or, if there is no parent, returns the owner of a child component being read from a stream.
GetChildrenprotectedEnumerates all child components.
GetConnectedprotected
GetDataSetprotectedReturns a dataset, given its index in the DataSets property array.
GetDataSetCountprotectedReturns the value of the DataSetCount property.
GetDeltaStreamsprotected
GetDisposedprotectedGetter for the Disposed property.
GetEnumeratorpublicReturns a TComponent enumerator.
GetFieldNamespublicPopulates a list with the names of the fields in the table.
GetHashCodepublicReturns an integer containing the hash code.
GetIDsOfNamesprotectedMaps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).
GetIndicesInTablespacepublic
GetInterfacepublicRetrieves a specified interface.
GetInterfaceEntrypublicReturns the entry for a specific interface implemented in a class.
GetInterfaceTablepublicReturns a pointer to a structure containing all of the interfaces implemented by a given class.
GetNamePathpublicReturns a string used by the Object Inspector.
GetObserversprotectedGetter of Observers.
GetOwnerprotectedReturns the owner of a component.
GetParentComponentpublicReturns the containing component.
GetTableNamespublicPopulates a string list with the names of tables in the database.
GetTablesInTablespacepublic
GetTablespaceNamespublic
GetTablespacespublic
GetTypeInfoprotectedRetrieves the type information for an object.
GetTypeInfoCountprotectedReturns the number of type information interfaces that an object provides (either 0 or 1).
Has_COMPUTED_BLRpublicIndicates whether a specified field in a specified relation includes a COMPUTED_BLR attribute.
Has_DEFAULT_VALUEpublicIndicates whether a specified field in a specified relation includes a DEFAULT_VALUE attribute.
HasParentpublicVerifies whether the component has a parent.
In_Keypublic
IndexOfDBConstpublicSearches for the named parameter in the database parameters list.
InheritsFrompublicDetermines the relationship of two object types.
InitInstancepublicInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InsertComponentpublicEstablishes the component as the owner of a specified component.
InstanceSizepublicReturns the size in bytes of each instance of the object type.
InvokeprotectedProvides access to Automation properties and methods when the component wraps an Automation object.
IsImplementorOfpublicIndicates whether the component implements a specified interface.
Loadedprotected
MethodAddresspublicReturns the address of a class method by name.
MethodNamepublicReturns the name of a class method by address.
MoveIndexToTablespacepublic
MoveTableToTablespacepublic
NewInstancepublicAllocates memory for an instance of an object type and returns a pointer to that new instance.
Notificationprotected
ObserverAddedprotected
OnlineDumppublic
OpenpublicOpens the connection.
operator ()publicC++ conversion of a TComponent into a System.Classes.IInterfaceComponentReference or a System.IInterface, depending on casting.
PaletteCreatedprotectedResponds when the component is created from the component palette.
QualifiedClassNamepublicReturns the qualified name of the class.
QueryInterfaceprotectedReturns a reference to a specified interface if the current component supports that interface.
QuoteIdentifierpublic
ReadStateprotectedReads the state of the component.
Reclaimpublic
ReferenceInterfacepublicEstablishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.
RegisterClientprotectedRegisters an object that uses the connection component.
RemoveComponentpublicRemoves a specified component specified from the component's Components list.
RemoveEventNotifierpublicRemoves an event notifier from the database's internal list so that the database no longer handles registering and unregistering interest in events.
RemoveFreeNotificationpublicDisables the destruction notification that was enabled by FreeNotification.
RemoveFreeNotificationsprotectedNotifies all owned components of the owner component's imminent destruction.
RemoveTransactionpublicDisassociates a transaction from the database.
RemoveTransactionspublicDisassociates all transactions from the database.
SafeCallExceptionpublicHandles exceptions in methods declared using the safecall calling convention.
SendConnectEventprotectedInforms all registered clients that use the connection component when a connection is opened or closed.
SetAncestorprotectedClears or sets csAncestor state in the component's ComponentState property.
SetChildOrderprotectedSets the visual ordering of a child control.
SetConnectedprotectedChanges the value of the Connected property.
SetDesigningprotectedEnsures that components inserted at design time have their design-mode flag set.
SetDesignInstanceprotectedEnsures that components inserted at design time have their design-mode flag set.
SetHandlepublicSets the handle for the database.
SetInlineprotectedSets the csInline bit of the component's ComponentState property.
SetNameprotectedSets the value of the Name property.
SetParentComponentprotectedSets the parent component.
SetSubComponentpublicIdentifies whether the component is a subcomponent.
Sweeppublic
TestConnectedpublicTests whether a database is connected.
ToStringpublicReturns a string containing the class name.
UnitNamepublicReturns the name of the unit where the class is defined.
UnitScopepublicReturns the class's unit scope.
UnRegisterClientprotectedRemoves a registered client so that it is no longer associated with the connection component.
UpdateActionpublicUpdates the state of an action.
UpdatedprotectedClears the csUpdating state in the component's ComponentState property when the component finishes updating.
UpdateRegistryprotectedProvides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.
UpdatingprotectedSets the csUpdating state in the component's ComponentState property.
ValidateContainerprotectedDetermines whether an object can be inserted into a container.
ValidateInsertprotectedProvides the interface for a method that validates a child component before it is inserted.
ValidateRenameprotectedEnsures that renaming an owned component does not create a name conflict.
WriteStateprotectedWrites the state of the component.