代码搜索:PLSQL
找到约 265 项符合「PLSQL」的源代码
代码结果 265
www.eeworm.com/read/243271/12952022
ppt plsql.ppt
www.eeworm.com/read/306645/13740685
tst plsql.tst
@ssoo
create or replace package temppkg
is
prog PLGdesc.prog_tt;
arglist PLGdesc.arglist_tt;
retarglist PLGdesc.arglist_tt;
end;
/
declare
begin
plgplsql.analyze_code ('&
www.eeworm.com/read/265318/11268547
pdf plsql.pdf
www.eeworm.com/read/409473/11321755
pdf plsql.pdf
www.eeworm.com/read/408881/11366362
java plsql.java
/*
* This sample shows how to call PL/SQL blocks from JDBC.
*
* It 1. creates stored procedure / function first, then
* 2. makes calls to procedures with / without parameter,
* 3. makes cal
www.eeworm.com/read/237463/4627620
txt plsql.txt
DECLARE
CURSOR c1 IS
SELECT account_id, oper_type, new_value FROM action
ORDER BY time_tag
FOR UPDATE OF status;
BEGIN
FOR acct IN c1 LOOP -- process each row one at a time
www.eeworm.com/read/231546/4715219
vim plsql.vim
" Vim syntax file
" Language: Oracle Procedureal SQL (PL/SQL)
" Maintainer: Jeff Lanzarotta (frizbeefanatic@yahoo.com)
" URL: http://lanzarotta.tripod.com/vim/syntax/plsql.vim.zip
" Last C
www.eeworm.com/read/205046/5026335
sql plsql.sql
/*
* $Id: plsql.sql,v 1.3 2005/05/02 15:09:11 unsaved Exp $
*
* This example is copied from the "Simple Programs in PL/SQL"
* example by Yu-May Chang, Jeff Ullman, Prof. Jennifer Widom at
* the S
www.eeworm.com/read/179904/5301683
sql plsql.sql
/*
* $Id: plsql.sql,v 1.3 2005/05/02 15:09:11 unsaved Exp $
*
* This example is copied from the "Simple Programs in PL/SQL"
* example by Yu-May Chang, Jeff Ullman, Prof. Jennifer Widom at
* the S