Uses of Interface
migratedb.v1.core.api.internal.database.base.Table
-
-
Uses of Table in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return Table Modifier and Type Method Description TableSchema. getTable(String tableName)Retrieves the table with this name in this schema.Methods in migratedb.v1.core.api.internal.database.base that return types with arguments of type Table Modifier and Type Method Description List<? extends Table>Schema. allTables()Retrieves all the tables in this schema.Methods in migratedb.v1.core.api.internal.database.base with parameters of type Table Modifier and Type Method Description StringDatabase. getBaselineStatement(Table table)SqlScriptDatabase. getCreateScript(SqlScriptFactory sqlScriptFactory, Table table, boolean baseline)Retrieves the script used to create the schema history table.StringDatabase. getInsertStatement(Table table)StringDatabase. getRawCreateScript(Table table, boolean baseline)StringDatabase. getSelectStatement(Table table)<T> TSession. lock(Table table, Callable<T> callable)Locks this table and executes this callable. -
Uses of Table in migratedb.v1.core.internal.database.base
Classes in migratedb.v1.core.internal.database.base that implement Table Modifier and Type Class Description classBaseTableMethods in migratedb.v1.core.internal.database.base that return types with arguments of type Table Modifier and Type Method Description List<? extends Table>BaseSchema. allTables()protected abstract List<? extends Table>BaseSchema. doAllTables()Retrieves all the tables in this schema.Methods in migratedb.v1.core.internal.database.base with parameters of type Table Modifier and Type Method Description StringBaseDatabase. getBaselineStatement(Table table)SqlScriptBaseDatabase. getCreateScript(SqlScriptFactory sqlScriptFactory, Table table, boolean baseline)StringBaseDatabase. getInsertStatement(Table table)StringBaseDatabase. getSelectStatement(Table table)<T> TBaseSession. lock(Table table, Callable<T> callable) -
Uses of Table in migratedb.v1.core.internal.database.bigquery
Classes in migratedb.v1.core.internal.database.bigquery that implement Table Modifier and Type Class Description classBigQueryTableMethods in migratedb.v1.core.internal.database.bigquery that return Table Modifier and Type Method Description TableBigQuerySchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.bigquery with parameters of type Table Modifier and Type Method Description StringBigQueryDatabase. getInsertStatement(Table table)StringBigQueryDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement Table Modifier and Type Class Description classCockroachDBTableCockroachDB-specific table.Methods in migratedb.v1.core.internal.database.cockroachdb that return Table Modifier and Type Method Description TableCockroachDBSchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.cockroachdb with parameters of type Table Modifier and Type Method Description StringCockroachDBDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.db2
Classes in migratedb.v1.core.internal.database.db2 that implement Table Modifier and Type Class Description classDB2TableDb2-specific table.Methods in migratedb.v1.core.internal.database.db2 that return Table Modifier and Type Method Description TableDB2Schema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.db2 with parameters of type Table Modifier and Type Method Description StringDB2Database. getRawCreateScript(Table table, boolean baseline)StringDB2Database. getSelectStatement(Table table) -
Uses of Table in migratedb.v1.core.internal.database.derby
Classes in migratedb.v1.core.internal.database.derby that implement Table Modifier and Type Class Description classDerbyTableDerby-specific table.Methods in migratedb.v1.core.internal.database.derby with parameters of type Table Modifier and Type Method Description StringDerbyDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.firebird
Classes in migratedb.v1.core.internal.database.firebird that implement Table Modifier and Type Class Description classFirebirdTableMethods in migratedb.v1.core.internal.database.firebird with parameters of type Table Modifier and Type Method Description StringFirebirdDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.h2
Classes in migratedb.v1.core.internal.database.h2 that implement Table Modifier and Type Class Description classH2TableH2-specific table.Methods in migratedb.v1.core.internal.database.h2 that return Table Modifier and Type Method Description TableH2Schema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.h2 with parameters of type Table Modifier and Type Method Description StringH2Database. getRawCreateScript(Table table, boolean baseline)StringH2Database. getSelectStatement(Table table) -
Uses of Table in migratedb.v1.core.internal.database.hsqldb
Classes in migratedb.v1.core.internal.database.hsqldb that implement Table Modifier and Type Class Description classHSQLDBTableHSQLDB-specific table.Methods in migratedb.v1.core.internal.database.hsqldb that return Table Modifier and Type Method Description TableHSQLDBSchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.hsqldb with parameters of type Table Modifier and Type Method Description StringHSQLDBDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.ignite.thin
Classes in migratedb.v1.core.internal.database.ignite.thin that implement Table Modifier and Type Class Description classIgniteThinTableIgnite Thin-specific table.Methods in migratedb.v1.core.internal.database.ignite.thin with parameters of type Table Modifier and Type Method Description StringIgniteThinDatabase. getInsertStatement(Table table)StringIgniteThinDatabase. getRawCreateScript(Table table, boolean baseline)StringIgniteThinDatabase. getSelectStatement(Table table) -
Uses of Table in migratedb.v1.core.internal.database.informix
Classes in migratedb.v1.core.internal.database.informix that implement Table Modifier and Type Class Description classInformixTableInformix-specific table.Methods in migratedb.v1.core.internal.database.informix with parameters of type Table Modifier and Type Method Description StringInformixDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.mysql
Classes in migratedb.v1.core.internal.database.mysql that implement Table Modifier and Type Class Description classMySQLTableMySQL-specific table.Methods in migratedb.v1.core.internal.database.mysql that return Table Modifier and Type Method Description TableMySQLSchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.mysql with parameters of type Table Modifier and Type Method Description StringMySQLDatabase. getRawCreateScript(Table table, boolean baseline)<T> TMySQLSession. lock(Table table, Callable<T> callable) -
Uses of Table in migratedb.v1.core.internal.database.mysql.tidb
Methods in migratedb.v1.core.internal.database.mysql.tidb with parameters of type Table Modifier and Type Method Description <T> TTiDBSession. lock(Table table, Callable<T> callable) -
Uses of Table in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement Table Modifier and Type Class Description classOracleTableOracle-specific table.Methods in migratedb.v1.core.internal.database.oracle that return Table Modifier and Type Method Description TableOracleSchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.oracle with parameters of type Table Modifier and Type Method Description StringOracleDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement Table Modifier and Type Class Description classPostgreSQLTablePostgreSQL-specific table.Methods in migratedb.v1.core.internal.database.postgresql with parameters of type Table Modifier and Type Method Description StringPostgreSQLDatabase. getRawCreateScript(Table table, boolean baseline)StringPostgreSQLDatabase. getSelectStatement(Table table)See ...<T> TPostgreSQLSession. lock(Table table, Callable<T> callable) -
Uses of Table in migratedb.v1.core.internal.database.redshift
Classes in migratedb.v1.core.internal.database.redshift that implement Table Modifier and Type Class Description classRedshiftTableRedshift-specific table.Methods in migratedb.v1.core.internal.database.redshift with parameters of type Table Modifier and Type Method Description StringRedshiftDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.saphana
Classes in migratedb.v1.core.internal.database.saphana that implement Table Modifier and Type Class Description classSAPHANATableSAP HANA-specific table.Methods in migratedb.v1.core.internal.database.saphana that return Table Modifier and Type Method Description TableSAPHANASchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.saphana with parameters of type Table Modifier and Type Method Description StringSAPHANADatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.snowflake
Classes in migratedb.v1.core.internal.database.snowflake that implement Table Modifier and Type Class Description classSnowflakeTableMethods in migratedb.v1.core.internal.database.snowflake with parameters of type Table Modifier and Type Method Description StringSnowflakeDatabase. getInsertStatement(Table table)StringSnowflakeDatabase. getRawCreateScript(Table table, boolean baseline)StringSnowflakeDatabase. getSelectStatement(Table table) -
Uses of Table in migratedb.v1.core.internal.database.spanner
Classes in migratedb.v1.core.internal.database.spanner that implement Table Modifier and Type Class Description classSpannerTableMethods in migratedb.v1.core.internal.database.spanner that return Table Modifier and Type Method Description TableSpannerSchema. getTable(String tableName)Methods in migratedb.v1.core.internal.database.spanner with parameters of type Table Modifier and Type Method Description StringSpannerDatabase. getInsertStatement(Table table)StringSpannerDatabase. getRawCreateScript(Table table, boolean baseline)<T> TSpannerSession. lock(Table table, Callable<T> callable) -
Uses of Table in migratedb.v1.core.internal.database.sqlite
Classes in migratedb.v1.core.internal.database.sqlite that implement Table Modifier and Type Class Description classSQLiteTableSQLite-specific table.Methods in migratedb.v1.core.internal.database.sqlite with parameters of type Table Modifier and Type Method Description StringSQLiteDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.sqlserver
Classes in migratedb.v1.core.internal.database.sqlserver that implement Table Modifier and Type Class Description classSQLServerTableSQLServer-specific table.Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type Table Modifier and Type Method Description StringSQLServerDatabase. getRawCreateScript(Table table, boolean baseline)<T> TSQLServerSession. lock(Table table, Callable<T> callable) -
Uses of Table in migratedb.v1.core.internal.database.sqlserver.synapse
Classes in migratedb.v1.core.internal.database.sqlserver.synapse that implement Table Modifier and Type Class Description classSynapseTableMethods in migratedb.v1.core.internal.database.sqlserver.synapse with parameters of type Table Modifier and Type Method Description StringSynapseDatabase. getInsertStatement(Table table)StringSynapseDatabase. getRawCreateScript(Table table, boolean baseline)<T> TSynapseSession. lock(Table table, Callable<T> callable) -
Uses of Table in migratedb.v1.core.internal.database.sybasease
Classes in migratedb.v1.core.internal.database.sybasease that implement Table Modifier and Type Class Description classSybaseASETableSybase ASE table.Methods in migratedb.v1.core.internal.database.sybasease with parameters of type Table Modifier and Type Method Description StringSybaseASEDatabase. getRawCreateScript(Table table, boolean baseline) -
Uses of Table in migratedb.v1.core.internal.database.yugabytedb
Classes in migratedb.v1.core.internal.database.yugabytedb that implement Table Modifier and Type Class Description classYugabyteDBTable -
Uses of Table in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc with parameters of type Table Modifier and Type Method Description static ExecutionTemplateExecutionTemplateFactory. createTableExclusiveExecutionTemplate(Connection connection, Table table, Database database)Creates a new execution template for this connection, which attempts to get exclusive access to the table -
Uses of Table in migratedb.v1.core.internal.schemahistory
Fields in migratedb.v1.core.internal.schemahistory declared as Table Modifier and Type Field Description protected TableSchemaHistory. tableThe schema history table used by MigrateDB.Methods in migratedb.v1.core.internal.schemahistory that return Table Modifier and Type Method Description TableSchemaHistory. getTable()
-