The information for each query consists of the input and output SQLDA, the statement text, the SQLCA, the package name, the creator, the section number, and the consistency token.
每个查询的信息包括输入和输出 SQLDA、语句文本、SQLCA、包名、创建者、区号和一致性符号。
3
This is important in Python programs because file input and output are, by default, buffered; data isn't written as soon as you call a print statement but is instead written in chunks.