MSSQL_RES_FIELD_DATATYPE_E¶
This object represents one of the MSSQL response fields datatype.
This topic lists the expressions that are provided by this class.
Enumerations¶
BIGCHRTYPE
BIGVARCHRTYPE
CHRTYPE
DATENTYPE
INTNTYPE
NCHRTYPE
NVARCHRTYPE
TIMENTYPE
UNKNOWN
VARCHRTYPE
Expressions¶
EQ ( mssql_res_field_datatype_e m)
The result is Boolean TRUE if the input argument is equal to the MSSQL fields datatype value represented by this object.
Parameters (expressions not allowed):
m - MSSQL Response Field's datatype
Returns: bool_at
NE ( mssql_res_field_datatype_e m)
The result is Boolean TRUE if the input argument is not equal to the MSSQL field's datatype value represented by this object.
Parameters (expressions not allowed):
m - MSSQL Response Field's datatype
Returns: bool_at