Sets a column to an integer value of the specified integer type.
public virtual bool SetIntWithType( const char * cname, ul_s_big value, ul_column_storage_type type )
cname The name of the column.
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