Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
a_sql_uint32 sqlda_storage( struct sqlda * sqlda, int varno );
sqlda 指向 SQLDA 结构的指针。
varno sqlvar 主机变量的索引。
返回无符号的 32 位整数值表示存储 sqlda->sqlvar[varno] 中所述变量的任意值时所需的存储量。