目录oracle查询表结构建表语句索引1.用“USER_TAB_COLUMNS”查询表结构2.用“all_tab_COLUMNS”查询表结编程客栈构总结Oracle查询表结构建表语句索引
I am migrating some C++ code from structures to classes. I was using structures mainly for bit-field optimizations which I do not need any more (I am more worried about speed than saving space now).