码迷,mamicode.com
首页 >  
搜索关键字:procedures    ( 129个结果
APPCORE Routine APIs
Introduction to APPCORE Routine APIs This chapter provides you with specifications for calling many Oracle E-Business Suite APIs from your PL/SQL procedures. Most routines in the APPCORE library ar...
分类:移动开发   时间:2014-10-30 22:40:40    阅读次数:450
解剖SQLSERVER 第十五篇 SQLSERVER存储过程的源文本存放在哪里?(译)
解剖SQLSERVER 第十五篇 SQLSERVER存储过程的源文本存放在哪里?(译)http://improve.dk/where-does-sql-server-store-the-source-for-stored-procedures/目前我正在扩展OrcaMDF Studio的功能 不单只...
分类:数据库   时间:2014-10-16 21:07:13    阅读次数:421
Exercise 1.9
题目: Each of the following two procedures defines a method for adding two positive integers in terms of the procedures inc, which increments its argum....
分类:其他好文   时间:2014-09-15 17:19:29    阅读次数:156
verilog RTL编程实践之四
1.verilog平时三个级别: 1.gate level: and or not xor 2.RTL level: reg comb seq 3.behavior:+ – * / 2.system tasks 1.system tasks必须procedures(always/ initial/ ...
分类:其他好文   时间:2014-09-13 22:40:45    阅读次数:296
Effective JavaScript Item 18 理解Function, Method, Constructor调用之间的区别
本系列作为Effective JavaScript的读书笔记。   Function绝对是JavaScript中的重中之重。在JavaScript中,Function承担了procedures, methods, constructors甚至是classes以及modules的功能。   在面向对象程序设计中,functions,methods以及class constructor...
分类:编程语言   时间:2014-09-11 15:26:22    阅读次数:166
Oracle 包(Package)
1、为什么要使用包? 答: 在一个大型项目中,可能有很多模块,而每个模块又有自己的过程、函数等。而这些过程、函数默认是放在一起的(如在PL/SQL中,过程默认都是放在一起 的,即Procedures中),这些非常不方便查询和维护,甚至会发生误删除的事件。所以通过使用包就可以分类管理过程和函数。 而且...
分类:数据库   时间:2014-09-03 21:14:57    阅读次数:242
SqlServer中使用正则表达式
一、查看配置,如果‘show advanced options’,‘Ole Automation Procedures’,‘Ad Hoc Distributed Queries’的config_value和run_value不为1,需要执行二中脚本。二、执行脚本,打开SQL Server 对组件的访...
分类:数据库   时间:2014-08-28 13:08:59    阅读次数:306
HDU-4288-Coder(线段树)
Problem Description   In mathematics and computer science, an algorithm describes a set of procedures or instructions that define a procedure. The term has become increasing popular since the adven...
分类:其他好文   时间:2014-08-25 22:54:25    阅读次数:408
Lock-Free Data Structures
By Andrei Alexandrescu, October 01, 2004 Post a Comment Lock-free data structures guarantee the progress of at least one thread when executing mutlithreaded procedures, thereby helping you avoid d...
分类:其他好文   时间:2014-08-11 18:01:02    阅读次数:384
【12C考题精解】OCP 1z0-060 QUESTION 3: Managing the SYSAUX Tablespace
QUESTION3Whichtwostatementsaretrueabouttheuseoftheprocedureslistedinthev$sysaux_occupants.move_procedurecolumn?A.TheproceduremaybeusedforsomecomponentstorelocatecomponentdatatotheSYSAUXtablespacefromitscurrenttablespace.B.Theproceduremaybeusedforsomecompone..
分类:其他好文   时间:2014-08-07 19:22:41    阅读次数:295
129条   上一页 1 ... 10 11 12 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!