RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysSchedule Class

Provides column names from system table SYS.MIRROR_SCHEDULE.

Pascal
SysSchedule = class;
C++
class SysSchedule;

SysSchedule.cs

SysSchedule provides the column names from the system table SYS.MIRROR_SCHEDULE. In addition to being the column of the system table SYS.MIRROR_SCHEDULE, the same column names should be used to construct a property string for the built-in stored procedure DB_ADMIN.CREATE_MIRROR_SCHEDULE??? and DB_ADMIN.ALTER_MIRROR_SCHEDULE. The columns are:

Constant 
Description 
ID  
Unique identifier long int for this schedule item.  
REF  
long int reference to an object that this schedule item applies to.  
SCHEDULE_ITEM_CLASS  
String that is name of class that extends the ScheduleItem. The execute method of this class is called at the scheduled time interval.  
PERIOD  
String that is one of the values in the SchedulePeriod class.  
DAY  
Only used when PERIOD is set to WEEK.  
TIME  
Only used when PERIOD is set to WEEK or DAY.  
MILLIS  
Only used when PERIOD is set to MILLIS.  

 

DB_ADMIN 

SchedulePeriod 

ALTER_MIRROR_SCHEDULE 

CREATE_MIRROR_SCHEDULE

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