public interface org.hibernate.tool.schema.extract.spi.TableInformation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.tool.schema.extract.spi.TableInformation
  super_class: java.lang.Object
{
  public abstract org.hibernate.boot.model.relational.QualifiedTableName getName();
    descriptor: ()Lorg/hibernate/boot/model/relational/QualifiedTableName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isPhysicalTable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getComment();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.tool.schema.extract.spi.ColumnInformation getColumn(org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/tool/schema/extract/spi/ColumnInformation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      columnIdentifier  

  public abstract org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation getPrimaryKey();
    descriptor: ()Lorg/hibernate/tool/schema/extract/spi/PrimaryKeyInformation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Iterable<org.hibernate.tool.schema.extract.spi.ForeignKeyInformation> getForeignKeys();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Iterable<Lorg/hibernate/tool/schema/extract/spi/ForeignKeyInformation;>;

  public abstract org.hibernate.tool.schema.extract.spi.ForeignKeyInformation getForeignKey(org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/tool/schema/extract/spi/ForeignKeyInformation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      keyName  

  public abstract java.lang.Iterable<org.hibernate.tool.schema.extract.spi.IndexInformation> getIndexes();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Iterable<Lorg/hibernate/tool/schema/extract/spi/IndexInformation;>;

  public abstract org.hibernate.tool.schema.extract.spi.IndexInformation getIndex(org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/tool/schema/extract/spi/IndexInformation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      indexName  

  public abstract void addColumn(org.hibernate.tool.schema.extract.spi.ColumnInformation);
    descriptor: (Lorg/hibernate/tool/schema/extract/spi/ColumnInformation;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      columnIdentifier  
}
SourceFile: "TableInformation.java"