Updated on 2025-09-09 GMT+08:00

JDBC

JDBC can convert the data types supported by the database to the standard data types of JDBC. For details about the supported data types, see the set and get APIs in "Application Development Guide > Development Based on JDBC > JDBC API Reference" in Developer Guide.

If the time() type used in JDBC includes a precision, for example, time(6), the precision is precisely retained, which is the same as that in MySQL 8.0.