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<PostgreCharset> getEncodings(DBRProgressMonitor monitor) throws DBException {
   return encodingCache.getAllObjects(monitor, this);
 }