Lines Matching refs:DSN
1 # DSN parser
8 Parse DSN strings into value objects to make them easier to use, pass around and
31 ## The DSN string format
32 A DSN is a string used to configure many services. A common DSN may look like a
44 ### DSN Functions
46 A DSN may contain zero or more functions. The DSN parser supports a function syntax
60 The latter is for situations where DSN functions are supported.
99 When using `DsnParser::parseFunc()` on a string that does not contain any DSN functions,
121 ### Parsing invalid DSN
123 If you try to parse an invalid DSN string a `InvalidDsnException` will be thrown.
138 The result of parsing a DSN string is a `DsnFunction` or `Dsn`. A `DsnFunction` has
143 the DSN string.
153 You may also replace parts of the DSN with the `with*` methods. A DSN is immutable
172 The current DSN is valid, but it is up to the consumer to make sure both host1 and
179 ### Special DSN
181 The following DSN syntax are not supported.
192 We do not support DSN strings for ODBC connections like:
206 There is no official DSN RFC. We have defined a DSN configuration string as
207 using the following definition. The "URL looking" parts of a DSN is based from