Class: Aws::RDSDataService::Types::ColumnMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb

Overview

Contains the metadata for a column.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#array_base_column_typeInteger

The type of the column.

Returns:

  • (Integer)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_auto_incrementBoolean

A value that indicates whether the column increments automatically.

Returns:

  • (Boolean)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_case_sensitiveBoolean

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

Returns:

  • (Boolean)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_currencyBoolean

A value that indicates whether the column contains currency values.

Returns:

  • (Boolean)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_signedBoolean

A value that indicates whether an integer column is signed.

Returns:

  • (Boolean)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

The label for the column.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the column.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#nullableInteger

A value that indicates whether the column is nullable.

Returns:

  • (Integer)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#precisionInteger

The precision value of a decimal number column.

Returns:

  • (Integer)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#scaleInteger

The scale value of a decimal number column.

Returns:

  • (Integer)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

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

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table that includes the column.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#typeInteger

The type of the column.

Returns:

  • (Integer)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The database-specific data type of the column.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 285

class ColumnMetadata < Struct.new(
  :name,
  :type,
  :type_name,
  :label,
  :schema_name,
  :table_name,
  :is_auto_increment,
  :is_signed,
  :is_currency,
  :is_case_sensitive,
  :nullable,
  :precision,
  :scale,
  :array_base_column_type)
  SENSITIVE = []
  include Aws::Structure
end