Class QueryResponse.ColumnDetails

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.QueryResponse.ColumnDetails
All Implemented Interfaces:
Serializable
Enclosing class:
QueryResponse

public static final class QueryResponse.ColumnDetails extends AtlanObject
Details about the columns that were returned from a query that was run.
See Also:
  • Constructor Details

  • Method Details

    • builder

    • toBuilder

    • getOrdinal

      public Integer getOrdinal()
      Position of the column (1-based).
    • getAutoIncrement

      public Boolean getAutoIncrement()
      TBC
    • getCaseSensitive

      public Boolean getCaseSensitive()
      TBC
    • getSearchable

      public Boolean getSearchable()
      TBC
    • getCurrency

      public Boolean getCurrency()
      TBC
    • getNullable

      public Integer getNullable()
      TBC
    • getSigned

      public Boolean getSigned()
      TBC
    • getDisplaySize

      public Integer getDisplaySize()
      TBC
    • getLabel

      public String getLabel()
      Display value for the column's name.
    • getColumnName

      public String getColumnName()
      Name of the column (technical).
    • getSchemaName

      public String getSchemaName()
      Name of the schema in which this column's table is contained.
    • getPrecision

      public Integer getPrecision()
      TBC
    • getScale

      public Integer getScale()
      TBC
    • getTableName

      public String getTableName()
      Name of the table in which the column is contained.
    • getCatalogName

      public String getCatalogName()
      Name of the database in which the table's schema is contained.
    • getReadOnly

      public Boolean getReadOnly()
      TBC
    • getWritable

      public Boolean getWritable()
      TBC
    • getDefinitelyWritable

      public Boolean getDefinitelyWritable()
      TBC
    • getColumnClassName

      public String getColumnClassName()
      Canonical name of the Java class representing this column's values.
    • getType

      public QueryResponse.ColumnType getType()
      Details about the (SQL) data type of the column.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject