JDBC: New Java Method getFunctions(...)
Details
| Detail name | Value |
|---|---|
| Changelog Number | 12595 |
| Type | New Feature |
| Status | Resolved |
| Fix Versions | Exasol 7.1.0 |
| Resolution Date | 2021-08-03 |
New Feature
The JDBC Method getFunction(...) is added according to the JDBC standard.
When the getFunction(...) method is called, the database will return a ResultSet object containing the informations about the functions available in the database which is matching the criteria specified by the user during the method call (i.e., Parameters).