For the complete documentation index, see llms.txt. This page is also available as Markdown.

JDBC Driver

Deprecated

Find JDBC Drivers

get

Finds JDBC drivers that match the given search criteria. By default a result containing 1000 JDBC drivers are returned. This operation is deprecated and it will be removed in the future.

Authorizations
AuthorizationstringOptional
Query parameters
offsetinteger · int32Optional

The first result to retrieve. If not set (offset = 0), results will be retrieved starting from row 0.

Default: 0
limitinteger · int32Optional

The maximum number of results to retrieve. If not set (limit = 0), the default limit will be used. The maximum allowed limit is 1000.

Default: 0
countLimitinteger · int32Optional

Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped

Default: -1
databaseNamestringOptional

the 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).

databaseVersionstringOptional

the database version of the JDBC driver to find. The exact value must be used to find the JDBC driver.

Responses
200

JDBC drivers searched

application/json
totalinteger · int64Optional

The total number of results.

Example: 1000
offsetinteger · int64Optional

The offset for the results.

Example: 10
limitinteger · int64Optional

The maximum number of results to be returned.

Example: 100
get/jdbc
200

JDBC drivers searched

Last updated

Was this helpful?