Handbook
Glossary
relation? ( spec -- ? )
Vocabulary
db
.
types
Inputs
spec
an SQL spec
Outputs
?
a
boolean
Word description
Returns true if an SQL spec is a relation.
Definition
USING:
kernel
sequences.deep
;
IN:
db.types
:
relation?
( spec -- ? )
[
+has-many+
=
]
deep-find
;