RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StatusLogColumns Class

Provides column names for result table from built-in stored procedure DB_ADMIN.GET_STATUS_LOGS.

Pascal
StatusLogColumns = class;
C++
class StatusLogColumns;

StatusLogColumns.cs

StatusLogColumns provides the column names for the result table from the built-in stored procedure DB_ADMIN.GET_STATUS_LOGS. Each row in the result table describes an existing status log file for the current database. The columns of the result table are:

Column 
Description 
ID  
A name of a column in the result table from DB_ADMIN.GET_STATUS_LOGS representing the ID of a status log file.  
NAME  
A name of a column in the result table from DB_ADMIN.GET_STATUS_LOGS representing the name of the status log file.  
LAST_MODIFIED  
A name of a column in the result table from DB_ADMIN.GET_STATUS_LOGS representing the time the status log file was last changed.  
LENGTH  
A name of a column in the result table from DB_ADMIN.GET_STATUS_LOGS representing the length of the status log file.  

 

DB_ADMIN 

GET_STATUS_LOGS

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