Handbook
Glossary
type>oid ( symbol -- n )
Vocabulary
db
.
postgresql
.
lib
Inputs
symbol
an
object
Outputs
n
an
object
Definition
USING:
arrays
combinators
db.postgresql.ffi
db.types
kernel
sequences
;
IN:
db.postgresql.lib
:
type>oid
( symbol -- n )
dup
array?
[
first
]
when
{
{
BLOB
[
BYTEA-OID
]
}
{
FACTOR-BLOB
[
BYTEA-OID
]
}
[
drop
0
]
}
case
;