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