- Real Time Analytics with SAP HANA
- Vinay Singh
- 187字
- 2021-07-09 21:20:50
Conventions
In this book, you will find a number of text styles 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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
CREATE PROCEDURE {schema.}name {({IN|OUT|INOUT} param_name data_type {,...})} {LANGUAGE <LANG>} {SQL SECURITY <MODE>} {READS SQL DATA {WITH RESULT VIEW <view_name>}} AS BEGIN ... END
Any command-line input or output is written as follows:
GRANT SELECT ON SCHEMA <YOUR SCHEMA> TO _SYS_REPO WITH GRANT OPTION; GRANT SELECT ON SCHEMA HANA_DEMO TO _SYS_REPO WITH GRANT OPTION
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You can see the created procedure below our schema under the Procedures... folder."
推薦閱讀
- Mastering RabbitMQ
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- bbPress Complete
- Flutter跨平臺開發入門與實戰
- AIRIOT物聯網平臺開發框架應用與實戰
- Python編程快速上手2
- 3ds Max 2018從入門到精通
- AngularJS UI Development
- Zend Framework 2 Cookbook
- Unreal Engine Game Development Cookbook
- Android Application Programming with OpenCV 3
- Prezi Cookbook
- Java核心技術卷I基礎知識(原書第9版)
- LabVIEW虛擬儀器項目開發與實踐
- Unity 5.x 2D Game Development Blueprints