Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
カラムからの値を、指定された整数型としてフェッチします。
public virtual ul_s_big GetIntWithType( const char * cname, ul_column_storage_type type )
cname カラムの名前。
type フェッチするときの整数型。
Integer としてのカラム値。
次に、type パラメータに使用できる integer 値のリストを示します。
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