Handbook
Glossary
mysql_query ( mysql query -- int )
Vocabulary
db
.
mysql
.
ffi
Inputs
mysql
an
object
query
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.mysql.ffi
LIBRARY:
mysql
FUNCTION:
int
mysql_query
( void* mysql,
c-string
query )