Class ResultTable.PrimaryKeyInfo

  • Enclosing class:
    ResultTable

    public static class ResultTable.PrimaryKeyInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PrimaryKeyInfo​(java.lang.String table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPrimaryKey​(java.lang.String colName)  
      java.util.List<java.lang.String> getKeyCols()  
      java.lang.String getTable()  
      • Methods inherited from class java.lang.Object

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

      • PrimaryKeyInfo

        public PrimaryKeyInfo​(java.lang.String table)
    • Method Detail

      • addPrimaryKey

        public void addPrimaryKey​(java.lang.String colName)
      • getTable

        public java.lang.String getTable()
      • getKeyCols

        public java.util.List<java.lang.String> getKeyCols()