RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DatabaseColumns Class

Column names for result table returned from DB_ADMIN.GET_DATABASE_PROPS.

Pascal
DatabaseColumns = class;
C++
class DatabaseColumns;

DatabaseColumns.cs

Column names for result table returned from the built-in stored procedure DB_ADMIN.GET_DATABASE_PROPS. The result table contains one row with the following columns:

Column 
Description 
BLOCK_SIZE  
Database block size. The size in bytes of each read/write operation for the database file. A row of a table must fit in a block.  
STORE_VERSION  
Database file version. One of the values from StoreVersion.  
LOG_BLOCK_SIZE  
Block size used for log files.  
A_LOG_DIR  
Directory for log files.  
MAX_OPEN_LOGS  
Maximum log files open at one time.  
MAX_LOG_SIZE  
Maximum log file size in bytes.  
RECORD_STATUS  
Send log output to the status log files.  
LOG_ENABLED  
Transaction logging enabled.  
LOG_PREALLOCATE_COUNT  
Pre-allocation log file count.  
SOFT_COMMIT  
Soft commit enabled.  
CHECKPOINT_FREQUENCY  
Checkpoint frequency.  
DEFAULT_SCHEMA_NAME  
The default schema for the current user. If the user has not created his/her own schema this is DEFAULT_SCHEMA. If a user has created his/her own schema this will be the current user name.  

 

DB_ADMIN 

GET_DATABASE_PROPS

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