The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::RDSData::ColumnMetadata

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::RDSData::ColumnMetadata object:

  $service_obj->Method(Att1 => { ArrayBaseColumnType => $value, ..., TypeName => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::RDSData::ColumnMetadata object:

  $result = $service_obj->Method(...);
  $result->Att1->ArrayBaseColumnType

DESCRIPTION

Contains the metadata for a column.

ATTRIBUTES

ArrayBaseColumnType => Int

The type of the column.

IsAutoIncrement => Bool

A value that indicates whether the column increments automatically.

IsCaseSensitive => Bool

A value that indicates whether the column is case-sensitive.

IsCurrency => Bool

A value that indicates whether the column contains currency values.

IsSigned => Bool

A value that indicates whether an integer column is signed.

Label => Str

The label for the column.

Name => Str

The name of the column.

Nullable => Int

A value that indicates whether the column is nullable.

Precision => Int

The precision value of a decimal number column.

Scale => Int

The scale value of a decimal number column.

SchemaName => Str

The name of the schema that owns the table that includes the column.

TableName => Str

The name of the table that includes the column.

Type => Int

The type of the column.

TypeName => Str

The database-specific data type of the column.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::RDSData

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues