From 5c70dc9c2562f40211d51b35854c50a626c9c163 Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 11 Aug 2011 14:38:02 -0400 Subject: Documentation. Added another unmapped field case. --- docs/01_model_classes.mkd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/01_model_classes.mkd') 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. - + @@ -64,7 +64,7 @@ The following data types can be used for all iciql expressions. - + @@ -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 BUT 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 BUT these field types may **not** be used to specify **compile-time** clauses or constraints.
All Databases
Standard SQL Types
java.lang.String VARCHAR *(length > 0)* or CLOB *(length == 0)*
java.lang.Enum implements
*com.iciql.Iciql.EnumId.enumId()*
INT
*EnumType.ENUMID*
H2 Databases
H2 Database Types
java.util.UUID UUID
-- cgit v1.2.3
byte []