layout | title |
---|---|
default |
Jdbc Connection |
https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json
JDBC connection information used for connecting to a database system
JDBC connection information
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Allowed | none | jdbcConnection.json |
object
(JDBC connection)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
driverClass | string |
Required | cannot be null | JDBC connection |
connectionUrl | string |
Required | cannot be null | JDBC connection |
userName | string |
Required | cannot be null | JDBC connection |
password | string |
Required | cannot be null | JDBC connection |
Type used for JDBC driver class
driverClass
- is required
- Type:
string
- cannot be null
- defined in: JDBC connection
string
Type used for JDBC connection URL
connectionUrl
- is required
- Type:
string
- cannot be null
- defined in: JDBC connection
string
URI: the string must be a URI, according to RFC 3986
Login user name
userName
- is required
- Type:
string
- cannot be null
- defined in: JDBC connection
string
Login password
password
- is required
- Type:
string
- cannot be null
- defined in: JDBC connection
string
Reference this group by using
{"$ref":"https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json#/definitions/driverClass"}
Property | Type | Required | Nullable | Defined by |
---|
Reference this group by using
{"$ref":"https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json#/definitions/connectionUrl"}
Property | Type | Required | Nullable | Defined by |
---|
Reference this group by using
{"$ref":"https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/type/jdbcConnection.json#/definitions/jdbcInfo"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
driverClass | string |
Required | cannot be null | [JDBC connection](jdbcconnection-definitions-jdbcinfo-properties-driverclass.md") |
connectionUrl | string |
Required | cannot be null | JDBC connection |
Type used for JDBC driver class
driverClass
- is required
- Type:
string
- cannot be null
- defined in: [JDBC connection](jdbcconnection-definitions-jdbcinfo-properties-driverclass.md")
driverClass Type
string
driverClass Default Value
The default value is:
"com.amazon.redshift.jdbc42.Driver"
Type used for JDBC connection URL
connectionUrl
- is required
- Type:
string
- cannot be null
- defined in: JDBC connection
connectionUrl Type
string
connectionUrl Constraints
URI: the string must be a URI, according to RFC 3986