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