| 164 | * SQL Server connector |
| 165 | */ |
| 166 | export class SQLServerConnector implements Connector { |
| 167 | id: ConnectorType = "sqlserver"; |
| 168 | name = "SQL Server"; |
| 169 | dsnParser = new SQLServerDSNParser(); |
nothing calls this directly
no outgoing calls
no test coverage detected