driverLibrary.createDriver(self,siloId,driverSpecific,driverOb, accessToken)
so I need to cater for that with a createDriver function, which will simply construct a Driver Object, like this…
function createDriver (handler,siloId,driverSpecific,driverOb, accessToken) {
return new DriverMySql(handler,siloId,driverSpecific,driverOb, accessToken);
}
bruce mcpherson is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at http://www.mcpher.com. Permissions beyond the scope of this license may be available at code use guidelines