struct diamond /*定义一个方块体结构体数组*/ { int DmdInfo[6][6]; int color; int next; }DmdSum[19]={ {{{0,0,0,0,0,0},{0,0,1,0,0,0},{0,0,1,0,0,0},{0,0,1,1,0,0},{0,0,0,0,0,0},{0,0,0,0,0,0}},10,1}, {{{0,0,0,0,0,0},{0,0,0,0,0,0},{0,0,1,1,1,0},{0,0,1,0,0,0},{0,0,0,0,
ORACLE调用接口(Oracle Call Interface简称OCI)提供了一组可对ORACLE数据库进行存取的接口子例程(函数),通过在第三代程序设计语言(如C语言)中进行调用可达到存取ORACLE数据库的目的。Contents
Preface
Audience
Documentation Accessibility
Vv
Related documents
Conventions
Changes in This Release for Oracle Call Interface Pro