org.firebirdsql.squirrel.util
Class IndexParentInfo
java.lang.Object
net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo
org.firebirdsql.squirrel.util.RelatedObjectInfo
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
| Methods inherited from class net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo |
compareTo, equals, generateQualifiedName, generateQualifiedName, getCatalogName, getDatabaseObjectType, getQualifiedName, getSchemaName, getSimpleName, hashCode, replaceDatabaseObjectTypeConstantObjectsByConstantObjectsOfThisVM, toString |
IndexParentInfo
public IndexParentInfo(IDatabaseObjectInfo relatedObjInfo,
SQLDatabaseMetaData md)
Copyright © 2001-2010. All Rights Reserved.