com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.ui
Class IndexInfo

java.lang.Object
  extended by com.im.ijc.core.api.ui.IndexInfo

public class IndexInfo
extends Object


Constructor Summary
IndexInfo(DFSchema schema, SchemaQualifiedName tableName, DBIndexInfo indexInfo)
          Creates a new instance of IndexInfo
 
Method Summary
 boolean equals(Object obj)
           
 DBIndexInfo getIndexInfo()
           
 DFSchema getSchema()
           
 DBTableInfo getTable()
           
 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(DFSchema schema,
                 SchemaQualifiedName tableName,
                 DBIndexInfo indexInfo)
Creates a new instance of IndexInfo

Method Detail

getIndexInfo

public DBIndexInfo getIndexInfo()

getTable

public DBTableInfo getTable()

getSchema

public DFSchema getSchema()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTableName

public SchemaQualifiedName getTableName()

com.im.ijc.core/1 5.9.4