org.firebirdsql.squirrel.util
Class IndexParentInfo

java.lang.Object
  extended by net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo
      extended by org.firebirdsql.squirrel.util.RelatedObjectInfo
          extended by org.firebirdsql.squirrel.util.IndexParentInfo
All Implemented Interfaces:
Serializable, Comparable<IDatabaseObjectInfo>, IDatabaseObjectInfo

public class IndexParentInfo
extends RelatedObjectInfo

This class stores information about a Index parent. This just stores info about the object that the index relates to.

Author:
Colin Bell
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo
DatabaseObjectInfo.IPropertyNames
 
Constructor Summary
IndexParentInfo(IDatabaseObjectInfo relatedObjInfo, SQLDatabaseMetaData md)
           
 
Method Summary
 
Methods inherited from class org.firebirdsql.squirrel.util.RelatedObjectInfo
getRelatedObjectInfo
 
Methods inherited from class net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo
compareTo, equals, generateQualifiedName, generateQualifiedName, getCatalogName, getDatabaseObjectType, getQualifiedName, getSchemaName, getSimpleName, hashCode, replaceDatabaseObjectTypeConstantObjectsByConstantObjectsOfThisVM, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexParentInfo

public IndexParentInfo(IDatabaseObjectInfo relatedObjInfo,
                       SQLDatabaseMetaData md)


Copyright © 2001-2010. All Rights Reserved.