DataSourceImpl

Implementation of simple DataSource: it just holds connection parameters, and can create new Connection by getConnection(). Method close() on such connection will really close connection.

Constructors

this
this(Driver driver, string url, string[string] params)

Undocumented in source.

Members

Functions

getConnection
Connection getConnection()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

driver
Driver driver;

Undocumented in source.

params
string[string] params;

Undocumented in source.

url
string url;

Undocumented in source.

Inherited Members

From DataSource

getConnection
Connection getConnection()

Undocumented in source.

Meta