Package de.frankmuenster.mahoe.utils
Class DBUtiles
java.lang.Object
de.frankmuenster.mahoe.utils.DBUtiles
Utility class for extended BD functions
- Author:
- Frank Münster
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
deleteMeta
(de.willuhn.jameica.hbci.rmi.Konto account, String metaKey) Removes a META key from an account
-
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 accountmetaKey
- the meta key to remove- Returns:
- the number of the removed keys (can be only 0 or 1)
- Throws:
RemoteException
-