📄 rowid.h
字号:
#ifndef __ROWID_H_#define __ROWID_H_#include "ocicpp.h"#include "OraError.h"#include "OraRowID.h"/* this is just a shell for OraRowID */namespace OCICPP {using std::string;class RowID {private: OraRowID *rowid;public: RowID(); RowID(OraRowID *rid); void init(OraRowID *rid); ~RowID(); void drop(); OraRowID *getRowID();};}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -