Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
数値カラムの精度を取得します。
public virtual size_t GetColumnPrecision(ul_column_num cid)
cid 1 から始まるカラムの順序数。
カラムが数値型ではないか、カラムが存在しない場合は、0 を返します。カラム名が存在しない場合は、SQLE_COLUMN_NOT_FOUND が設定されます。カラム型が数値ではない場合は、SQLE_DATATYPE_NOT_ALLOWED が設定されます。