Module: TableStructure

Defined in:
lib/table_structure.rb,
lib/table_structure/schema.rb,
lib/table_structure/writer.rb,
lib/table_structure/version.rb,
lib/table_structure/iterator.rb,
lib/table_structure/csv/writer.rb,
lib/table_structure/schema/table.rb,
lib/table_structure/schema/utils.rb,
lib/table_structure/table/iterator.rb,
lib/table_structure/schema/dsl/option.rb,
lib/table_structure/schema/row_builders.rb,
lib/table_structure/schema/class_methods.rb,
lib/table_structure/schema/columns/schema.rb,
lib/table_structure/schema/keys_generator.rb,
lib/table_structure/schema/dsl/row_builder.rb,
lib/table_structure/schema/context_builders.rb,
lib/table_structure/schema/column_converters.rb,
lib/table_structure/schema/columns/attributes.rb,
lib/table_structure/schema/dsl/context_builder.rb,
lib/table_structure/schema/dsl/column_converter.rb,
lib/table_structure/schema/dsl/column_definition.rb,
lib/table_structure/schema/definition/row_builder.rb,
lib/table_structure/schema/definition/columns/error.rb,
lib/table_structure/schema/definition/context_builder.rb,
lib/table_structure/schema/definition/column_converter.rb,
lib/table_structure/schema/definition/columns/compiler.rb,
lib/table_structure/schema/definition/columns/validator.rb,
lib/table_structure/schema/definition/columns/attributes.rb,
lib/table_structure/schema/definition/columns/schema_class.rb,
lib/table_structure/schema/definition/columns/schema_instance.rb

Defined Under Namespace

Modules: CSV, Schema, Table Classes: Error, Iterator, Writer

Constant Summary collapse

VERSION =
'0.3.20'