IBX.IBDatabaseInfo.TIBDatabaseInfo Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AllocationpublicReturns the number of database pages allocated.
BackoutCountpublicReturns the number of removals of a version of a record.
BaseLevelpublicReturns the database version number.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
CurrentMemorypublicReturns the amount of server memory currently in use.
DatabasepublishedSets or returns the database.
DBFileNamepublicReturns the database filename.
DBImplementationClasspublicReturns the database implementation class number.
DBImplementationNopublicReturns the database implementation number.
DBSiteNamepublicReturns the database site name.
DBSQLDialectpublicReturns the SQL dialect.
DeleteCountpublicReturns the number of database deletes since the database was last attached.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EncryptedpublicReturns True if the database has encryption set to True.
EUAActivepublicIndicates whether the database has End User Authentication enabled.
ExpungeCountpublicReturns the number of removals of a record and all of its ancestors.
FetchespublicReturns the number of reads from the memory buffer cache.
ForcedWritespublicReturns the mode in which database writes are performed.
FullODSpublic
GroupCommitpublicIndicates whether the database has group commits enabled.
InsertCountpublicReturns number of inserts into the database since the database was last attached.
MarkspublicReturns the number of writes to the memory buffer cache.
MaxMemorypublicReturns the maximum amount of memory used at one time since the first process attached to the database.
NamepublishedSpecifies the name of the component as referenced in code.
NoOfEncryptionspublicNoOfEncryptions represents the number of encryptions in the database.
NoReservepublicReturns whether or not space is reserved on each database page for holding backup versions of modified records.
NumBufferspublicReturns the number of memory buffers currently allocated.
ObserverspublicIndicates the TObservers object added to the TComponent.
ODSMajorVersionpublicReturns the on disk structure (ODS) major version number.
ODSMinorVersionpublicReturns the on disk structure (ODS) minor version number.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
PageBufferspublic
PageSizepublicReturns the number of bytes per page of the attached database.
PreAllocatedpublic
PurgeCountpublicReturns the number of removals of fully mature records from the database.
ReadIdxCountpublicReturns the number of reads done via an index since the database was last attached.
ReadOnlypublicIndicates whether or not the database is read only.
ReadspublicReturns the number of page reads from the database.
ReadSeqCountpublicReturns the number of sequential database reads done on each table since the database was last attached.
SepEncryptedpublicSpecifies if the database's encryption has been created externally.
SweepIntervalpublicReturns the number of transactions that are committed between 'sweeps.'
TagpublishedStores a NativeInt integral value as a part of a component.
UpdateCountpublicReturns the number of database updates since the database was last attached.
UserNamespublicReturns the names of all users currently attached to the database.
VCLComObjectpublicRepresents information used internally by components that support COM.
VersionpublicReturns the version of the database implementation.
WriteModepublic
WritespublicReturns the number of page writes to the database.