Package org.telegram.abilitybots.api.db


package org.telegram.abilitybots.api.db
  • Class
    Description
     
    This interface represents the high-level methods exposed to the user when handling an Update.
    An implementation of DBContext that relies on a DB.
    The MapDB variant for DBContext.getVar(String).
    Var<T>
    The interface governing a variable for abstract getters and setters.