HXTT's JDBC Packages Documentation

Welcome to the HXTT PDF v1.0 Documentation

Current documentation can be found here. This documentation is not intended as a complete guide to JDBC programming, but should help to get you started. For more information, refer to the standard JDBC API documentation(supplied with Sun's JDK). Also, take a look at the examples included with the HXTT PDF packages. The basic example is used here.

Index:

Chapter 1. Quick Start

  1. What Is the HXTT PDF?
  2. Follow Me

Chapter 2. Installation

  1. System Requirements
  2. Setting the CLASSPATH
  3. Loading the Driver
  4. Connecting to the Database

Chapter 3. Statement

  1. Creating a Statement Instance
  2. Issuing a Query
  3. Performing Updates
  4. Creating and Modifying Database Objects

Chapter 4. ResultSet

  1. ResultSet Overview
  2. Providing Performance Hints
  3. Performing Updates
  4. Serializing ResultSet

Chapter 5. Advanced Programming

  1. Sending Very Large IN Parameters
  2. Encryption
  3. SELECT ... INTO OUTFILE Syntax
  4. Transaction Processing
  5. RowSet
  6. PooledConnection
  7. SSL Connection
  8. Run HXTT PDFServer as Windows Service or Linux(Solaris) Daemon
  9. DBAdmin (A GUI Dtabase Server Manager)
  10. How to Use Memory-only Table, Physical Table, Url table, Compressed table, SAMBA table in a SQL.
  11. Create Database from any java.io.InputStream object.
  12. Create Database from any compressed java.io.InputStream object.

Chapter 6. SQL Syntax

  1. Select
  2. Insert
  3. Update
  4. Delete
  5. CREATE CATALOG
  6. CREATE DATABASE
  7. DROP DATABASE
  8. FLUSH DATABASE
  9. CREATE TABLE
  10. DROP TABLE
  11. ALTER TABLE
  12. TRUNCATE TABLE
  13. LOCK TABLE
  14. UNLOCK TABLE
  15. CREATE VIEW
  16. DROP VIEW
  17. CREATE SEQUENCE
  18. DROP SEQUENCE
  19. ALTER SEQUENCE
  20. SET TRANSACTION
  21. START TRANSACTION
  22. COMMIT
  23. ROLLBACK
  24. SAVEPOINT
  25. RELEASE SAVEPOINT
  26. Call Procedure
  27. EXPLAIN
  28. Pseudo Tables
  29. Pseudo Columns
  30. Declare Variable
  31. SET Variable
  32. Common Table Expression
  33. Comment Syntax
  34. SQL States

Chapter 7. Scalar Functions and Aggregate Functions

  1. Mathematical Functions
  2. Trigonometric Functions
  3. String Functions
  4. Date/Time Functions
  5. Boolean Functions
  6. System Functions
  7. Conversion Functions
  8. Security Functions
  9. Sequence Functions
  10. Regular Expresson Functions
  11. Miscellaneous Functions
  12. Aggregate Functions
  13. Table Functions
  14. ETL Functions

Chapter 8. Answers to Frequently Asked Questions (FAQ) for the HXTT PDF packge

  1. General Questions
  2. Applet Questions
  3. Remote Access Questions and Client/Server Mode Questions
  4. SQL Questions
  5. Concurrence Questions
  6. Interoperability Questions

Chapter 9. OpenAPI Programming

  1. Extend SQL functions
  2. Start/Stop Server Programmatically with/without GUI manager
  3. Customer Connection

Chapter 10. XPath for XML and JSON

  1. XPath Introduction
  2. XPath Syntax for XML and JSON
  3. XPath Sample for XML and JSON

Chapter 11. JSON (JavaScript Object Notation) Support

  1. json and jsonb Operators
  2. JSON Functions
  3. JSON sample

Chapter 12. XML (eXtensible Markup Language) Support

  1. Declaration of XML Types
  2. XML Functions
  3. XML sample

Chapter 13. Array Type

  1. Declaration of Array Types
  2. Array Functions
  3. Array sample

Chapter 14. NoSQL (Not Only SQL)

  1. Declaration of NoSQL Types
  2. NoSQL Functions
  3. NoSQL sample
Copyright © 2003-2019 Heng Xing Tian Tai Lab | All Rights Reserved. |