提交 b7200be8 编写于 作者: M Marat Kalibekov

#289 - Add throws DBCException to beforeConnection method

上级 44ac71c3
......@@ -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.
先完成此消息的编辑!
想要评论请 注册