资源简介
PL/SQL Developer是一个集成开发环境,专门面向Oracle数据库存储程序单元的开发。如今,有越来越多的商业逻辑和应用逻辑转向了Oracle Server,因此,PL/SQL编程也成了整个开发过程的一个重要组成部分。PL/SQL Developer侧重于易用性、代码品质和生产力,充分发挥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 2012-02-05 17:44 PLSQL Developer9中文绿色版\aalf.dat
文件 199456 2010-03-23 00:00 PLSQL Developer9中文绿色版\aapf.dll
文件 0 2003-03-13 00:00 PLSQL Developer9中文绿色版\AfterConnect.sql
文件 1983 2004-08-14 00:00 PLSQL Developer9中文绿色版\BeautifierPreview.cfg
文件 200 2012-02-04 09:51 PLSQL Developer9中文绿色版\Books\Book0.idx
文件 127 2012-02-04 09:51 PLSQL Developer9中文绿色版\Books\BookList.dat
文件 51 1999-02-14 00:00 PLSQL Developer9中文绿色版\Books\Books.txt
文件 76 2012-02-04 09:51 PLSQL Developer9中文绿色版\Books\WordList.dat
文件 1250 2011-02-11 00:00 PLSQL Developer9中文绿色版\CANames.sql
文件 575423 2009-11-02 12:13 PLSQL Developer9中文绿色版\Chinese.lang
文件 3465 2004-05-19 00:00 PLSQL Developer9中文绿色版\DataGenerator\DefaultData\charsets.data
文件 14224 2004-07-28 00:00 PLSQL Developer9中文绿色版\DataGenerator\DefaultData\cities.data
文件 13356 2003-10-05 00:00 PLSQL Developer9中文绿色版\DataGenerator\DefaultData\companies.data
文件 4308 2003-10-12 00:00 PLSQL Developer9中文绿色版\DataGenerator\DefaultData\countries.data
文件 6462 2003-09-20 00:00 PLSQL Developer9中文绿色版\DataGenerator\DefaultData\firstnames.data
文件 11892 2003-09-20 00:00 PLSQL Developer9中文绿色版\DataGenerator\DefaultData\lastnames.data
文件 5761 2004-07-07 00:00 PLSQL Developer9中文绿色版\DataGenerator\DefaultData\text.data
文件 1594 2004-07-06 00:00 PLSQL Developer9中文绿色版\DataGenerator\DeptEmpDemo.gd
文件 37761 2005-09-28 00:00 PLSQL Developer9中文绿色版\DataGenerator\UserData\Components.txt
文件 1414 2003-09-08 00:00 PLSQL Developer9中文绿色版\DataGenerator\UserData\Elements.txt
文件 165 2003-01-25 00:00 PLSQL Developer9中文绿色版\default.dat
文件 11812 2009-01-20 00:00 PLSQL Developer9中文绿色版\default.kwf
文件 250 1998-11-29 00:00 PLSQL Developer9中文绿色版\Demo\deptname.tst
文件 2595 1998-11-29 00:00 PLSQL Developer9中文绿色版\Demo\employee.pck
文件 194 1998-11-29 00:00 PLSQL Developer9中文绿色版\Demo\employee.sql
文件 244 1998-11-29 00:00 PLSQL Developer9中文绿色版\Demo\mgrname.tst
文件 585512 2011-03-18 00:00 PLSQL Developer9中文绿色版\ExamDiff\ExamDiff.exe
文件 6359 2011-03-19 00:00 PLSQL Developer9中文绿色版\ExamDiff\Readme.txt
文件 7929 2011-03-19 00:00 PLSQL Developer9中文绿色版\ExamDiff\whatsnew.txt
文件 1415 2005-11-16 00:00 PLSQL Developer9中文绿色版\GraphTemplates\ENAME+SAL-COMM-DEPTNO.graph
............此处省略553个文件信息
相关资源
- oracle11G_64位的imp.exe及exp.exe BIN包
- 韩顺平 玩转oracle 10g实战教程 配套课
- 进销存管理系统Oracle
- Oracle 10g 参考大全 (The Complete.Refere
- ORACLE应用与认证教程
- plsqldevoracle
- Linux下安装oracle所需的依赖库rpm安装包
- 各版本Oracle JDBC驱动
- oracle安装包
- instantclient_11_2_64位
- 数据库与灾难恢复
- Toad for Oracle 8.5.3绿色免激活版
- instantclient-basic-win32-11.2.0.1.0.zip oracl
- oracle11g oci.dll
- oracle ocp 2019年3月 最新 071题库 1z0-07
- Oracle 9i PL/SQL程序设计
- 传智播客 赵强 Oracle课件
- libclntsh.so.11.1
- Centos6.5-Oracle11g离线安装所需依赖rpm包
- Oracle9i PL_SQL程序设计
- oracle 中文手册合集 chm版
- pb+oracle如何不装ORACLE客户端使用PB的应
- 李兴华--oracle课堂笔记(全)
- DTrace - Dynamic Tracing in Oracle® Solaris M
- oracle官方精简64位客户端-instantclient
- 很好用的 ORACLE10g(10.2.0.5.0) 绿色版
- Oracle11g数据库管理员指南刘宪军
- PL SQL Developer
- Oracle 11g数据库基础教程 孙风栋
- 超市订单系统(oracle和mysql素材)
评论
共有 条评论