rs_translation

Description

Stores information about class-level datatype translations.

Column

Datatype

Description

prsid

int

ID of the primary Replication Server

classid

rs_id

Function-string class ID of connection

type

char(1)

Type of translation. Can be:

  • D – class-level

source_dtid

rs_id

ID of source datatype

target_dtid

rs_id

ID of target datatype

target_length

int

Maximum length for a value of the target datatype

target_status

int

See status column in rs_columns table

rowtype

tinyint

Indicates whether a row is local to the Replication Server or distributed to all Replication Servers in the domain. Can be:

  • 0 – local

  • 1 – global

Indexes