PDF (US Ltr)
- 1.1Mb
PDF (A4)
- 1.1Mb
HTML Download (TGZ)
- 141.5Kb
HTML Download (Zip)
- 164.6Kb
MYSQL_STMT *
mysql_stmt_init(MYSQL *mysql)
Creates and returns a MYSQL_STMT
handler.
The handler should be freed with
mysql_stmt_close()
, at which
point the handler becomes invalid and should no longer be
used.
See also Chapter 9, C API Prepared Statement Data Structures, for more information.
-
Out of memory.