Esempio n. 1
0
  @Override
  public DBSObject refreshObject(@NotNull DBRProgressMonitor monitor) throws DBException {
    authIdCache.clearCache();
    accessMethodCache.clearCache();
    languageCache.clearCache();
    encodingCache.clearCache();
    tablespaceCache.clearCache();
    schemaCache.clearCache();

    cacheDataTypes(monitor);
    return this;
  }
Esempio n. 2
0
 @Association
 public Collection<PostgreTablespace> getTablespaces(DBRProgressMonitor monitor)
     throws DBException {
   return tablespaceCache.getAllObjects(monitor, this);
 }