📄 simplecorbaserver.idl
字号:
module SimpleCorbaServer
{
interface IQueryServer;
interface IQueryServer
{
boolean Login(in wstring Db, in wstring User, in wstring Password);
wstring Get_SQL();
void Set_SQL(in wstring Value);
void Next();
void Prev();
void First();
void Last();
long Get_FieldCount();
any Data();
boolean Get_EOF();
boolean Get_BOF();
boolean Execute();
};
interface QueryServerFactory
{
IQueryServer CreateInstance(in string InstanceName);
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -