Package de.frankmuenster.mahoe.utils
Class DBUtiles
- java.lang.Object
-
- de.frankmuenster.mahoe.utils.DBUtiles
-
public final class DBUtiles extends java.lang.Object
Utility class for extended BD functions- Author:
- Frank Münster
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
deleteMeta(de.willuhn.jameica.hbci.rmi.Konto account, java.lang.String metaKey)
Removes a META key from an account
-
-
-
Method Detail
-
deleteMeta
public static int deleteMeta(de.willuhn.jameica.hbci.rmi.Konto account, java.lang.String metaKey) throws java.rmi.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:
java.rmi.RemoteException
-
-