提交 916337fc 编写于 作者: S Serge Rider

Remove data types from schema properties

上级 82d1cdd4
......@@ -314,7 +314,7 @@ public class PostgreSchema implements DBSSchema, DBPNamedObject2, DBPSaveableObj
schema.startsWith(PostgreConstants.TEMP_SCHEMA_PREFIX);
}
@Property
//@Property
public Collection<? extends DBSDataType> getDataTypes(DBRProgressMonitor monitor) throws DBException {
List<PostgreDataType> types = new ArrayList<>();
for (PostgreDataType dt : dataTypeCache.getAllObjects(monitor, this)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册