DB ORM

Jacob Carlborg doob at me.com
Fri Aug 12 06:20:22 PDT 2011


On 2011-08-12 14:59, zhang wrote:
>> You mean to indicate the attribute doesn't have a value?
> Yes, the field of a table can be null in DB.
> ----------
> Zhang<bitworld at qq.com>

I think you can declare new types for the types found in the database, 
like String, Integer, Date and so on. You could put additional useful 
methods on them and allow null as well.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list