implement reference type name (I think - cannot find any examples or
explanation of what it means, didn't try reading the standard itself, just the grammar)
This commit is contained in:
parent
3b86a06e5c
commit
7a84704516
4 changed files with 15 additions and 3 deletions
Language/SQL/SimpleSQL
|
@ -174,6 +174,7 @@ TODO: add ref and scope, any others?
|
|||
> | IntervalTypeName IntervalTypeField (Maybe IntervalTypeField)
|
||||
> | ArrayTypeName TypeName (Maybe Integer)
|
||||
> | MultisetTypeName TypeName
|
||||
> | RefTypeName [Name] (Maybe [Name])
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
> data IntervalTypeField = Itf String (Maybe (Integer, Maybe Integer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue