Fetches a value from a column as the specified integer type.
public virtual ul_s_big GetIntWithType( ul_column_num cid, ul_column_storage_type type )
cid The 1-based ordinal column number.
type The integer type to fetch as.
The column value as an integer.
The following is a list of integer values that can be used for the type 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