RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DatabaseStatusTable Class

Provides the column names for the result table returned from the builtin stored procedure DB_ADMIN.GET_DATABASE_STATUS(). The DB_ADMIN.GET_DATABASE_STATUS() stored procedure provides a table of information about the status of the connected database.

Pascal
DatabaseStatusTable = class;
C++
class DatabaseStatusTable;

DatabaseStatusColumns.cs

Provides the column names for the result table returned from the builtin stored procedure DB_ADMIN.GET_DATABASE_STATUS(). The DB_ADMIN.GET_DATABASE_STATUS() stored procedure provides a table of information about the status of the connected database. 

The columns of the result table are:

Constant 
Description 
Lowest log sequence number.  
Lowest log sequence number remarks.  
Highest log sequence number.  
Last checkpoint log sequence number.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!