예제 #1
0
 @Association
 public Collection<PostgreTablespace> getTablespaces(DBRProgressMonitor monitor)
     throws DBException {
   return tablespaceCache.getAllObjects(monitor, this);
 }