PLSQLDeveloper 绿色版 64位 解压版含说明


PLSQLDeveloper_解压版(64位可用),内设readme说明
资源截图
代码片段和文件信息
// PL/SQL Developer Plug-In demo
// Copyright 1999 Allround Automations
// support@allroundautomations.nl
// http://www.allroundautomations.nl

// This demo shows an elementary interface

//---------------------------------------------------------------------------
#include 
#pragma hdrstop
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst unsigned long reason void*)
{
    return 1;
}
//---------------------------------------------------------------------------
// The three basic export functions
extern “C“
{
  __declspec(dllexport) char* IdentifyPlugIn(int);
  __declspec(dllexport) char* CreateMenuItem(int);
  __declspec(dllexport) void  OnMenuClick(int);
}

// Description of this Plug-In (as displayed in Plug-In configuration dialog)
char *const Desc = “C++Builder Plug-In demo 1“;
int PlugInID;


//---------------------------------------------------------------------------
// Plug-In identification a unique identifier is received and
// the description is returned
char* IdentifyPlugIn(int ID)
{
  PlugInID = ID;
  return Desc;
}
//---------------------------------------------------------------------------
// Creating a menu item
char* CreateMenuItem(int Index)
{
  switch (Index)
  {
    case 1 : return “Tools / &Plug-In 1 Demo...“;
  }
  return ““;
}
//---------------------------------------------------------------------------
// The menu item got selected
void OnMenuClick(int Index)
{
  switch (Index)
  {
    case 1 :
      ShowMessage(“Hello“);
      break;
  }
}
//---------------------------------------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-08-11 15:43  PLSQL
     目录           0  2014-08-11 15:35  PLSQLinstantclient_11_2
     文件       29184  2010-04-02 07:51  PLSQLinstantclient_11_2adrci.exe
     文件       12817  2010-04-02 07:51  PLSQLinstantclient_11_2adrci.sym
     文件       96256  2010-04-01 23:50  PLSQLinstantclient_11_2atl80.dll
     文件         586  2010-04-02 07:53  PLSQLinstantclient_11_2BASIC_README
     文件       65536  2010-04-02 07:51  PLSQLinstantclient_11_2genezi.exe
     文件       28201  2010-04-02 07:51  PLSQLinstantclient_11_2genezi.sym
     文件     1060864  2010-04-01 23:50  PLSQLinstantclient_11_2mfc71.dll
     文件     1101824  2010-04-01 23:50  PLSQLinstantclient_11_2mfc80.dll
     文件     1093120  2010-04-01 23:50  PLSQLinstantclient_11_2mfc80u.dll
     文件       69632  2010-04-01 23:50  PLSQLinstantclient_11_2mfcm80.dll
     文件       57856  2010-04-01 23:50  PLSQLinstantclient_11_2mfcm80u.dll
     文件         456  2010-04-01 23:50  PLSQLinstantclient_11_2Microsoft.VC80.ATL.manifest
     文件        1869  2010-04-01 23:50  PLSQLinstantclient_11_2Microsoft.VC80.CRT.manifest
     文件        2371  2010-04-01 23:50  PLSQLinstantclient_11_2Microsoft.VC80.MFC.manifest
     文件      479232  2010-04-01 23:50  PLSQLinstantclient_11_2msvcm80.dll
     文件      548864  2010-04-01 23:50  PLSQLinstantclient_11_2msvcp80.dll
     文件      348160  2010-04-01 23:50  PLSQLinstantclient_11_2msvcr71.dll
     文件      626688  2010-04-01 23:50  PLSQLinstantclient_11_2msvcr80.dll
     文件      987136  2010-04-02 07:42  PLSQLinstantclient_11_2oci.dll
     文件      256775  2010-04-02 07:42  PLSQLinstantclient_11_2oci.sym
     文件      102400  2010-02-24 01:06  PLSQLinstantclient_11_2ocijdbc11.dll
     文件       22818  2010-02-24 01:06  PLSQLinstantclient_11_2ocijdbc11.sym
     文件      348160  2010-04-02 07:08  PLSQLinstantclient_11_2ociw32.dll
     文件       46447  2010-04-02 07:08  PLSQLinstantclient_11_2ociw32.sym
     文件     1996390  2010-02-23 21:09  PLSQLinstantclient_11_2ojdbc5.jar
     文件     2111338  2010-02-23 21:09  PLSQLinstantclient_11_2ojdbc6.jar
     文件     1249280  2010-01-29 04:51  PLSQLinstantclient_11_2orannzsbb11.dll
     文件      233019  2010-01-29 04:51  PLSQLinstantclient_11_2orannzsbb11.sym
     文件      720896  2010-04-02 06:26  PLSQLinstantclient_11_2oraocci11.dll
............此处省略565个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)