JDBC Driver
The first result to retrieve. If not set (offset = 0), results will be retrieved starting from row 0.
0The maximum number of results to retrieve. If not set (limit = 0), the default limit will be used. The maximum allowed limit is 1000.
0Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped
-1the database name of the JDBC driver to find. The exact name must be used to find the JDBC driver case sensitive, and 'equals' style of match).
the database version of the JDBC driver to find. The exact value must be used to find the JDBC driver.
JDBC drivers searched
The total number of results.
1000The offset for the results.
10The maximum number of results to be returned.
100JDBC drivers searched
Last updated
Was this helpful?