ADC Advanced Policy Expressions

MYSQL_RES_FIELD_DATATYPE_E


This object represents one of the MYSQL response field datatype.

Enumerations

DECIMAL

TINY

SHORT

LONG

FLOAT

DOUBLE

NULL

TIMESTAMP

LONGLONG

INT24

DATE

TIME

DATETIME

YEAR

NEWDATE

VARCHAR

BIT

NEWDECIMAL

ENUM

SET

TINY_BLOB

MEDIUM_BLOB

LONG_BLOB

BLOB

VAR_STRING

STRING

GEOMETRY

UNKNOWN

This topic lists the expressions that are provided by this class.

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

MYSQL_RES_FIELD_DATATYPE_E

In this article