RelationalTable class
A physical table type for relational data sources.
Constructors
- 
          RelationalTable({required String dataSourceArn, required List<InputColumn> inputColumns, required String name, String? catalog, String? schema})
- 
          RelationalTable.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- catalog → String?
- 
  The catalog associated with a table.
  final
- dataSourceArn → String
- 
  The Amazon Resource Name (ARN) for the data source.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  inputColumns
  → List<InputColumn> 
- 
  The column schema of the table.
  final
- name → String
- 
  The name of the relational table.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- schema → String?
- 
  The schema name. This name applies to certain relational database engines.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited