• 大小: 60.16MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-05-26
  • 语言: 数据库
  • 标签: plsql  64  

资源简介

PLSQL Developer 12.0.4.1826,64位绿色版本。 (64位)中文绿色注册版免Oracle客户端

资源截图

代码片段和文件信息

// 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;
  }
}
//---------------------------------------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2048  2015-03-13 17:31  PLSQL Developer 12.0.4.1826\aalf.dat

     文件          0  2003-03-13 18:55  PLSQL Developer 12.0.4.1826\AfterConnect.sql

     文件       1983  2004-08-14 17:30  PLSQL Developer 12.0.4.1826\BeautifierPreview.cfg

     文件         51  1999-02-15 00:53  PLSQL Developer 12.0.4.1826\Books\Books.txt

     文件       1250  2011-02-11 15:46  PLSQL Developer 12.0.4.1826\CANames.sql

     文件     684679  2017-04-06 16:21  PLSQL Developer 12.0.4.1826\Chinese.lang

     文件       3465  2004-05-19 13:47  PLSQL Developer 12.0.4.1826\DataGenerator\DefaultData\charsets.data

     文件      14224  2004-07-28 11:01  PLSQL Developer 12.0.4.1826\DataGenerator\DefaultData\cities.data

     文件      13356  2003-10-05 11:39  PLSQL Developer 12.0.4.1826\DataGenerator\DefaultData\companies.data

     文件       4308  2003-10-12 11:44  PLSQL Developer 12.0.4.1826\DataGenerator\DefaultData\countries.data

     文件       6462  2003-09-20 16:12  PLSQL Developer 12.0.4.1826\DataGenerator\DefaultData\firstnames.data

     文件      11892  2003-09-20 16:12  PLSQL Developer 12.0.4.1826\DataGenerator\DefaultData\lastnames.data

     文件       5761  2004-07-07 12:59  PLSQL Developer 12.0.4.1826\DataGenerator\DefaultData\text.data

     文件       1594  2004-07-06 14:09  PLSQL Developer 12.0.4.1826\DataGenerator\DeptEmpDemo.gd

     文件      37761  2005-09-28 13:30  PLSQL Developer 12.0.4.1826\DataGenerator\UserData\Components.txt

     文件       1414  2003-09-08 21:21  PLSQL Developer 12.0.4.1826\DataGenerator\UserData\Elements.txt

     文件        165  2003-01-25 17:48  PLSQL Developer 12.0.4.1826\default.dat

     文件      11870  2015-05-27 12:10  PLSQL Developer 12.0.4.1826\default.kwf

     文件        250  1998-11-29 19:59  PLSQL Developer 12.0.4.1826\Demo\deptname.tst

     文件       2595  1998-11-29 20:20  PLSQL Developer 12.0.4.1826\Demo\employee.pck

     文件        194  1998-11-29 20:09  PLSQL Developer 12.0.4.1826\Demo\employee.sql

     文件        244  1998-11-29 20:00  PLSQL Developer 12.0.4.1826\Demo\mgrname.tst

     文件       6819  2016-11-14 16:57  PLSQL Developer 12.0.4.1826\ec.txt

     文件     707480  2016-03-29 12:36  PLSQL Developer 12.0.4.1826\Errors.txt

     文件     585512  2011-03-18 21:53  PLSQL Developer 12.0.4.1826\ExamDiff\ExamDiff.exe

     文件       6359  2011-03-19 12:25  PLSQL Developer 12.0.4.1826\ExamDiff\Readme.txt

     文件       7929  2011-03-19 12:23  PLSQL Developer 12.0.4.1826\ExamDiff\whatsnew.txt

     文件       3410  2016-11-04 12:53  PLSQL Developer 12.0.4.1826\FileSignatures.ini

     文件       1415  2005-11-16 17:34  PLSQL Developer 12.0.4.1826\GraphTemplates\ENAME+SAL-COMM-DEPTNO.graph

     文件       1057  2005-11-16 20:54  PLSQL Developer 12.0.4.1826\GraphTemplates\HIREDATE+SAL-COMM.graph

............此处省略764个文件信息

评论

共有 条评论