Interface DbCollection

All Known Implementing Classes:
DbList, DbMap, DbSet

public interface DbCollection
An interface implemented by DbList, DbSet and DbMap which always pass themselves as an instance of this interface when converting their key/value or element type to/from a String.
See Also:
  • Method Details

    • getDb

      Database getDb()
      Returns:
      The database this collection works with.
    • getTable

      String getTable()
      Returns:
      The table this collection works with.
    • getName

      String getName()
      Returns:
      The name of this collection. Used to cache and parse from Strings.