代码搜索:SqL
找到约 10,000 项符合「SqL」的源代码
代码结果 10,000
www.eeworm.com/read/183260/9173800
sql overloadedlocal.sql
REM overloadedLocal.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This block contains overloaded local procedures.
set serveroutput on
DECLARE
-- Two overloaded local p
www.eeworm.com/read/183260/9173801
sql recordfullclasses.sql
REM RecordFullClasses.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This procedure depends on AlmostFull and temp_table.
CREATE OR REPLACE PROCEDURE RecordFullClasses AS
C
www.eeworm.com/read/183260/9173805
sql dependencies.sql
REM dependencies.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This script illustrates the behavior of dependent objects of
REM various types.
-- First create a simple table
www.eeworm.com/read/183260/9173807
sql inserttemp.sql
REM InsertTemp.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This function cannot be called from a SQL statement.
CREATE OR REPLACE FUNCTION InsertTemp(
p_Num IN temp_tabl
www.eeworm.com/read/183260/9173808
sql callrs.sql
REM callRS.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This block demonstrates a call to PersistPkg.ReadStudents.
set serveroutput on
DECLARE
v_StudentTable PersistPk
www.eeworm.com/read/183260/9173810
sql localerror.sql
REM localError.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This block illustrates an illegal location for a subprogram.
DECLARE
/* Declare FormatName first. This will ge
www.eeworm.com/read/183260/9173811
sql remotedependencies.sql
REM remoteDependencies.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This script illustrates the dependencies between objects in
REM different databases.
set serveroutput on
www.eeworm.com/read/183260/9173815
sql persistpkg.sql
REM PersistPkg.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This package demonstrates the persistance of packaged variables.
CREATE OR REPLACE PACKAGE PersistPkg AS
-- Ty
www.eeworm.com/read/183260/9173817
sql trustpkg.sql
REM TrustPkg.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This package uses the TRUST keyword with RESTRICT_REFERENCES.
CREATE OR REPLACE PACKAGE TrustPkg AS
FUNCTION ToU
www.eeworm.com/read/183260/9173819
sql studentops.sql
REM StudentOps.sql
REM Chapter 10, Oracle9i PL/SQL Programming by Scott Urman
REM This package demonstrates the RESTRICT_REFERENCES pragma.
CREATE OR REPLACE PACKAGE StudentOps AS
FUNCTION Ful