|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Applications: MySQL > doc > refman > 5.0 > enc-api-prepared-statement-datatypes.html (Request Expert MySQL Support)
Skip navigation links
MySQL 5.0 Reference Manual :: 25 APIs and Libraries :: 25.2 MySQL C API :: 25.2.5 C API Prepared Statement Data types Section Navigation [Toggle]
Prepared statements use several data structures:
The following discussion describes the prepared statement data types in detail.
The following table shows the allowable values that may be
specified in the
The use of
The following table shows the allowable values that may be
specified in the If there is a mismatch between the C variable type on the client side and the corresponding SQL value on the server side, MySQL performs implicit type conversions in both directions.
MySQL knows the type code for the SQL value on the server side.
The
Before binding variables to the
If you cause the
For input character (non-binary) string data (indicated by
To determine whether output string values in a result set returned
from the server contain binary or non-binary data, check whether
the © 1995-2008 MySQL AB. All rights reserved. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||



User Comments
Add your own comment.