提交 1bac7ae5 编写于 作者: S Serge Rider

Driver full ID function

上级 acbf0a8e
......@@ -170,4 +170,8 @@ public interface DBPDriver extends DBPNamedObject
void loadDriver(DBRProgressMonitor monitor) throws DBException;
default String getFullId() {
return getProviderId() + ":" + getId();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册