- 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:".
推薦閱讀
- 現代C++編程:從入門到實踐
- SQL學習指南(第3版)
- Visual Basic編程:從基礎到實踐(第2版)
- JavaScript Unlocked
- Getting Started with CreateJS
- jQuery從入門到精通 (軟件開發視頻大講堂)
- iOS應用逆向工程(第2版)
- JavaScript入門經典
- PHP編程基礎與實例教程
- Visual Basic程序設計上機實驗教程
- Visual Studio Code 權威指南
- 實戰Java高并發程序設計(第2版)
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Learning C++ by Creating Games with UE4
- Mastering Leap Motion