DBPowerSuite 7.9 Application Programming Interface
Sybase Replication

 

Class Name

ReplicationDefinition

Parent Class

View

Header Name

SReplicationServer.h

Language

C++

Author

Brian N. Ceccarelli

Date Written

September 17, 1997

Last Updated

September 17, 1997

Notes

     This header file contains many class definitions.  All the
classes manipulate objects specific to Replication Server systems.
All the classes that deal with specific objects in the RSSD
(Replication Server System Database) are derived from the View
base class.

     If your program does anything with Replication Server, chances
are you will need to include this header file.   This header file
is used in the code of the class library libpsReplicationServer.

 

Public Methods of Class ReplicationDefinition

#

Inline

Pure Virtual

Virtual

Method

Description

1

No

No

No

ReplicationDefinition(Database& rssd)

 

2

No

No

No

ps_int32 rdGetColumnsDef(CTX_REP_DEF_COLUMN_LIST& column_list)

 

3

No

No

No

ps_int32 rdGetName(ps_char* rep_def_name)

 

4

No

No

No

ps_int32 rdGetObjectID(ps_char* objid_text, ps_uchar* object_id_binary = 0)

 

5

No

No

No

ps_int32 rdGetRepDef(CTX_SINGLE_REP_DEF& r)

 

6

No

No

No

ps_int32 rdSetID(ps_uint8* objid)

 

7

No

No

No

ps_int32 rdSetLogWhileWaitingSw(ps_int8 sw = 1)

 

8

No

No

No

ps_int32 rdSetName(ps_char* rep_def_name)

 

9

No

No

No

ps_int32 rdSetWaitingPeriod(ps_int32 seconds = 60)

 

10

No

No

No

ps_int32 rdWaitForDefinition()

 

11

No

No

No

ps_int32 rdWaitForDrop()

 

12

No

No

No

~ReplicationDefinition()

 

 

Protected Methods of Class ReplicationDefinition

#

Inline

Pure Virtual

Virtual

Method

Description

1

No

No

No

ps_int32 rdLogStartStateCheck(const ps_char* state_name)

 

2

No

No

No

ps_int32 rdLogStateAchieved(const ps_char* state_name)

 

3

No

No

No

ps_int32 rdLogStatus(CTX_SINGLE_REP_DEF& r)

 

4

No

No

No

ps_int32 rdLogTimeOut(const ps_char* attempted_state_name)

 

 

Private Methods of Class ReplicationDefinition

#

Inline

Pure Virtual

Virtual

Method

Description

 

Go to DBPowerSuite 7.9 Application Programming Interface.


Updated: Thu Jun 18 21:13:23 2009