Struct aws_sdk_redshiftdata::model::column_metadata::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ColumnMetadata
Implementations
A value that indicates whether the column is case-sensitive.
A value that indicates whether the column is case-sensitive.
A value that indicates whether the column contains currency values.
A value that indicates whether the column contains currency values.
A value that indicates whether an integer column is signed.
A value that indicates whether an integer column is signed.
A value that indicates whether the column is nullable.
A value that indicates whether the column is nullable.
The precision value of a decimal number column.
The name of the schema that contains the table that includes the column.
The name of the schema that contains the table that includes the column.
The name of the table that includes the column.
The name of the table that includes the column.
The database-specific data type of the column.
The database-specific data type of the column.
The length of the column.
The default value of the column.
The default value of the column.
Consumes the builder and constructs a ColumnMetadata
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more