IBX.IBDatabaseInfo.TIBDatabaseInfo Properties
InheritedProtected
| Allocation | public | Returns the number of database pages allocated. |
| BackoutCount | public | Returns the number of removals of a version of a record. |
| BaseLevel | public | Returns the database version number. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| CurrentMemory | public | Returns the amount of server memory currently in use. |
| Database | published | Sets or returns the database. |
| DBFileName | public | Returns the database filename. |
| DBImplementationClass | public | Returns the database implementation class number. |
| DBImplementationNo | public | Returns the database implementation number. |
| DBSiteName | public | Returns the database site name. |
| DBSQLDialect | public | Returns the SQL dialect. |
| DeleteCount | public | Returns the number of database deletes since the database was last attached. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Encrypted | public | Returns True if the database has encryption set to True. |
| EUAActive | public | Indicates whether the database has End User Authentication enabled. |
| ExpungeCount | public | Returns the number of removals of a record and all of its ancestors. |
| Fetches | public | Returns the number of reads from the memory buffer cache. |
| ForcedWrites | public | Returns the mode in which database writes are performed. |
| FullODS | public | |
| GroupCommit | public | Indicates whether the database has group commits enabled. |
| InsertCount | public | Returns number of inserts into the database since the database was last attached. |
| Marks | public | Returns the number of writes to the memory buffer cache. |
| MaxMemory | public | Returns the maximum amount of memory used at one time since the first process attached to the database. |
| Name | published | Specifies the name of the component as referenced in code. |
| NoOfEncryptions | public | NoOfEncryptions represents the number of encryptions in the database. |
| NoReserve | public | Returns whether or not space is reserved on each database page for holding backup versions of modified records. |
| NumBuffers | public | Returns the number of memory buffers currently allocated. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| ODSMajorVersion | public | Returns the on disk structure (ODS) major version number. |
| ODSMinorVersion | public | Returns the on disk structure (ODS) minor version number. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| PageSize | public | Returns the number of bytes per page of the attached database. |
| PreAllocate | public | |
| PurgeCount | public | Returns the number of removals of fully mature records from the database. |
| ReadIdxCount | public | Returns the number of reads done via an index since the database was last attached. |
| ReadOnly | public | Indicates whether or not the database is read only. |
| Reads | public | Returns the number of page reads from the database. |
| ReadSeqCount | public | Returns the number of sequential database reads done on each table since the database was last attached. |
| SepEncrypted | public | Specifies if the database's encryption has been created externally. |
| SetPageBuffers | public | |
| SweepInterval | public | Returns the number of transactions that are committed between 'sweeps.' |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| UpdateCount | public | Returns the number of database updates since the database was last attached. |
| UserNames | public | Returns the names of all users currently attached to the database. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| Version | public | Returns the version of the database implementation. |
| WriteMode | public | |
| Writes | public | Returns the number of page writes to the database. |