MYSQL_RES_FIELD_DATATYPE_E¶
This object represents one of the MYSQL response field datatype.
This topic lists the expressions that are provided by this class.
Enumerations¶
BIT
BLOB
DATE
DATETIME
DECIMAL
DOUBLE
ENUM
FLOAT
GEOMETRY
INT24
LONG
LONGLONG
LONG_BLOB
MEDIUM_BLOB
NEWDATE
NEWDECIMAL
NULL
SET
SHORT
STRING
TIME
TIMESTAMP
TINY
TINY_BLOB
UNKNOWN
VARCHAR
VAR_STRING
YEAR
Expressions¶
EQ ( mysql_res_field_datatype_e m)
The result is Boolean TRUE if the input argument is equal to the MYSQL fields datatype value represented by this object.
Parameters (expressions not allowed):
m - MYSQL Response Field's datatype
Returns: bool_at
NE ( mysql_res_field_datatype_e m)
The result is Boolean TRUE if the input argument is not equal to the MYSQL field's datatype value represented by this object.
Parameters (expressions not allowed):
m - MYSQL Response Field's datatype
Returns: bool_at