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.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def data_type_mapping @data_type_mapping end |
#filter_predicate ⇒ ::String
Returns the value of attribute filter_predicate.
4830 4831 4832 |
# File 'sig/types.rbs', line 4830 def filter_predicate @filter_predicate end |
#job_bookmark_keys ⇒ ::Array[::String]
Returns the value of attribute job_bookmark_keys.
4835 4836 4837 |
# File 'sig/types.rbs', line 4835 def job_bookmark_keys @job_bookmark_keys end |
#job_bookmark_keys_sort_order ⇒ ::String
Returns the value of attribute job_bookmark_keys_sort_order.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 def job_bookmark_keys_sort_order @job_bookmark_keys_sort_order end |
#lower_bound ⇒ ::Integer
Returns the value of attribute lower_bound.
4832 4833 4834 |
# File 'sig/types.rbs', line 4832 def lower_bound @lower_bound end |
#num_partitions ⇒ ::Integer
Returns the value of attribute num_partitions.
4834 4835 4836 |
# File 'sig/types.rbs', line 4834 def num_partitions @num_partitions end |
#partition_column ⇒ ::String
Returns the value of attribute partition_column.
4831 4832 4833 |
# File 'sig/types.rbs', line 4831 def partition_column @partition_column end |
#upper_bound ⇒ ::Integer
Returns the value of attribute upper_bound.
4833 4834 4835 |
# File 'sig/types.rbs', line 4833 def upper_bound @upper_bound end |