8889909192939495969798
(OptiqConnectionImpl) connection_; super.onConnectionInit(connection); final String model = connection.config().model(); if (model != null) { try { new ModelHandler(connection, model); } catch (IOException e) { throw new SQLException(e); } } }
8788899091929394959697
(OptiqConnectionImpl) connection_; super.onConnectionInit(connection); final String model = connection.config().model(); if (model != null) { try { new ModelHandler(connection, model); } catch (IOException e) { throw new SQLException(e); } } connection.init();