Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
カラムを、指定された整数型の integer 値に設定します。
public virtual bool SetIntWithType( const char * cname, ul_s_big value, ul_column_storage_type type )
cname カラム名。
value integer 値。
type この値を処理するときの整数型。
成功した場合は true、失敗した場合は false。
次に、value パラメーターに使用できる 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