Class: Aws::Types::JDBCConnectorOptions
- Inherits:
-
Object
- Object
- Aws::Types::JDBCConnectorOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type_mapping ⇒ ::Hash[("ARRAY" | "BIGINT" | "BINARY" | "BIT" | "BLOB" | "BOOLEAN" | "CHAR" | "CLOB" | "DATALINK" | "DATE" | "DECIMAL" | "DISTINCT" | "DOUBLE" | "FLOAT" | "INTEGER" | "JAVA_OBJECT" | "LONGNVARCHAR" | "LONGVARBINARY" | "LONGVARCHAR" | "NCHAR" | "NCLOB" | "NULL" | "NUMERIC" | "NVARCHAR" | "OTHER" | "REAL" | "REF" | "REF_CURSOR" | "ROWID" | "SMALLINT" | "SQLXML" | "STRUCT" | "TIME" | "TIME_WITH_TIMEZONE" | "TIMESTAMP" | "TIMESTAMP_WITH_TIMEZONE" | "TINYINT" | "VARBINARY" | "VARCHAR"), ("DATE" | "STRING" | "TIMESTAMP" | "INT" | "FLOAT" | "LONG" | "BIGDECIMAL" | "BYTE" | "SHORT" | "DOUBLE")]
Returns the value of attribute data_type_mapping.
-
#filter_predicate ⇒ ::String
Returns the value of attribute filter_predicate.
-
#job_bookmark_keys ⇒ ::Array[::String]
Returns the value of attribute job_bookmark_keys.
-
#job_bookmark_keys_sort_order ⇒ ::String
Returns the value of attribute job_bookmark_keys_sort_order.
-
#lower_bound ⇒ ::Integer
Returns the value of attribute lower_bound.
-
#num_partitions ⇒ ::Integer
Returns the value of attribute num_partitions.
-
#partition_column ⇒ ::String
Returns the value of attribute partition_column.
-
#upper_bound ⇒ ::Integer
Returns the value of attribute upper_bound.
Instance Attribute Details
#data_type_mapping ⇒ ::Hash[("ARRAY" | "BIGINT" | "BINARY" | "BIT" | "BLOB" | "BOOLEAN" | "CHAR" | "CLOB" | "DATALINK" | "DATE" | "DECIMAL" | "DISTINCT" | "DOUBLE" | "FLOAT" | "INTEGER" | "JAVA_OBJECT" | "LONGNVARCHAR" | "LONGVARBINARY" | "LONGVARCHAR" | "NCHAR" | "NCLOB" | "NULL" | "NUMERIC" | "NVARCHAR" | "OTHER" | "REAL" | "REF" | "REF_CURSOR" | "ROWID" | "SMALLINT" | "SQLXML" | "STRUCT" | "TIME" | "TIME_WITH_TIMEZONE" | "TIMESTAMP" | "TIMESTAMP_WITH_TIMEZONE" | "TINYINT" | "VARBINARY" | "VARCHAR"), ("DATE" | "STRING" | "TIMESTAMP" | "INT" | "FLOAT" | "LONG" | "BIGDECIMAL" | "BYTE" | "SHORT" | "DOUBLE")]
Returns the value of attribute data_type_mapping.
4818 4819 4820 |
# File 'sig/types.rbs', line 4818 def data_type_mapping @data_type_mapping end |
#filter_predicate ⇒ ::String
Returns the value of attribute filter_predicate.
4811 4812 4813 |
# File 'sig/types.rbs', line 4811 def filter_predicate @filter_predicate end |
#job_bookmark_keys ⇒ ::Array[::String]
Returns the value of attribute job_bookmark_keys.
4816 4817 4818 |
# File 'sig/types.rbs', line 4816 def job_bookmark_keys @job_bookmark_keys end |
#job_bookmark_keys_sort_order ⇒ ::String
Returns the value of attribute job_bookmark_keys_sort_order.
4817 4818 4819 |
# File 'sig/types.rbs', line 4817 def job_bookmark_keys_sort_order @job_bookmark_keys_sort_order end |
#lower_bound ⇒ ::Integer
Returns the value of attribute lower_bound.
4813 4814 4815 |
# File 'sig/types.rbs', line 4813 def lower_bound @lower_bound end |
#num_partitions ⇒ ::Integer
Returns the value of attribute num_partitions.
4815 4816 4817 |
# File 'sig/types.rbs', line 4815 def num_partitions @num_partitions end |
#partition_column ⇒ ::String
Returns the value of attribute partition_column.
4812 4813 4814 |
# File 'sig/types.rbs', line 4812 def partition_column @partition_column end |
#upper_bound ⇒ ::Integer
Returns the value of attribute upper_bound.
4814 4815 4816 |
# File 'sig/types.rbs', line 4814 def upper_bound @upper_bound end |