Options
All
  • Public
  • Public/Protected
  • All
Menu

JdbcDataSourceProperties contains the properties of a JDBC data source definition.

Hierarchy

Index

Properties

Optional defaultDatabase

defaultDatabase: undefined | string

The name of the default database.

driver

driver: string

The fully-qualified class name of the JDBC driver.

id

id: string

The unique identifier of the data source.

name

name: string

The name of the data source.

Optional password

password: undefined | string

The password used to authenticate with the database.

requireLogin

requireLogin: boolean

A flag that indicates if the database requires authentication.

type

type: string

The type of the data source. Allowed values are 'jdbc', 'soap', 'text', 'xml', and 'tabular'.

url

url: string

The JDBC URL of the database.

Optional user

user: undefined | string

The user name used to authenticate with the database.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc