Sets a column to an integer value of the specified integer type.
public virtual bool SetIntWithType( ul_column_num cid, ul_s_big value, ul_column_storage_type type )
cid The 1-based ordinal column number.
value The integer value.
type The integer type to treat the value as.
True on success, otherwise false.
The following is a list of integer values that can be used for the value parameter:
UL_TYPE_BIT
UL_TYPE_TINY
UL_TYPE_S_SHORT
UL_TYPE_U_SHORT
UL_TYPE_S_LONG
UL_TYPE_U_LONG
UL_TYPE_S_BIG
UL_TYPE_U_BIG