Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
a_sql_uint32 sqlda_string_length( struct sqlda * sqlda, int varno );
sqlda 指向 SQLDA 结构的指针。
varno sqlvar 主机变量的索引。
返回无符号的 32 位整数值,该值表示保存变量 sqlda->sqlvar[varno](不管其类型是什么)所需的 C 字符串(DT_STRING 类型)的长度。