- IBM DB2 9.7 Advanced Application Developer Cookbook
- Sanjay Kumar Mohankumar Saraswatipura
- 206字
- 2021-08-20 15:42:18
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 are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
<?xml version="1.0" encoding="UTF-8"?> <OPTPROFILE VERSION="9.1.0.0"> <!-- Global optimization guidelines section. --> <OPTGUIDELINES>............</OPTGUIDELINES> <!-- Statement profile section. --> <STMTPROFILE ID="Guidelines for Q1"> <STMTKEY SCHEMA="TEST"> <![CDATA[SQL Query]]> </STMTKEY> <OPTGUIDELINES>...........</OPTGUIDELINES> </STMTPROFILE> </OPTPROFILE>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<OPTGUIDELINES>
<MQTENFORCE>
<NAME='MQT1'/> <TYPE='REPLICATED'/>
</MQTENFORCE>
<OPTGUIDELINES>
Any command-line input or output is written as follows:
CREATE TABLE REPLACE1 (c1 INT, c2 INT) CREATE TABLE REPLACE2 (c1 INT, c2 INT) CREATE VIEW v1 AS SELECT * FROM REPLACE1 CREATE VIEW v2 as SELECT * FROM v1 CREATE FUNCTION fun1() LANGUAGE SQL RETURNS INT RETURN SELECT c1 FROM v2 CREATE OR REPLACE VIEW v1 AS SELECT * FROM REPLACE2
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: "In the previous section, we can observe following information for Operator#2:".
推薦閱讀
- Hands-On Image Processing with Python
- C++ Builder 6.0下OpenGL編程技術
- 深入淺出Android Jetpack
- Banana Pi Cookbook
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Jenkins Continuous Integration Cookbook(Second Edition)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Oracle GoldenGate 12c Implementer's Guide
- R數據科學實戰:工具詳解與案例分析
- MySQL程序員面試筆試寶典
- Python趣味編程與精彩實例
- PHP典型模塊與項目實戰大全
- Instant AppFog
- Python游戲編程項目開發實戰