net.sourceforge.squirrel_sql.plugins.postgres.util
Class IndexParentInfo

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

public class IndexParentInfo
extends DatabaseObjectInfo

This class is used to provide schema and table information to any child index nodes.

Author:
manningr
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 tableInfo, SQLDatabaseMetaData md)
           
 
Method Summary
 IDatabaseObjectInfo getTableInfo()
           
 
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 tableInfo,
                       SQLDatabaseMetaData md)
Method Detail

getTableInfo

public IDatabaseObjectInfo getTableInfo()


Copyright © 2001-2010. All Rights Reserved.