Package io.ran

Class NoDb

java.lang.Object
io.ran.NoDb
All Implemented Interfaces:
DbType

public class NoDb extends Object implements DbType
  • Constructor Details

    • NoDb

      public NoDb()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: DbType
      Returns the name of the database space.
      Specified by:
      getName in interface DbType
      Returns:
      a String representing the name of the database space, alphanumeric and underscores only.