In this database software stack, the DataType framework provide generic interfaces to load / store / compare and cast data whatever is the data type. The DataType and Value abstract classes can be used by the different stack layers for data transfer objects that contains data - text, number, dates...
the framework is in org.whitebear.datatype package
The data type framework currently support the following data types:
not yet supported: decimal, interval and binary
Wiki: Catalog_Implemented
Wiki: FileLayer_Implemented
Wiki: General_architecture
Wiki: Runtime_Implemented