Class DBUtiles

java.lang.Object
de.frankmuenster.mahoe.utils.DBUtiles

public final class DBUtiles extends Object
Utility class for extended BD functions
Author:
Frank Münster
  • Method Details

    • deleteMeta

      public static int deleteMeta(de.willuhn.jameica.hbci.rmi.Konto account, String metaKey) throws RemoteException
      Removes a META key from an account
      Parameters:
      account - the account
      metaKey - the meta key to remove
      Returns:
      the number of the removed keys (can be only 0 or 1)
      Throws:
      RemoteException