提交 80e13473 编写于 作者: J jurgen

Cassandra data model

Former-commit-id: b3a815b8
上级 09a2f5c4
......@@ -47,6 +47,7 @@ public interface DBPDataSource extends DBCExecutionContext
* at the moment of invocation of this function.
* @return datasource info.
*/
@NotNull
DBPDataSourceInfo getInfo();
/**
......
......@@ -216,6 +216,7 @@ public abstract class JDBCDataSource
return container;
}
@NotNull
@Override
public DBPDataSourceInfo getInfo()
{
......
......@@ -62,6 +62,7 @@ public class WMIDataSource implements DBPDataSource, SQLDataSource, IAdaptable//
return container;
}
@NotNull
@Override
public DBPDataSourceInfo getInfo()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册