Supported API operations and methods
This page lists the Java Database Connectivity (JDBC) API operations and methods supported when you use the Lindorm JDBC driver to access LindormTSDB. Operations not listed in the table are partially compatible with the upper-layer framework and return their default values.
For questions about unlisted operations, contact Lindorm technical support (DingTalk ID: s0s3eg3).
Supported methods
| API operation | Supported methods |
|---|---|
| Connection |
Note The Connection implementation in the Lindorm JDBC driver is not thread-safe. Do not share the same Connection object across multiple threads. |
| Statement |
|
| ResultSet |
Note For the data types supported by LindormTSDB, see Data types. |
| PreparedStatement |
Note For the data types supported by LindormTSDB, see Data types. |