Table of Contents - tableschema-1.0.2 Documentation
Pages
Classes and Modules
- Boolean
- FalseClass
- TableSchema
- TableSchema::ConstraintError
- TableSchema::ConstraintNotSupported
- TableSchema::Constraints
- TableSchema::Constraints::Enum
- TableSchema::Constraints::MaxLength
- TableSchema::Constraints::Maximum
- TableSchema::Constraints::MinLength
- TableSchema::Constraints::Minimum
- TableSchema::Constraints::Pattern
- TableSchema::Constraints::Required
- TableSchema::Constraints::Unique
- TableSchema::ConversionError
- TableSchema::Exception
- TableSchema::Field
- TableSchema::Helpers
- TableSchema::Infer
- TableSchema::InvalidArrayType
- TableSchema::InvalidBinary
- TableSchema::InvalidCast
- TableSchema::InvalidDateTimeType
- TableSchema::InvalidDateType
- TableSchema::InvalidDurationType
- TableSchema::InvalidEmail
- TableSchema::InvalidFormat
- TableSchema::InvalidGeoJSONType
- TableSchema::InvalidGeoPointType
- TableSchema::InvalidObjectType
- TableSchema::InvalidTimeType
- TableSchema::InvalidTopoJSONType
- TableSchema::InvalidURI
- TableSchema::InvalidUUID
- TableSchema::InvalidYearMonthType
- TableSchema::InvalidYearType
- TableSchema::MultipleInvalid
- TableSchema::Schema
- TableSchema::SchemaException
- TableSchema::Table
- TableSchema::Types
- TableSchema::Types::Any
- TableSchema::Types::Array
- TableSchema::Types::Base
- TableSchema::Types::Boolean
- TableSchema::Types::Date
- TableSchema::Types::DateTime
- TableSchema::Types::Duration
- TableSchema::Types::GeoJSON
- TableSchema::Types::GeoPoint
- TableSchema::Types::Integer
- TableSchema::Types::Number
- TableSchema::Types::Object
- TableSchema::Types::String
- TableSchema::Types::Time
- TableSchema::Types::Year
- TableSchema::Types::YearMonth
- TrueClass
Methods
- ::new — TableSchema::Constraints
- ::new — TableSchema::SchemaException
- ::new — TableSchema::MultipleInvalid
- ::new — TableSchema::Field
- ::new — TableSchema::Infer
- ::new — TableSchema::Schema
- ::new — TableSchema::Table
- ::new — TableSchema::Types::Base
- ::supported_constraints — TableSchema::Types::Any
- ::supported_constraints — TableSchema::Types::Array
- ::supported_constraints — TableSchema::Types::Boolean
- ::supported_constraints — TableSchema::Types::Date
- ::supported_constraints — TableSchema::Types::DateTime
- ::supported_constraints — TableSchema::Types::Duration
- ::supported_constraints — TableSchema::Types::GeoJSON
- ::supported_constraints — TableSchema::Types::GeoPoint
- ::supported_constraints — TableSchema::Types::Integer
- ::supported_constraints — TableSchema::Types::Number
- ::supported_constraints — TableSchema::Types::Object
- ::supported_constraints — TableSchema::Types::String
- ::supported_constraints — TableSchema::Types::Time
- ::supported_constraints — TableSchema::Types::Year
- ::supported_constraints — TableSchema::Types::YearMonth
- #add_error — TableSchema::Schema
- #add_field — TableSchema::Schema
- #array_to_csv — TableSchema::Table
- #array_to_yearmonth — TableSchema::Types::YearMonth
- #array_to_yearmonth_string — TableSchema::Types::YearMonth
- #available_types — TableSchema::Infer
- #cast — TableSchema::Types::Base
- #cast_any — TableSchema::Types::Date
- #cast_any — TableSchema::Types::DateTime
- #cast_any — TableSchema::Types::Time
- #cast_array — TableSchema::Types::GeoPoint
- #cast_binary — TableSchema::Types::String
- #cast_default — TableSchema::Types::Any
- #cast_default — TableSchema::Types::Array
- #cast_default — TableSchema::Types::Boolean
- #cast_default — TableSchema::Types::Date
- #cast_default — TableSchema::Types::DateTime
- #cast_default — TableSchema::Types::Duration
- #cast_default — TableSchema::Types::GeoJSON
- #cast_default — TableSchema::Types::GeoPoint
- #cast_default — TableSchema::Types::Integer
- #cast_default — TableSchema::Types::Number
- #cast_default — TableSchema::Types::Object
- #cast_default — TableSchema::Types::String
- #cast_default — TableSchema::Types::Time
- #cast_default — TableSchema::Types::Year
- #cast_default — TableSchema::Types::YearMonth
- #cast_email — TableSchema::Types::String
- #cast_fmt — TableSchema::Types::Date
- #cast_fmt — TableSchema::Types::DateTime
- #cast_fmt — TableSchema::Types::Time
- #cast_object — TableSchema::Types::GeoPoint
- #cast_row — TableSchema::Schema
- #cast_topojson — TableSchema::Types::GeoJSON
- #cast_type — TableSchema::Field
- #cast_uri — TableSchema::Types::String
- #cast_uuid — TableSchema::Types::String
- #cast_value — TableSchema::Field
- #check_enum — TableSchema::Constraints::Enum
- #check_field_value — TableSchema::Schema
- #check_foreign_keys — TableSchema::Schema
- #check_latlng_range — TableSchema::Types::GeoPoint
- #check_max_length — TableSchema::Constraints::MaxLength
- #check_maximum — TableSchema::Constraints::Maximum
- #check_min_length — TableSchema::Constraints::MinLength
- #check_minimum — TableSchema::Constraints::Minimum
- #check_pattern — TableSchema::Constraints::Pattern
- #check_primary_key — TableSchema::Schema
- #check_required — TableSchema::Constraints::Required
- #check_unique — TableSchema::Constraints::Unique
- #check_unique_fields — TableSchema::Table
- #collect_unique_fields — TableSchema::Table
- #deep_symbolize_keys — TableSchema::Helpers
- #default_missing_values — TableSchema::Field
- #descriptor — TableSchema::Field
- #descriptor — TableSchema::Schema
- #email_pattern — TableSchema::Types::String
- #expand! — TableSchema::Schema
- #field_count_mismatch? — TableSchema::Schema
- #field_names — TableSchema::Schema
- #field_type_mismatch? — TableSchema::Schema
- #fields — TableSchema::Infer
- #fields — TableSchema::Schema
- #foreign_key_fields — TableSchema::Schema
- #foreign_keys — TableSchema::Schema
- #geojson_schema — TableSchema::Types::GeoJSON
- #get_class_for_type — TableSchema::Helpers
- #get_constraints — TableSchema::Schema
- #get_field — TableSchema::Schema
- #get_fields_by_type — TableSchema::Schema
- #get_type — TableSchema::Schema
- #guess_format — TableSchema::Infer
- #guess_type — TableSchema::Infer
- #has_field? — TableSchema::Schema
- #headers — TableSchema::Schema
- #infer — TableSchema::Table
- #infer! — TableSchema::Infer
- #initialize_headers — TableSchema::Table
- #initialize_unique_colums — TableSchema::Table
- #is_null? — TableSchema::Field
- #is_supported_type? — TableSchema::Constraints
- #iso8601 — TableSchema::Types::Date
- #iso8601 — TableSchema::Types::DateTime
- #iso8601 — TableSchema::Types::Time
- #iter — TableSchema::Table
- #load_fields! — TableSchema::Schema
- #load_validator! — TableSchema::Schema
- #missing_values — TableSchema::Schema
- #name — TableSchema::Types::Any
- #name — TableSchema::Types::Array
- #name — TableSchema::Types::Boolean
- #name — TableSchema::Types::Date
- #name — TableSchema::Types::DateTime
- #name — TableSchema::Types::Duration
- #name — TableSchema::Types::GeoJSON
- #name — TableSchema::Types::GeoPoint
- #name — TableSchema::Types::Integer
- #name — TableSchema::Types::Number
- #name — TableSchema::Types::Object
- #name — TableSchema::Types::String
- #name — TableSchema::Types::Time
- #name — TableSchema::Types::Year
- #name — TableSchema::Types::YearMonth
- #ordered_constraints — TableSchema::Constraints
- #parse_csv — TableSchema::Table
- #parse_schema — TableSchema::Schema
- #parse_value — TableSchema::Types::GeoJSON
- #parsed_enum — TableSchema::Constraints::Enum
- #parsed_max_length — TableSchema::Constraints::MaxLength
- #parsed_maximum — TableSchema::Constraints::Maximum
- #parsed_min_length — TableSchema::Constraints::MinLength
- #parsed_minimum — TableSchema::Constraints::Minimum
- #parsed_required — TableSchema::Constraints::Required
- #primary_key — TableSchema::Schema
- #process_string — TableSchema::Types::Number
- #read — TableSchema::Table
- #remove_field — TableSchema::Schema
- #required_headers — TableSchema::Schema
- #resolve_types — TableSchema::Infer
- #save — TableSchema::Schema
- #save — TableSchema::Table
- #set_format — TableSchema::Types::Base
- #test — TableSchema::Types::Base
- #test_value — TableSchema::Field
- #topojson_schema — TableSchema::Types::GeoJSON
- #transform — TableSchema::Schema
- #type — TableSchema::Types::Array
- #type — TableSchema::Types::Boolean
- #type — TableSchema::Types::Date
- #type — TableSchema::Types::DateTime
- #type — TableSchema::Types::Duration
- #type — TableSchema::Types::GeoJSON
- #type — TableSchema::Types::Integer
- #type — TableSchema::Types::Number
- #type — TableSchema::Types::Object
- #type — TableSchema::Types::String
- #type — TableSchema::Types::Time
- #type — TableSchema::Types::Year
- #type — TableSchema::Types::YearMonth
- #type_class — TableSchema::Field
- #type_class_lookup — TableSchema::Helpers
- #types — TableSchema::Types::GeoPoint
- #underscore — TableSchema::Constraints
- #unique_headers — TableSchema::Schema
- #validate — TableSchema::Schema
- #validate! — TableSchema::Constraints
- #validate! — TableSchema::Schema
- #value_is_empty? — TableSchema::Constraints::Required