C

Connections

A container class that stores all Connection instances and provides factory methods for them.

Members

Show:

Properties

Methods

Factory method for creating a new Connection object.

Parameters

nameOrConnection?: string | Connection

Return Value

Returns the row with the (one-based) index.

Parameters

index: number

Return Value

Returns the Connection object with the given name.

Parameters

name: string

Return Value

Parameters

comparator?: any