Author: jfuerth
Date: Fri Sep 26 13:29:38 2008
New Revision: 2723
Modified:
wiki/DomainsFeature.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/DomainsFeature.wiki
==============================================================================
--- wiki/DomainsFeature.wiki (original)
+++ wiki/DomainsFeature.wiki Fri Sep 26 13:29:38 2008
@@ -10,6 +10,7 @@
* ability to generate DDL with user-defined types in databases that
support it
* Ability to define a hierarchy of domain types (such as a Monetary base
class which would then have CAD, USD, and so on)
* This would be handy when making summary tables for OLAP tools, since
general types could have good predefined formatting rules: Discrete Count,
Continuous Value, Monetary, Percentage, and so on.
+ * Introduce named enumerated types that forward engineer as ENUM or check
constraints depending on target platform support and idioms
* You would see Domain names wherever data types are currently used
* Have a project setting to choose between displaying JDBC types and
Domains (in edit panels as well as table panes and so on)
* User-defined domains would be saved with each project