Hi,
JDBC is a standardized java based API for interfacing to your RDBMS.
Whether or not your particular RDBMS, like Teradata, Oracle, Sql Server, IBM DB2, My SQL or whatever, supports this interface is at the discretion of the vendor.
Teradata supports JDBC.
---