Skip to content

Commit

Permalink
document the remove column transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 21, 2013
1 parent 6afe9e3 commit 3686957
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions symmetric-assemble/src/docbook/configuration.xml
Expand Up @@ -1518,6 +1518,11 @@ insert into sym_trigger_router (TRIGGER_ID,ROUTER_ID,INITIAL_LOAD_ORDER,
<listitem>Copy Column Transform ('copy'): This transformation type
copies the source column value to the target column. This is the
default behavior.</listitem>

<listitem>Remove Column Transform ('remove'): This transformation type
removes the source column. This transform type is only valid for a
table transformation type of 'IMPLIED' where all the columns from the source
are automatically copied to the target.</listitem>

<listitem>Constant Transform ('const'): This transformation type
allows you to map a constant value to the given target column. The
Expand Down

0 comments on commit 3686957

Please sign in to comment.