`

QUERY_FIND

 
阅读更多

Result BlockBlock-Level QUERY_FIND (Override Style)
Trigger
程序撰写如下:
If :parameter.g_query_find = ‘TRUE’ then
--依据查询位撰写相关程序代码
:<result_block.item1> := :<find_block.item1>;
...
:parameter.g_query_find := ‘FALSE’;
end If;
采用范围查询,如:From ~ To,则需使用
app_find.query_range(:<find_block.item_from>,
:<find_block.item_to>,
‘<result_block.item>’);
If :parameter.g_query_find = ‘TRUE’ then
--依据查询位撰写相关程序代码
:<result_block.item1> := :<find_block.item1>;
...
:parameter.g_query_find := ‘FALSE’;
end If;
采用范围查询,如:From ~ To,则需使用
app_find.query_range(:<find_block.item_from>,
:<find_block.item_to>,
‘<result_block.item>’);
app_find.query_find(‘<Result Block Window>’, <Find Window>’,
‘<Find Window Block>’)’

分享到:
评论

相关推荐

    Inside_the_SQL_Server_Query_Optimizer

    •Find invalid objects, and unused variables or parameters automatically •Script as ALTER and encapsulate as stored procedure straight from queries Boost your coding productivity and make working ...

    query_object

    当前实施的主要区别和好处是: 无需将关系的方法委托给 Query 对象(参见文章中的find_each方法); 您可以按照您想要的所有方式组合您的查询(请参阅下面的“用法”部分)安装将此行添加到应用程序的 Gemfile 中: ...

    数据库系统概念第六版答案(包括实践习题,习题)下载

    •Find the lowest, across all departments, of the per-department max- imum salary computed by the preceding query. Answer: •SQL query: select name from student natural join takes natural join course ...

    hibernate二级缓存

    Hibernate二级缓存 在一个数据库系统中,如果缓存设置的... hibernate.cache.use_query_cache必须配置,如果想缓存使用findall()、list()、Iterator()、createCriteria()、 createQuery()等方法获得的数据结果集。

    android-query 开发包

    public T find(int id) //查找根容器 public T parent(int id) //返回id容器的父容器 public T recycle(View root) //回收 public T id(int id) //返回id容器 public T auth(AccountHandle handle) //Ajax请求进行...

    rsq.rar_RSQ RMQ_range-sketch query

    Structure rmq(range minimum or maximum query) help to find minimum or maximum on segment l and r O(log(l-r+1)) and update O(logN)

    Inside The SQL Server Query Optimizer

    The SQL Server Query Optimizer is a cost-based optimizer. It analyzes a number of candidate execution plans for a ...find a balance between the optimization time and the quality of the selected plan.

    pt-query-digest

    pt-query-digest、pt-summary 、pt-slave-find、pt-mysql-summary...

    phpQuery-onefile

    php操作html dom可以像jquery那样方便的操作. eg: 提取html文件中id为...include('./phpQuery-onefile.php'); $html = phpQuery::newDocumentFileHTML('./file.html')-&gt;find('#left .box'); echo $html-&gt;htmlOuter();

    find_open_resolvers:查找开放递归域名服务器

    find_open_resolvers -- 在给定的 IP 范围内查找开放的 DNS 解析器。 概要 find_open_resolvers [选项] [IP 范围] Options: --queries simultaneous queries to perform (100) --retries number of retries of ...

    matlab曲线的颜色代码-MyTools:只是自动或一些小功能的脚本

    find_all_picture,替换我的博客img 种子,更新种子库 玛雅人,一些关于玛雅人的镜头脚本 激活,软件激活方法 RVO2_Example,替换原球示例,由maya可视化 CodeSinppet,只需一些Maya或C ++代码sinppet即可快速复制 ...

    SQL Server 2017 Query Performance Tuning 5th Edition

    Anyone responsible for writing or creating T-SQL queries will find valuable the insight into bottlenecks, including how to recognize them and eliminate them. This book covers the latest in ...

    vista 上網補丁

    @for /f "usebackq tokens=7 delims=\" %%a in (`reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards"`) do ( set reg_path_id=%%a set "reg_path=HKEY_LOCAL_MACHINE\...

    浅谈mongodb中query查询

    一、 Query Expression Objects:查询表达式对象 查询表达式文档也是一个BSON结构的文档,例如,我们可以用下面的查询语句来查询集合中的所有记录: db.users.find({}) 这里,表达式对象是一个空文档,在查询的时候...

    A LargeScale Analysis of Query Logs for Assessing Personalization Opportunities

    We find that there is significantly more expected history for the user of a randomly picked query than for a randomly picked user. We show that users exhibit consistent topical interests that vary ...

    迷宫 java 并查 union find

    利用数据结构中的并查集结构,根据输入的迷宫的行数和列数,自动生成迷宫。

    使用phpQuery获取数组的实例

    使用phpQuery获取数组 &lt;? include 'phpQuery.php'; phpQuery::newDocumentFile&#40;...$po[‘langSkills’][‘typeId’][] = $obj-&gt;find(“select[name=’langSkills[typeId][]’]:eq(1) option:select

    thinkPHP数据查询常用方法总结【select,find,getField,query】

    thinkphp已经封装好了常用的查询方法,且都比较实用,对于不常用的查询框架也保留了原始查询方法query。 $Model = new Model() // 实例化一个model对象 没有对应任何数据表 $Model-&gt;query(select * from think_user...

    sequelize-query-parser:简单,强大,极简的软件包,可将带有Sequelize RESTful API的Node.js转换为Graph API

    序列化查询解析器 简单,强大,极简的软件包,可将带有 ... // Pass to Sequelize model find...() functions return User . findAndCountAll ( query ) ;} ;功能和语法以及示例请求特定的字段集,而不是获取所有表列//

Global site tag (gtag.js) - Google Analytics