Skip to content

TableElements

Creating Instance

TableElements takes the following to be created:

  • TableElements

TableElements is created using of factory.

Creating TableElements

TableElements of(
  TableElement... elements)
TableElements of(
  List<TableElement> elements)

of creates a TableElements with the TableElements.


of is used when:

toLogicalSchema

LogicalSchema toLogicalSchema()

toLogicalSchema...FIXME


toLogicalSchema is used when:

  • CreateSourceFactory is requested to build a schema
  • SchemaRegisterInjector is requested to registerForCreateSource
  • ColumnDeserializor is requested to deserialize
  • LogicalSchemaDeserializer is requested to deserialize