- Oracle ADF Enterprise Application Development:Made Simple(Second Edition)
- Sten E. Vesterli
- 172字
- 2021-07-19 18:24:44
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows:
For example, the AllTasksVO
view object becomes the view object instance, AllTasksVO1
.
A block of code is set as follows:
(:pResponsible is null or PERS_ID = :pResponsible) and (:pProgramme is null or PROG_ID = :pProgramme) and (:pText is null or upper(TEXT) like '%'|| upper(:pText) || '%')
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this:
When you are done entering the WHERE clause, click on the Test and Explain button to verify that your SQL is valid.
推薦閱讀
- Visual C++程序設計教程
- Python編程自學手冊
- Computer Vision for the Web
- 深度學習經典案例解析:基于MATLAB
- 青少年美育趣味課堂:XMind思維導圖制作
- Java 9 Programming Blueprints
- Hands-On Natural Language Processing with Python
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Selenium Testing Tools Cookbook(Second Edition)
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫
- 軟技能2:軟件開發(fā)者職業(yè)生涯指南
- Spring Boot 3:入門與應用實戰(zhàn)