Java Database Connectivity - Teradata Database

Database Introduction

Product
Teradata Database
Release Number
15.00
Language
English (United States)
Last Update
2018-09-25
dita:id
B035-1091
lifecycle
previous
Product Category
Teradata® Database

JDBC is a specification for an API. The API allows platform-independent Java applications to access Teradata Database using SQL and external stored procedures.

The JDBC API provides a standard set of interfaces for:

  • Opening connections to databases
  • Executing SQL statements
  • Processing results
  • Teradata JDBC Driver provides access to Teradata Database using the Java language. Teradata JDBC Driver is a type 4 (pure Java) JDBC Driver. It is a set of Java classes that use TCP/IP to communicate directly with Teradata Database.