Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取数字列的小数位数。
public virtual size_t GetColumnScale(ul_column_num cid)
cid 从 1 开始的列序号。
如果列不是数字类型,或者如果列不存在,则返回 0。如果列名不存在,则设置 SQLE_COLUMN_NOT_FOUND。如果列类型不是数字列,则设置 SQLE_DATATYPE_NOT_ALLOWED。