Interface DatabaseType

All Superinterfaces:
ConfigType
All Known Implementing Classes:
DatabaseTypeImpl

public interface DatabaseType extends ConfigType
  • Method Details

    • getString

      String getString(int row, int column)
    • getInteger

      int getInteger(int row, int column)
    • getLong

      long getLong(int row, int column)
    • getCoordFine

      CoordFine getCoordFine(int row, int column)
    • getUnknownType

      UnknownType getUnknownType(int row, int column)
    • getUnknownType1

      UnknownType1 getUnknownType1(int row, int column)
    • getUnknownType2

      UnknownType2 getUnknownType2(int row, int column)
    • getUnknownType3

      UnknownType3 getUnknownType3(int row, int column)
    • getData

      Object[][] getData()