Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取列的大小。
public virtual size_t GetColumnSize(ul_column_num cid)
cid 从 1 开始的列序号。
如果列不存在,或列类型不具有可变长度,则返回 0。如果列名不存在,则设置 SQLE_COLUMN_NOT_FOUND。如果列类型不是 UL_SQLTYPE_CHAR 或 UL_SQLTYPE_BINARY,则设置 SQLE_DATATYPE_NOT_ALLOWED。