Page cover image

JDBC Developer's Guide

Overview

This guide is intended for application developers who want to use the JDBC functions provided by Tibero® (Tibero) to develop applications.

This guide does not contain all the information required to apply or operate JDBC application programs. For details about operation, management or advanced programming using JDBC, refer to each relevant guide.

Required Knowledge

  • Database

  • RDBMS

  • Java

Document Organization

The guide contains 11 chapters.

Introduction to Tibero JDBC

Briefly introduces JDBC, and describes Tibero JDBC, which is provided by Tibero.

🔎 Go to Introduction to Tibero JDBC

JDBC Standards

Describes the functions of the JDBC standards supported by tbJDBC.

🔎 Go to JDBC Standards

tbJDBC Usage

Describes the basic usage of tbJDBC.

🔎 Go to tbJDBC Usage

DataSource Objects and Database URLs

Describes how to connect to the database using DataSource objects as well as the database URLs.

🔎 Go to DataSource Objects and Database URLs

Distributed Transactions

Describes functions related to distributed transactions.

🔎 Go to Distributed Transactions

Extended Functions of Result Sets

Describes extended functions of result sets.

🔎 Go to Extended Functions of Result Sets

Row Set

Describes functions related to row sets.

🔎 Go to Row Set

LOB Data Processing

Describes how to process LOB data.

🔎 Go to LOB Data Processing

Failover and Load Balancing

Describes the failover and load balancing functions.

🔎 Go to Failover and Load Balancing

SSL

Describes what SSL is and how to use it.

🔎 Go to SSL

User-defined Data Types

Describes how to process user-defined data types in tbJDBC.

🔎 Go to User-defined Data Types

Last updated