summaryrefslogtreecommitdiffstats
path: root/docs/01_model_classes.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-11 14:38:02 -0400
committerJames Moger <james.moger@gmail.com>2011-08-11 14:38:02 -0400
commit5c70dc9c2562f40211d51b35854c50a626c9c163 (patch)
tree1ff18cf9deb85862d3bcf0c911da249c1b913207 /docs/01_model_classes.mkd
parent64184c246a552024dda12f5ee0830ec5b3c6161f (diff)
downloadiciql-5c70dc9c2562f40211d51b35854c50a626c9c163.tar.gz
iciql-5c70dc9c2562f40211d51b35854c50a626c9c163.zip
Documentation. Added another unmapped field case.
Diffstat (limited to 'docs/01_model_classes.mkd')
-rw-r--r--docs/01_model_classes.mkd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/01_model_classes.mkd b/docs/01_model_classes.mkd
index 658ff2b..cd52c2b 100644
--- a/docs/01_model_classes.mkd
+++ b/docs/01_model_classes.mkd
@@ -15,7 +15,7 @@ Alternatively, model classes can be automatically generated by iciql using the m
### Fully Supported Data Types
The following data types can be used for all iciql expressions.
<table>
-<tr><th colspan="2">All Databases</th></tr>
+<tr><th colspan="2">Standard SQL Types</th></tr>
<tr><td>java.lang.String</td>
<td>VARCHAR *(length > 0)* or CLOB *(length == 0)*</td></tr>
@@ -64,7 +64,7 @@ The following data types can be used for all iciql expressions.
<tr><td>java.lang.Enum implements<br/>*com.iciql.Iciql.EnumId.enumId()*</td>
<td>INT<br/>*EnumType.ENUMID*</td></tr>
-<tr><th colspan="2">H2 Databases</th></tr>
+<tr><th colspan="2">H2 Database Types</th></tr>
<tr><td>java.util.UUID</td>
<td>UUID</td><tr/>
@@ -75,7 +75,7 @@ The reverse lookup used for model generation, SQL type -> Java type, contains mo
Please consult the `com.iciql.ModelUtils` class for details.
### Partially Supported Data Types
-The following data types can be mapped to columns for all general statements <u>BUT</u> these field types may **not** be used to specify **compile-time** *clauses or constraints*.
+The following data types can be mapped to columns for all general statements <u>BUT</u> these field types may **not** be used to specify **compile-time** clauses or constraints.
<table>
<tr><td>byte []</td>