interface IDSN (View source)

This interface defines the structure for a Data Source Name (DSN) in the application.

Implementing classes should provide the necessary methods to handle DSN configurations.

Methods

Exceptions
parse()

Parses the DSN (Data Source Name) and returns it as a string.

Details

Exceptions parse()

Parses the DSN (Data Source Name) and returns it as a string.

Return Value

Exceptions

The parsed DSN string or an exception if parsing fails.