Skip to content

Commit

Permalink
SYMMETRICDS-462 - Transforms - new "variable" and "identity" transfor…
Browse files Browse the repository at this point in the history
…m types.
  • Loading branch information
mhanes committed Aug 18, 2011
1 parent 404b13a commit d2fbb9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symmetric/symmetric-assemble/src/docbook/configuration.xml
Expand Up @@ -1047,7 +1047,8 @@ insert into sym_trigger_router (TRIGGER_ID,ROUTER_ID,INITIAL_LOAD_ORDER,
<code>jdbcTemplate</code> is a Spring JdbcTemplate object for querying or updating the database.
</listitem>
<listitem>
Variable Transform ('variable'): This transformation allows you to place a dynamic variable (such as the current database time) into the target column.
Variable Transform ('variable'): This transformation allows you to place a dynamic variable (such as the current database time) into the target column. The transform_expression's'
currently supported are: system_timestamp.
</listitem>
<listitem>
Identity Transform ('identity'): This transformation allows you to insert into a identity column by computing a new identity, not copying the actual identity value from the source.
Expand Down

0 comments on commit d2fbb9e

Please sign in to comment.