Class ColumnMetadata
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ColumnMetadata.Builder,
ColumnMetadata>
Contains the metadata for a column.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Integer
The type of the column.static ColumnMetadata.Builder
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Boolean
A value that indicates whether the column increments automatically.final Boolean
A value that indicates whether the column is case-sensitive.final Boolean
A value that indicates whether the column contains currency values.final Boolean
isSigned()
A value that indicates whether an integer column is signed.final String
label()
The label for the column.final String
name()
The name of the column.final Integer
nullable()
A value that indicates whether the column is nullable.final Integer
The precision value of a decimal number column.final Integer
scale()
The scale value of a decimal number column.final String
The name of the schema that owns the table that includes the column.static Class
<? extends ColumnMetadata.Builder> final String
The name of the table that includes the column.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
type()
The type of the column.final String
typeName()
The database-specific data type of the column.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
-
type
-
typeName
The database-specific data type of the column.
- Returns:
- The database-specific data type of the column.
-
label
-
schemaName
The name of the schema that owns the table that includes the column.
- Returns:
- The name of the schema that owns the table that includes the column.
-
tableName
The name of the table that includes the column.
- Returns:
- The name of the table that includes the column.
-
isAutoIncrement
A value that indicates whether the column increments automatically.
- Returns:
- A value that indicates whether the column increments automatically.
-
isSigned
A value that indicates whether an integer column is signed.
- Returns:
- A value that indicates whether an integer column is signed.
-
isCurrency
A value that indicates whether the column contains currency values.
- Returns:
- A value that indicates whether the column contains currency values.
-
isCaseSensitive
A value that indicates whether the column is case-sensitive.
- Returns:
- A value that indicates whether the column is case-sensitive.
-
nullable
A value that indicates whether the column is nullable.
- Returns:
- A value that indicates whether the column is nullable.
-
precision
The precision value of a decimal number column.
- Returns:
- The precision value of a decimal number column.
-
scale
The scale value of a decimal number column.
- Returns:
- The scale value of a decimal number column.
-
arrayBaseColumnType
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ColumnMetadata.Builder,
ColumnMetadata> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-