Uses of Interface
migratedb.core.api.internal.database.base.Table
-
-
Uses of Table in migratedb.core.api.internal.database.base
Classes in migratedb.core.api.internal.database.base with type parameters of type Table Modifier and Type Interface Description interfaceSchema<D extends Database<?>,T extends Table<?,?>>Methods in migratedb.core.api.internal.database.base that return Table Modifier and Type Method Description T[]Schema. allTables()Retrieves all the tables in this schema.Table<?,?>Schema. getTable(String tableName)Retrieves the table with this name in this schema.Methods in migratedb.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> TConnection. lock(Table<?,?> table, Callable<T> callable)Locks this table and executes this callable. -
Uses of Table in migratedb.core.internal.database.base
Classes in migratedb.core.internal.database.base with type parameters of type Table Modifier and Type Class Description classBaseSchema<D extends Database<?>,T extends Table<?,?>>Classes in migratedb.core.internal.database.base that implement Table Modifier and Type Class Description classBaseTable<D extends Database<?>,S extends Schema<?,?>>Methods in migratedb.core.internal.database.base that return Table Modifier and Type Method Description T[]BaseSchema. allTables()protected abstract T[]BaseSchema. doAllTables()Retrieves all the tables in this schema.Methods in migratedb.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> TBaseConnection. lock(Table<?,?> table, Callable<T> callable) -
Uses of Table in migratedb.core.internal.database.bigquery
Classes in migratedb.core.internal.database.bigquery that implement Table Modifier and Type Class Description classBigQueryTableMethods in migratedb.core.internal.database.bigquery that return Table Modifier and Type Method Description Table<?,?>BigQuerySchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.cockroachdb
Classes in migratedb.core.internal.database.cockroachdb that implement Table Modifier and Type Class Description classCockroachDBTableCockroachDB-specific table.Methods in migratedb.core.internal.database.cockroachdb that return Table Modifier and Type Method Description Table<?,?>CockroachDBSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.db2
Classes in migratedb.core.internal.database.db2 that implement Table Modifier and Type Class Description classDB2TableDb2-specific table.Methods in migratedb.core.internal.database.db2 that return Table Modifier and Type Method Description Table<?,?>DB2Schema. getTable(String tableName)Methods in migratedb.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.core.internal.database.derby
Classes in migratedb.core.internal.database.derby that implement Table Modifier and Type Class Description classDerbyTableDerby-specific table.Methods in migratedb.core.internal.database.derby that return Table Modifier and Type Method Description Table<?,?>DerbySchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.firebird
Classes in migratedb.core.internal.database.firebird that implement Table Modifier and Type Class Description classFirebirdTableMethods in migratedb.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.core.internal.database.h2
Classes in migratedb.core.internal.database.h2 that implement Table Modifier and Type Class Description classH2TableH2-specific table.Methods in migratedb.core.internal.database.h2 that return Table Modifier and Type Method Description Table<?,?>H2Schema. getTable(String tableName)Methods in migratedb.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.core.internal.database.hsqldb
Classes in migratedb.core.internal.database.hsqldb that implement Table Modifier and Type Class Description classHSQLDBTableHSQLDB-specific table.Methods in migratedb.core.internal.database.hsqldb that return Table Modifier and Type Method Description Table<?,?>HSQLDBSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.ignite.thin
Classes in migratedb.core.internal.database.ignite.thin that implement Table Modifier and Type Class Description classIgniteThinTableIgnite Thin-specific table.Methods in migratedb.core.internal.database.ignite.thin that return Table Modifier and Type Method Description Table<?,?>IgniteThinSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.informix
Classes in migratedb.core.internal.database.informix that implement Table Modifier and Type Class Description classInformixTableInformix-specific table.Methods in migratedb.core.internal.database.informix that return Table Modifier and Type Method Description Table<?,?>InformixSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.mysql
Classes in migratedb.core.internal.database.mysql that implement Table Modifier and Type Class Description classMySQLTableMySQL-specific table.Methods in migratedb.core.internal.database.mysql that return Table Modifier and Type Method Description Table<?,?>MySQLSchema. getTable(String tableName)Methods in migratedb.core.internal.database.mysql with parameters of type Table Modifier and Type Method Description StringMySQLDatabase. getRawCreateScript(Table<?,?> table, boolean baseline)<T> TMySQLConnection. lock(Table<?,?> table, Callable<T> callable) -
Uses of Table in migratedb.core.internal.database.mysql.tidb
Methods in migratedb.core.internal.database.mysql.tidb with parameters of type Table Modifier and Type Method Description <T> TTiDBConnection. lock(Table<?,?> table, Callable<T> callable) -
Uses of Table in migratedb.core.internal.database.oracle
Classes in migratedb.core.internal.database.oracle that implement Table Modifier and Type Class Description classOracleTableOracle-specific table.Methods in migratedb.core.internal.database.oracle that return Table Modifier and Type Method Description Table<?,?>OracleSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.postgresql
Classes in migratedb.core.internal.database.postgresql that implement Table Modifier and Type Class Description classPostgreSQLTablePostgreSQL-specific table.Methods in migratedb.core.internal.database.postgresql that return Table Modifier and Type Method Description Table<?,?>PostgreSQLSchema. getTable(String tableName)Methods in migratedb.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> TPostgreSQLConnection. lock(Table<?,?> table, Callable<T> callable) -
Uses of Table in migratedb.core.internal.database.redshift
Classes in migratedb.core.internal.database.redshift that implement Table Modifier and Type Class Description classRedshiftTableRedshift-specific table.Methods in migratedb.core.internal.database.redshift that return Table Modifier and Type Method Description Table<?,?>RedshiftSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.saphana
Classes in migratedb.core.internal.database.saphana that implement Table Modifier and Type Class Description classSAPHANATableSAP HANA-specific table.Methods in migratedb.core.internal.database.saphana that return Table Modifier and Type Method Description Table<?,?>SAPHANASchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.snowflake
Classes in migratedb.core.internal.database.snowflake that implement Table Modifier and Type Class Description classSnowflakeTableMethods in migratedb.core.internal.database.snowflake that return Table Modifier and Type Method Description Table<?,?>SnowflakeSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.spanner
Classes in migratedb.core.internal.database.spanner that implement Table Modifier and Type Class Description classSpannerTableMethods in migratedb.core.internal.database.spanner that return Table Modifier and Type Method Description Table<?,?>SpannerSchema. getTable(String tableName)Methods in migratedb.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> TSpannerConnection. lock(Table<?,?> table, Callable<T> callable) -
Uses of Table in migratedb.core.internal.database.sqlite
Classes in migratedb.core.internal.database.sqlite that implement Table Modifier and Type Class Description classSQLiteTableSQLite-specific table.Methods in migratedb.core.internal.database.sqlite that return Table Modifier and Type Method Description Table<?,?>SQLiteSchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.sqlserver
Classes in migratedb.core.internal.database.sqlserver that implement Table Modifier and Type Class Description classSQLServerTableSQLServer-specific table.Methods in migratedb.core.internal.database.sqlserver that return Table Modifier and Type Method Description Table<?,?>SQLServerSchema. getTable(String tableName)Methods in migratedb.core.internal.database.sqlserver with parameters of type Table Modifier and Type Method Description StringSQLServerDatabase. getRawCreateScript(Table<?,?> table, boolean baseline)<T> TSQLServerConnection. lock(Table<?,?> table, Callable<T> callable) -
Uses of Table in migratedb.core.internal.database.sqlserver.synapse
Classes in migratedb.core.internal.database.sqlserver.synapse that implement Table Modifier and Type Class Description classSynapseTableMethods in migratedb.core.internal.database.sqlserver.synapse that return Table Modifier and Type Method Description Table<?,?>SynapseSchema. getTable(String tableName)Methods in migratedb.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> TSynapseConnection. lock(Table<?,?> table, Callable<T> callable) -
Uses of Table in migratedb.core.internal.database.sybasease
Classes in migratedb.core.internal.database.sybasease that implement Table Modifier and Type Class Description classSybaseASETableSybase ASE table.Methods in migratedb.core.internal.database.sybasease that return Table Modifier and Type Method Description Table<?,?>SybaseASESchema. getTable(String tableName)Methods in migratedb.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.core.internal.database.yugabytedb
Classes in migratedb.core.internal.database.yugabytedb that implement Table Modifier and Type Class Description classYugabyteDBTableMethods in migratedb.core.internal.database.yugabytedb that return Table Modifier and Type Method Description Table<?,?>YugabyteDBSchema. getTable(String tableName) -
Uses of Table in migratedb.core.internal.jdbc
Methods in migratedb.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.core.internal.schemahistory
Fields in migratedb.core.internal.schemahistory declared as Table Modifier and Type Field Description protected Table<?,?>SchemaHistory. tableThe schema history table used by MigrateDB.Methods in migratedb.core.internal.schemahistory that return Table Modifier and Type Method Description Table<?,?>SchemaHistory. getTable()
-