Class DBRowDefinition

java.lang.Object
org.rspeer.game.adapter.definition.Definition
org.rspeer.game.adapter.definition.DBRowDefinition

public class DBRowDefinition extends Definition
  • Constructor Details

    • DBRowDefinition

      public DBRowDefinition(int id)
  • Method Details

    • decode

      public void decode(org.rspeer.cache.util.Buffer buffer, int op)
      Specified by:
      decode in class Definition
    • postDecode

      public void postDecode()
      Specified by:
      postDecode in class Definition
    • dumpToCSV

      public void dumpToCSV(File filepath) throws IOException
      Throws:
      IOException
    • toCSV

      public String toCSV()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTableId

      public int getTableId()
    • getColumnTypes

      public org.rspeer.cache.definitions.util.ScriptVarType[][] getColumnTypes()
    • getColumnValues

      public Object[][] getColumnValues()