@Association
 public Collection<PostgreCharset> getEncodings(DBRProgressMonitor monitor) throws DBException {
   return encodingCache.getAllObjects(monitor, this);
 }