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

  public abstract org.hibernate.boot.model.naming.Identifier getColumnIdentifier();
    descriptor: ()Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.boot.model.TruthValue getNullable();
    descriptor: ()Lorg/hibernate/boot/model/TruthValue;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getTypeCode();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract int getColumnSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getDecimalDigits();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ColumnInformation.java"