Table of Contents - dm-hibernate-migrations-1.0.0 Documentation
Classes and Modules
- DataMapper
- DataMapper::Adapters
- DataMapper::DuplicateMigrationNameError
- DataMapper::Migration
- DataMapper::MigrationRunner
- DataMapper::Migrations
- DataMapper::Migrations::DataObjectsAdapter
- DataMapper::Migrations::DataObjectsAdapter::ClassMethods
- DataMapper::Migrations::DataObjectsAdapter::SQL
- DataMapper::Migrations::Model
- DataMapper::Migrations::MysqlAdapter
- DataMapper::Migrations::MysqlAdapter::ClassMethods
- DataMapper::Migrations::MysqlAdapter::SQL
- DataMapper::Migrations::OracleAdapter
- DataMapper::Migrations::OracleAdapter::ClassMethods
- DataMapper::Migrations::OracleAdapter::SQL
- DataMapper::Migrations::PostgresAdapter
- DataMapper::Migrations::PostgresAdapter::ClassMethods
- DataMapper::Migrations::PostgresAdapter::SQL
- DataMapper::Migrations::Repository
- DataMapper::Migrations::SingletonMethods
- DataMapper::Migrations::SqliteAdapter
- DataMapper::Migrations::SqliteAdapter::ClassMethods
- DataMapper::Migrations::SqliteAdapter::SQL
- DataMapper::Migrations::SqlserverAdapter
- DataMapper::Migrations::SqlserverAdapter::ClassMethods
- DataMapper::Migrations::SqlserverAdapter::SQL
- DataMapper::Migrations::YamlAdapter
- Object
- SQL
- SQL::Column
- SQL::Mysql
- SQL::Mysql::Column
- SQL::Mysql::Table
- SQL::Postgres
- SQL::Postgres::Column
- SQL::Postgres::Table
- SQL::Sqlite
- SQL::Sqlite::Column
- SQL::Sqlite::Table
- SQL::Table
- SQL::TableCreator
- SQL::TableCreator::Column
- SQL::TableCreator::SqlExpr
- SQL::TableModifier
- Spec
- Spec::Example
- Spec::Example::MigrationExampleGroup
- Spec::Matchers
- Spec::Matchers::Migration
- Spec::Matchers::Migration::HaveColumnMatcher
- Spec::Matchers::Migration::HaveTableMatcher
- Spec::Matchers::Migration::NullableColumnMatcher
- Spec::Matchers::Migration::PrimaryKeyMatcher
Methods
- ::auto_migration_extensions — DataMapper::Adapters
- ::include_migration_api — DataMapper::Migrations
- ::include_migration_api — DataMapper::Adapters
- ::included — DataMapper::Migrations::MysqlAdapter
- ::included — DataMapper::Migrations::OracleAdapter
- ::included — DataMapper::Migrations::PostgresAdapter
- ::included — DataMapper::Migrations::SqliteAdapter
- ::included — DataMapper::Migrations::SqlserverAdapter
- ::included — DataMapper::Migrations::YamlAdapter
- ::included — DataMapper::Migrations::Model
- ::migration_module — DataMapper::Adapters
- ::new — DataMapper::DuplicateMigrationNameError
- ::new — DataMapper::Migration
- ::new — SQL::Mysql::Table
- ::new — SQL::Mysql::Column
- ::new — SQL::Postgres::Table
- ::new — SQL::Postgres::Column
- ::new — SQL::Sqlite::Table
- ::new — SQL::Sqlite::Column
- ::new — SQL::TableCreator
- ::new — SQL::TableCreator::SqlExpr
- ::new — SQL::TableCreator::Column
- ::new — SQL::TableModifier
- ::new — Spec::Matchers::Migration::HaveTableMatcher
- ::new — Spec::Matchers::Migration::HaveColumnMatcher
- #<=> — DataMapper::Migration
- #add_column — SQL::TableModifier
- #all_databases — Spec::Example::MigrationExampleGroup
- #auto_migrate! — DataMapper::Migrations::SingletonMethods
- #auto_migrate! — DataMapper::Migrations::Repository
- #auto_migrate! — DataMapper::Migrations::Model
- #auto_migrate_down! — DataMapper::Migrations::SingletonMethods
- #auto_migrate_down! — DataMapper::Migrations::Model
- #auto_migrate_reset_sequences — DataMapper::Migrations::OracleAdapter::ClassMethods
- #auto_migrate_up! — DataMapper::Migrations::SingletonMethods
- #auto_migrate_up! — DataMapper::Migrations::Model
- #auto_migrate_with — DataMapper::Migrations::OracleAdapter::ClassMethods
- #auto_upgrade! — DataMapper::Migrations::SingletonMethods
- #auto_upgrade! — DataMapper::Migrations::Repository
- #auto_upgrade! — DataMapper::Migrations::Model
- #be_primary_key — Spec::Matchers::Migration
- #build_type — SQL::TableCreator::Column
- #change_column — SQL::TableModifier
- #column — SQL::Table
- #column — SQL::TableCreator
- #const_added — DataMapper::Adapters
- #create_index — DataMapper::Migration
- #create_migration_info_table_if_needed — DataMapper::Migration
- #create_model_storage — DataMapper::Migrations::DataObjectsAdapter
- #create_model_storage — DataMapper::Migrations::OracleAdapter
- #create_model_storage — DataMapper::Migrations::PostgresAdapter
- #create_model_storage — DataMapper::Migrations::Repository
- #create_table — DataMapper::Migration
- #destroy_model_storage — DataMapper::Migrations::DataObjectsAdapter
- #destroy_model_storage — DataMapper::Migrations::OracleAdapter
- #destroy_model_storage — DataMapper::Migrations::PostgresAdapter
- #destroy_model_storage — DataMapper::Migrations::YamlAdapter
- #destroy_model_storage — DataMapper::Migrations::Repository
- #dialect — DataMapper::Migrations::DataObjectsAdapter
- #down — DataMapper::Migration
- #drop_column — SQL::TableModifier
- #drop_columns — SQL::TableModifier
- #drop_table — DataMapper::Migration
- #execute — DataMapper::Migration
- #failure_message — Spec::Matchers::Migration::HaveTableMatcher
- #failure_message — Spec::Matchers::Migration::HaveColumnMatcher
- #failure_message — Spec::Matchers::Migration::NullableColumnMatcher
- #failure_message — Spec::Matchers::Migration::PrimaryKeyMatcher
- #field_exists? — DataMapper::Migrations::DataObjectsAdapter
- #field_exists? — DataMapper::Migrations::MysqlAdapter
- #field_exists? — DataMapper::Migrations::OracleAdapter
- #field_exists? — DataMapper::Migrations::SqliteAdapter
- #field_exists? — DataMapper::Migrations::SqlserverAdapter
- #have_column — Spec::Matchers::Migration
- #have_table — Spec::Matchers::Migration
- #matches? — Spec::Matchers::Migration::HaveTableMatcher
- #matches? — Spec::Matchers::Migration::HaveColumnMatcher
- #matches? — Spec::Matchers::Migration::NullableColumnMatcher
- #matches? — Spec::Matchers::Migration::PrimaryKeyMatcher
- #migrate! — DataMapper::Migrations::SingletonMethods
- #migrate_down! — DataMapper::MigrationRunner
- #migrate_up! — DataMapper::MigrationRunner
- #migration — DataMapper::MigrationRunner
- #migration_info_table — DataMapper::Migration
- #migration_info_table_exists? — DataMapper::Migration
- #migration_name — Spec::Example::MigrationExampleGroup
- #migration_name_column — DataMapper::Migration
- #migration_record — DataMapper::Migration
- #migrations — DataMapper::MigrationRunner
- #modify_table — DataMapper::Migration
- #needs_down? — DataMapper::Migration
- #needs_up? — DataMapper::Migration
- #negative_failure_message — Spec::Matchers::Migration::HaveTableMatcher
- #negative_failure_message — Spec::Matchers::Migration::HaveColumnMatcher
- #negative_failure_message — Spec::Matchers::Migration::NullableColumnMatcher
- #negative_failure_message — Spec::Matchers::Migration::PrimaryKeyMatcher
- #now — SQL::TableCreator
- #oracle_upcase — DataMapper::Migrations::OracleAdapter
- #perform_down — DataMapper::Migration
- #perform_up — DataMapper::Migration
- #permit_null — Spec::Matchers::Migration
- #property_schema_statement — SQL::Mysql
- #property_schema_statement — SQL::Postgres
- #query_column_constraints — SQL::Postgres::Table
- #quote_column_name — DataMapper::Migration
- #quote_column_name — SQL::TableModifier
- #quote_table_name — DataMapper::Migration
- #quoted_name — DataMapper::Migration
- #quoted_name — SQL::TableCreator::Column
- #quoted_table_name — SQL::TableCreator
- #quoted_table_name — SQL::TableModifier
- #recreate_database — SQL::Mysql
- #recreate_database — SQL::Postgres
- #recreate_database — SQL::Sqlite
- #rename_column — SQL::TableModifier
- #repository_execute — DataMapper::Migrations::SingletonMethods
- #run_migration — Spec::Example::MigrationExampleGroup
- #run_prereq_migrations — Spec::Example::MigrationExampleGroup
- #say — DataMapper::Migration
- #say_with_time — DataMapper::Migration
- #select — Spec::Example::MigrationExampleGroup
- #sequence_exists? — DataMapper::Migrations::OracleAdapter
- #storage_exists? — DataMapper::Migrations::DataObjectsAdapter
- #storage_exists? — DataMapper::Migrations::MysqlAdapter
- #storage_exists? — DataMapper::Migrations::OracleAdapter
- #storage_exists? — DataMapper::Migrations::SqliteAdapter
- #storage_exists? — DataMapper::Migrations::SqlserverAdapter
- #storage_exists? — DataMapper::Migrations::Repository
- #storage_exists? — DataMapper::Migrations::Model
- #storage_fields — DataMapper::Migrations::OracleAdapter
- #storage_has_all_fields? — DataMapper::Migrations::OracleAdapter
- #supports_schema_transactions? — SQL::Mysql
- #supports_schema_transactions? — SQL::Postgres
- #supports_schema_transactions? — SQL::Sqlite
- #supports_serial? — SQL::Mysql
- #supports_serial? — SQL::Postgres
- #supports_serial? — SQL::Sqlite
- #table — Spec::Example::MigrationExampleGroup
- #table — SQL::Mysql
- #table — SQL::Postgres
- #table — SQL::Sqlite
- #table_options — SQL::Mysql
- #table_options — SQL::Postgres
- #table_options — SQL::Sqlite
- #this_migration — Spec::Example::MigrationExampleGroup
- #to_s — SQL::Table
- #to_s — SQL::TableCreator::SqlExpr
- #to_sql — SQL::TableCreator
- #to_sql — SQL::TableCreator::Column
- #type_map — DataMapper::Migrations::DataObjectsAdapter::ClassMethods
- #type_map — DataMapper::Migrations::MysqlAdapter::ClassMethods
- #type_map — DataMapper::Migrations::OracleAdapter::ClassMethods
- #type_map — DataMapper::Migrations::PostgresAdapter::ClassMethods
- #type_map — DataMapper::Migrations::SqliteAdapter::ClassMethods
- #type_map — DataMapper::Migrations::SqlserverAdapter::ClassMethods
- #up — DataMapper::Migration
- #update_migration_info — DataMapper::Migration
- #upgrade_model_storage — DataMapper::Migrations::DataObjectsAdapter
- #upgrade_model_storage — DataMapper::Migrations::PostgresAdapter
- #upgrade_model_storage — DataMapper::Migrations::Repository
- #uuid — SQL::TableCreator
- #write — DataMapper::Migration