Оценок - 0, средний балл: 0
(
)
|
К этому устройству также есть другие инструкции:
Компьютеры - HP Integrity NonStop H-Series (213.36 kb)
Компьютеры - HP Integrity NonStop H-Series (242.39 kb)
Фрагмент инструкции
Document Outline
- HP NonStop SQL/MX Release 3.2.1 Guide to Stored Procedures in Java
- Contents
- About This Manual
- 1 Introduction
- 2 Getting Started
- Software Requirements
- Verifying Software Versions
- Configuring the SPJ Environment on Systems Running H-Series RVUs
- Controlling JVM Startup Options
- Setting the JREHOME Location
- Setting the JDBC/MX Location
- Setting the Class Path
- Setting the JVM extensions location
- Installing JAR Files in NonStop SQL/MX
- Establishing Java Security
- 3 Writing SPJ Methods
- Guidelines for Writing SPJ Methods
- Accessing SQL/MP and SQL/MX Databases
- Handling Java Exceptions
- Writing Data to a File or Terminal
- Compiling Java Classes
- 4 Registering SPJs in NonStop SQL/MX
- Creating an SPJ
- Using the CREATE PROCEDURE Statement
- Dropping an SPJ
- Altering an SPJ and Its Java Class
- 5 Invoking SPJs in NonStop SQL/MX
- Calling an SPJ
- Using the CALL Statement
- Invoking SPJs in MXCI
- Invoking SPJs Statically in an Embedded SQL Program in C, C++, or COBOL
- Invoking SPJs Dynamically in an Embedded SQL Program in C, C++, or COBOL
- Invoking SPJs in a NonStop ODBC/MX Client
- Invoking SPJs in a JDBC/MX Program
- Invoking SPJs in a Trigger
- 6 Managing SPJs in NonStop SQL/MX
- 7 Performance and Troubleshooting
- A Sample SPJs
- Using Sample SPJs
- Class Files and Java Methods
- The createprocs.sql File
- Examples of the Sample SPJs
- Index