solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for replicator : SYS_REPLICATION_TABLE_MAPPING
  
SYS_REPLICATION_TABLE_MAPPING
The SYS_REPLICATION_TABLE_MAPPING system table defines the C Replicator (CREP) subscription table mapping as defined in table-mapping-list in the CREATE REPLICATION SUBSCRIPTION statement, see CREATE REPLICATION SUBSCRIPTION.
The columns in the SYS_REPLICATION_TABLE_MAPPING system table are described in the following table:
 
Column name
Data type
Description
SUBSCRIPTION_ID
INTEGER
Subscription identifier. Refers to SYS_REPLICATION_SUBSCRIPTIONS table, see SYS_REPLICATION_SUBSCRIPTIONS
SOURCE_TABLE
WVARCHAR
Source table
TARGET_TABLE
WVARCHAR
Target table
SOURCE_COLUMNS
WVARCHAR
Columns in source table
TARGET_COLUMNS
WVARCHAR
Columns in target table
CONFLICT_RESOLUTION
VARCHAR
Conflict resolution (TARGET WINS, SOURCE WINS, IGNORE, ABORT SUBSCRIPTION, or ROLLBACK TRANSACTION)
LOAD_METHOD
VARCHAR
Load method
LOAD_DIRECTION
VARCHAR
Direction of load
Go up to
System tables for replicator