【发布时间】:2018-06-01 10:32:34
【问题描述】:
==ociap.h ==
sword OCIStmtPrepare (OCIStmt *stmtp, OCIError *errhp, const OraText *stmt,
ub4 stmt_len, ub4 language, ub4 mode);
你能告诉OCIStmt结构体上面的参数定义吗?
不能公开的信息?
谢谢。
【问题讨论】:
-
上下文是什么?
-
您包括哪些标题才能使用它?
-
你为什么需要它?你不应该直接操作这些,总是通过 OCI 函数。