Options
All
  • Public
  • Public/Protected
  • All
Menu

DatasourceProperties contains the properties of the configuration database connection.

Hierarchy

  • DatabaseProperties

Index

Properties

Optional defaultDatabase

defaultDatabase: undefined | string

The name of the default database or catalog. If not specified, the default database for the login will be used.

driver

driver: string

The fully-qualified class name of the JDBC driver.

isolationLevel

isolationLevel: string

The transaction isolation level for the database. The allowed values are 'READ UNCOMMITTED', 'READ COMMITTED', 'REPEATABLE READ', and 'SERIALIZABLE'.

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.

Optional status

status: undefined | string

The connection status of the database.

type

type: string

The type of database. The allowed values are 'DB2', 'DERBY', 'H2', 'MYSQL', 'ORACLE', 'POSTGRESQL', and 'SQL_SERVER'.

url

url: string

The JDBC URL of the database.

Optional username

username: 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