Package com.atlan.model.admin
Class QueryResponse.ColumnDetails
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.QueryResponse.ColumnDetails
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryResponse
Details about the columns that were returned from a query that was run.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QueryResponse.ColumnDetails.ColumnDetailsBuilder<C extends QueryResponse.ColumnDetails,
B extends QueryResponse.ColumnDetails.ColumnDetailsBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResponse.ColumnDetails.ColumnDetailsBuilder<?,
?> builder()
protected boolean
boolean
TBCTBCName of the database in which the table's schema is contained.Canonical name of the Java class representing this column's values.Name of the column (technical).TBCTBCTBCgetLabel()
Display value for the column's name.TBCPosition of the column (1-based).TBCTBCgetScale()
TBCName of the schema in which this column's table is contained.TBCTBCName of the table in which the column is contained.getType()
Details about the (SQL) data type of the column.TBCint
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
ColumnDetails
-
-
Method Details
-
builder
-
toBuilder
-
getOrdinal
Position of the column (1-based). -
getAutoIncrement
TBC -
getCaseSensitive
TBC -
getSearchable
TBC -
getCurrency
TBC -
getNullable
TBC -
getSigned
TBC -
getDisplaySize
TBC -
getLabel
Display value for the column's name. -
getColumnName
Name of the column (technical). -
getSchemaName
Name of the schema in which this column's table is contained. -
getPrecision
TBC -
getScale
TBC -
getTableName
Name of the table in which the column is contained. -
getCatalogName
Name of the database in which the table's schema is contained. -
getReadOnly
TBC -
getWritable
TBC -
getDefinitelyWritable
TBC -
getColumnClassName
Canonical name of the Java class representing this column's values. -
getType
Details about the (SQL) data type of the column. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-