Handbook
Glossary
sqlite3_index_constraint? ( object -- ? )
Vocabulary
db
.
sqlite
.
ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
sqlite3_index_constraint
class.
Definition
USING:
classes.tuple.private
;
IN:
db.sqlite.ffi
:
sqlite3_index_constraint?
( object -- ? )
\
sqlite3_index_constraint
9
tuple-instance?
;