Class DBSchema

java.lang.Object
zombie.network.DBSchema

public class DBSchema
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DBSchema​(java.sql.Connection conn)  
  • Method Summary

    Modifier and Type Method Description
    KahluaTable getFullTable()  
    java.util.HashMap getSchema()  
    void setFullTable​(KahluaTable fullTable)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DBSchema

      public DBSchema​(java.sql.Connection conn)
  • Method Details

    • getFullTable

      public KahluaTable getFullTable()
    • setFullTable

      public void setFullTable​(KahluaTable fullTable)
    • getSchema

      public java.util.HashMap getSchema()