Author: shawkins
Date: 2011-04-04 12:45:26 -0400 (Mon, 04 Apr 2011)
New Revision: 3055
Modified:
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
Log:
updating the oracle translator to note the usage of a rownum pseudo column
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
===================================================================
---
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2011-04-04
16:06:49 UTC (rev 3054)
+++
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2011-04-04
16:45:26 UTC (rev 3055)
@@ -301,6 +301,9 @@
You can use a sequence as the default value for insert columns by
setting the column to autoincrement and the name in source to
<code><element name>:SEQUENCE=<sequence
name>.<sequence value></code>.
+ A rownum column can also added to any Oracle physical table to
support the rownum pseudo-column.
+ A rownum colum should have a name in source of
<code>rownum</code>. These rownum columns do not
+ have the same semantics as the Oracle rownum construct so care must
be taken in their usage.
</para>
</listitem>
<listitem>
Show replies by date