RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo Properties

The properties of the TIBDatabaseInfo class are listed here.

 
Name 
Description 
 
Returns the number of database pages allocated. 
 
Returns the number of removals of a version of a record. 
 
Returns the database version number. 
 
Returns the amount of server memory currently in use. 
 
Returns the database filename. 
 
Returns the database implementation class number. 
 
Returns the database implementation number. 
 
Returns the database site name. 
 
Returns the SQL dialect. 
 
Returns the number of database deletes since the database was last attached. 
 
Returns the number of removals of a record and all of its ancestors. 
 
Returns the number of reads from the memory buffer cache. 
 
Returns the mode in which database writes are performed. 
 
Returns number of inserts into the database since the database was last attached. 
 
Returns the number of writes to the memory buffer cache. 
 
Returns the maximum amount of memory used at one time since the first process attached to the database. 
 
Returns whether or not space is reserved on each database page for holding backup versions of modified records. 
 
Returns the number of memory buffers currently allocated. 
 
Returns the on disk structure (ODS) major version number. 
 
Returns the on disk structure (ODS) minor version number. 
 
Returns the number of bytes per page of the attached database. 
 
Returns the number of removals of fully mature records from the database. 
 
Returns the number of reads done via an index since the database was last attached. 
 
Indicates whether or not the database is read only. 
 
Returns the number of page reads from the database. 
 
Returns the number of sequential database reads done on each table since the database was last attached. 
 
Returns the number of transactions that are committed between 'sweeps.' 
 
Returns the number of database updates since the database was last attached. 
 
Returns the names of all users currently attached to the database. 
 
Returns the version of the database implementation. 
 
Returns the number of page writes to the database. 
 
Name 
Description 
 
Sets or returns the database. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!