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 が設定されます。