Before you use the OceanBase JDBC driver, add import statements at the beginning of the application to import the corresponding packages.
The following table describes the import statements.
| Import statement | Description |
|---|---|
importjava.sql.*; |
Provides the standard JDBC API. |
importjava.math.*; |
Optional. Provides the BigDecimal and BigInteger classes. If these classes are not required in your application, you can ignore this package. |