Added mention of SupportsTimestampNanos

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@453723 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-10-06 18:20:31 +00:00
parent 3ffad89624
commit ac1679d41c
1 changed files with 10 additions and 0 deletions

View File

@ -852,6 +852,16 @@ be placed on a single table. Defaults to no limit.
keys. Defaults to true.
</para>
</listitem>
<listitem id="DBDictionary.SupportsTimestampNanos">
<para>
<indexterm>
<primary>
SupportsTimestampNanos
</primary>
</indexterm>
<literal>SupportsTimestampNanos</literal>: Whether the database supports nanoseconds with TIMESTAMP columns. Defaults to true.
</para>
</listitem>
<listitem id="DBDictionary.SupportsUniqueConstraints">
<para>
<indexterm>