資源簡介
PLSQLDeveloper11.0.0.1762中文綠色注冊版(免Oracle11g客戶端).rar
代碼片段和文件信息
//?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\aalf.dat
????I.A....????199456??2010-03-23?00:00??PLSQL?Developer\aapf.dll
????I.A....?????????0??2003-03-13?00:00??PLSQL?Developer\AfterConnect.sql
????I.A....??????1983??2004-08-14?00:00??PLSQL?Developer\BeautifierPreview.cfg
????I.A....????????51??1999-02-14?00:00??PLSQL?Developer\Books\Books.txt
????I.A....??????1250??2011-02-11?00:00??PLSQL?Developer\CANames.sql
?????文件????4824434??2013-08-16?14:32??PLSQL?Developer\Chinese\Manual.pdf
?????文件???????3775??2013-08-16?14:05??PLSQL?Developer\Chinese\xc.txt
?????文件?????579470??2013-06-19?21:05??PLSQL?Developer\Chinese.lang
????I.A....??????3465??2004-05-19?00:00??PLSQL?Developer\DataGenerator\DefaultData\charsets.data
????I.A....?????14224??2004-07-28?00:00??PLSQL?Developer\DataGenerator\DefaultData\cities.data
????I.A....?????13356??2003-10-05?00:00??PLSQL?Developer\DataGenerator\DefaultData\companies.data
????I.A....??????4308??2003-10-12?00:00??PLSQL?Developer\DataGenerator\DefaultData\countries.data
????I.A....??????6462??2003-09-20?00:00??PLSQL?Developer\DataGenerator\DefaultData\firstnames.data
????I.A....?????11892??2003-09-20?00:00??PLSQL?Developer\DataGenerator\DefaultData\lastnames.data
????I.A....??????5761??2004-07-07?00:00??PLSQL?Developer\DataGenerator\DefaultData\text.data
????I.A....??????1594??2004-07-06?00:00??PLSQL?Developer\DataGenerator\DeptEmpDemo.gd
????I.A....?????37761??2005-09-28?00:00??PLSQL?Developer\DataGenerator\UserData\Components.txt
????I.A....??????1414??2003-09-08?00:00??PLSQL?Developer\DataGenerator\UserData\Elements.txt
????I.A....???????165??2003-01-25?00:00??PLSQL?Developer\default.dat
????I.A....?????11870??2012-07-19?00:00??PLSQL?Developer\default.kwf
????I.A....???????250??1998-11-29?00:00??PLSQL?Developer\Demo\deptname.tst
????I.A....??????2595??1998-11-29?00:00??PLSQL?Developer\Demo\employee.pck
????I.A....???????194??1998-11-29?00:00??PLSQL?Developer\Demo\employee.sql
????I.A....???????244??1998-11-29?00:00??PLSQL?Developer\Demo\mgrname.tst
????I.A....??????6789??2015-01-23?00:00??PLSQL?Developer\ec.txt
????I.A....????585512??2011-03-18?00:00??PLSQL?Developer\ExamDiff\ExamDiff.exe
????I.A....??????6359??2011-03-19?00:00??PLSQL?Developer\ExamDiff\Readme.txt
????I.A....??????7929??2011-03-19?00:00??PLSQL?Developer\ExamDiff\whatsnew.txt
????I.A....??????1415??2005-11-16?00:00??PLSQL?Developer\GraphTemplates\ENAME+SAL-COMM-DEPTNO.graph
............此處省略551個文件信息
評論
共有 條評論