提交 17a4d0e0 编写于 作者: S Serge Rider

Merge remote-tracking branch 'origin/devel' into devel

......@@ -17,6 +17,7 @@
package org.jkiss.dbeaver.model.impl.jdbc;
import org.jkiss.dbeaver.model.connection.DBPConnectionConfiguration;
import org.jkiss.dbeaver.model.exec.DBCException;
import java.sql.Connection;
import java.util.Properties;
......@@ -26,7 +27,7 @@ import java.util.Properties;
*/
public interface JDBCConnectionConfigurer {
void beforeConnection(DBPConnectionConfiguration connectionInfo, Properties connectProps);
void beforeConnection(DBPConnectionConfiguration connectionInfo, Properties connectProps) throws DBCException;
void afterConnection(DBPConnectionConfiguration connectionInfo, Properties connectProps, Connection connection, Throwable error);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册