Class: Google::Cloud::Datastream::V1::SqlServerColumn
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SqlServerColumn
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
SQLServer Column.
Instance Attribute Summary collapse
-
#column ⇒ ::String
Column name.
-
#data_type ⇒ ::String
The SQLServer data type.
-
#length ⇒ ::Integer
Column length.
-
#nullable ⇒ ::Boolean
Whether or not the column can accept a null value.
-
#ordinal_position ⇒ ::Integer
The ordinal position of the column in the table.
-
#precision ⇒ ::Integer
Column precision.
-
#primary_key ⇒ ::Boolean
Whether or not the column represents a primary key.
-
#scale ⇒ ::Integer
Column scale.
Instance Attribute Details
#column ⇒ ::String
Returns Column name.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_type ⇒ ::String
Returns The SQLServer data type.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#length ⇒ ::Integer
Returns Column length.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nullable ⇒ ::Boolean
Returns Whether or not the column can accept a null value.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ordinal_position ⇒ ::Integer
Returns The ordinal position of the column in the table.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#precision ⇒ ::Integer
Returns Column precision.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primary_key ⇒ ::Boolean
Returns Whether or not the column represents a primary key.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scale ⇒ ::Integer
Returns Column scale.
707 708 709 710 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 707 class SqlServerColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |