Skip to content
Was this article helpful?

MSSQL_RES_FIELD_T


Returns mssql response' field object

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

DATATYPE

returns datatype of particular column (table attribute).

Returns: mssql_res_field_datatype_e


LENGTH

returns length of particular column (table attribute).

Returns: num_at


NAME

returns name of particular column (table attribute).

Returns: text_t


Was this article helpful?