Fetches a value from a column as the specified integer type.
public virtual ul_s_big GetIntWithType( const char * cname, ul_column_storage_type type )
cname The name of the column.
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