Class IndexInfo


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

      Constructors 
      Constructor Description
      IndexInfo​(com.im.df.api.ddl.DFSchema schema, com.im.commons.db.util.SchemaQualifiedName tableName, com.im.commons.db.ddl.DBIndexInfo indexInfo)
      Creates a new instance of IndexInfo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      com.im.commons.db.ddl.DBIndexInfo getIndexInfo()  
      com.im.df.api.ddl.DFSchema getSchema()  
      com.im.commons.db.ddl.DBTableInfo getTable()  
      com.im.commons.db.util.SchemaQualifiedName getTableName()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • IndexInfo

        public IndexInfo​(com.im.df.api.ddl.DFSchema schema,
                         com.im.commons.db.util.SchemaQualifiedName tableName,
                         com.im.commons.db.ddl.DBIndexInfo indexInfo)
        Creates a new instance of IndexInfo
    • Method Detail

      • getIndexInfo

        public com.im.commons.db.ddl.DBIndexInfo getIndexInfo()
      • getTable

        public com.im.commons.db.ddl.DBTableInfo getTable()
      • getSchema

        public com.im.df.api.ddl.DFSchema getSchema()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getTableName

        public com.im.commons.db.util.SchemaQualifiedName getTableName()