Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE DOMAIN |
Table of Contents
Find a more recent version at Firebird 5.0 Language Reference: DOMAIN
Available in: DSQL, ESQL
Changed in: IB
Description: Any context variable that is assignment-compatible to the new domain's datatype can
be used as a default. This was already the case in InterBase 6, but the
Language Reference only mentioned USER
.
Example:
create domain DDate as date default current_date not null
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE DOMAIN |