Uses of Interface
migratedb.v1.core.api.internal.database.base.Table
Packages that use Table
Package
Description
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
-
Uses of Table in migratedb.v1.core.api.internal.database.base
Classes in migratedb.v1.core.api.internal.database.base with type parameters of type TableModifier and TypeInterfaceDescriptioninterfaceMethods in migratedb.v1.core.api.internal.database.base that return TableModifier and TypeMethodDescriptionT[]Schema.allTables()Retrieves all the tables in this schema.Table<?,?> Retrieves the table with this name in this schema.Methods in migratedb.v1.core.api.internal.database.base with parameters of type TableModifier and TypeMethodDescriptionDatabase.getBaselineStatement(Table<?, ?> table) Database.getCreateScript(SqlScriptFactory sqlScriptFactory, Table<?, ?> table, boolean baseline) Retrieves the script used to create the schema history table.Database.getInsertStatement(Table<?, ?> table) Database.getRawCreateScript(Table<?, ?> table, boolean baseline) Database.getSelectStatement(Table<?, ?> table) <T> TLocks this table and executes this callable. -
Uses of Table in migratedb.v1.core.internal.database.base
Classes in migratedb.v1.core.internal.database.base with type parameters of type TableClasses in migratedb.v1.core.internal.database.base that implement TableMethods in migratedb.v1.core.internal.database.base that return TableModifier and TypeMethodDescriptionT[]BaseSchema.allTables()protected abstract T[]BaseSchema.doAllTables()Retrieves all the tables in this schema.Methods in migratedb.v1.core.internal.database.base with parameters of type TableModifier and TypeMethodDescriptionfinal StringBaseDatabase.getBaselineStatement(Table<?, ?> table) final SqlScriptBaseDatabase.getCreateScript(SqlScriptFactory sqlScriptFactory, Table<?, ?> table, boolean baseline) BaseDatabase.getInsertStatement(Table<?, ?> table) BaseDatabase.getSelectStatement(Table<?, ?> table) <T> T -
Uses of Table in migratedb.v1.core.internal.database.bigquery
Classes in migratedb.v1.core.internal.database.bigquery that implement TableMethods in migratedb.v1.core.internal.database.bigquery that return TableMethods in migratedb.v1.core.internal.database.bigquery with parameters of type TableModifier and TypeMethodDescriptionBigQueryDatabase.getInsertStatement(Table<?, ?> table) BigQueryDatabase.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 TableMethods in migratedb.v1.core.internal.database.cockroachdb that return TableMethods in migratedb.v1.core.internal.database.cockroachdb with parameters of type TableModifier and TypeMethodDescriptionCockroachDBDatabase.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 TableMethods in migratedb.v1.core.internal.database.db2 that return TableMethods in migratedb.v1.core.internal.database.db2 with parameters of type TableModifier and TypeMethodDescriptionDB2Database.getRawCreateScript(Table<?, ?> table, boolean baseline) DB2Database.getSelectStatement(Table<?, ?> table) -
Uses of Table in migratedb.v1.core.internal.database.derby
Classes in migratedb.v1.core.internal.database.derby that implement TableMethods in migratedb.v1.core.internal.database.derby that return TableMethods in migratedb.v1.core.internal.database.derby with parameters of type TableModifier and TypeMethodDescriptionDerbyDatabase.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 TableMethods in migratedb.v1.core.internal.database.firebird with parameters of type TableModifier and TypeMethodDescriptionFirebirdDatabase.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 TableMethods in migratedb.v1.core.internal.database.h2 that return TableMethods in migratedb.v1.core.internal.database.h2 with parameters of type TableModifier and TypeMethodDescriptionH2Database.getRawCreateScript(Table<?, ?> table, boolean baseline) H2Database.getSelectStatement(Table<?, ?> table) -
Uses of Table in migratedb.v1.core.internal.database.hsqldb
Classes in migratedb.v1.core.internal.database.hsqldb that implement TableMethods in migratedb.v1.core.internal.database.hsqldb that return TableMethods in migratedb.v1.core.internal.database.hsqldb with parameters of type TableModifier and TypeMethodDescriptionHSQLDBDatabase.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 TableMethods in migratedb.v1.core.internal.database.ignite.thin that return TableMethods in migratedb.v1.core.internal.database.ignite.thin with parameters of type TableModifier and TypeMethodDescriptionIgniteThinDatabase.getInsertStatement(Table<?, ?> table) IgniteThinDatabase.getRawCreateScript(Table<?, ?> table, boolean baseline) IgniteThinDatabase.getSelectStatement(Table<?, ?> table) -
Uses of Table in migratedb.v1.core.internal.database.informix
Classes in migratedb.v1.core.internal.database.informix that implement TableMethods in migratedb.v1.core.internal.database.informix that return TableMethods in migratedb.v1.core.internal.database.informix with parameters of type TableModifier and TypeMethodDescriptionInformixDatabase.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 TableMethods in migratedb.v1.core.internal.database.mysql that return TableMethods in migratedb.v1.core.internal.database.mysql with parameters of type Table -
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 -
Uses of Table in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement TableMethods in migratedb.v1.core.internal.database.oracle that return TableMethods in migratedb.v1.core.internal.database.oracle with parameters of type TableModifier and TypeMethodDescriptionOracleDatabase.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 TableMethods in migratedb.v1.core.internal.database.postgresql that return TableMethods in migratedb.v1.core.internal.database.postgresql with parameters of type TableModifier and TypeMethodDescriptionPostgreSQLDatabase.getRawCreateScript(Table<?, ?> table, boolean baseline) PostgreSQLDatabase.getSelectStatement(Table<?, ?> table) See ...<T> T -
Uses of Table in migratedb.v1.core.internal.database.redshift
Classes in migratedb.v1.core.internal.database.redshift that implement TableMethods in migratedb.v1.core.internal.database.redshift that return TableMethods in migratedb.v1.core.internal.database.redshift with parameters of type TableModifier and TypeMethodDescriptionRedshiftDatabase.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 TableMethods in migratedb.v1.core.internal.database.saphana that return TableMethods in migratedb.v1.core.internal.database.saphana with parameters of type TableModifier and TypeMethodDescriptionSAPHANADatabase.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 TableMethods in migratedb.v1.core.internal.database.snowflake that return TableMethods in migratedb.v1.core.internal.database.snowflake with parameters of type TableModifier and TypeMethodDescriptionSnowflakeDatabase.getInsertStatement(Table<?, ?> table) SnowflakeDatabase.getRawCreateScript(Table<?, ?> table, boolean baseline) SnowflakeDatabase.getSelectStatement(Table<?, ?> table) -
Uses of Table in migratedb.v1.core.internal.database.spanner
Classes in migratedb.v1.core.internal.database.spanner that implement TableMethods in migratedb.v1.core.internal.database.spanner that return TableMethods in migratedb.v1.core.internal.database.spanner with parameters of type TableModifier and TypeMethodDescriptionSpannerDatabase.getInsertStatement(Table<?, ?> table) SpannerDatabase.getRawCreateScript(Table<?, ?> table, boolean baseline) <T> T -
Uses of Table in migratedb.v1.core.internal.database.sqlite
Classes in migratedb.v1.core.internal.database.sqlite that implement TableMethods in migratedb.v1.core.internal.database.sqlite that return TableMethods in migratedb.v1.core.internal.database.sqlite with parameters of type TableModifier and TypeMethodDescriptionSQLiteDatabase.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 TableMethods in migratedb.v1.core.internal.database.sqlserver that return TableMethods in migratedb.v1.core.internal.database.sqlserver with parameters of type Table -
Uses of Table in migratedb.v1.core.internal.database.sqlserver.synapse
Classes in migratedb.v1.core.internal.database.sqlserver.synapse that implement TableMethods in migratedb.v1.core.internal.database.sqlserver.synapse that return TableMethods in migratedb.v1.core.internal.database.sqlserver.synapse with parameters of type TableModifier and TypeMethodDescriptionSynapseDatabase.getInsertStatement(Table<?, ?> table) SynapseDatabase.getRawCreateScript(Table<?, ?> table, boolean baseline) <T> T -
Uses of Table in migratedb.v1.core.internal.database.sybasease
Classes in migratedb.v1.core.internal.database.sybasease that implement TableMethods in migratedb.v1.core.internal.database.sybasease that return TableMethods in migratedb.v1.core.internal.database.sybasease with parameters of type TableModifier and TypeMethodDescriptionSybaseASEDatabase.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 TableMethods in migratedb.v1.core.internal.database.yugabytedb that return Table -
Uses of Table in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc with parameters of type TableModifier and TypeMethodDescriptionstatic 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 TableModifier and TypeFieldDescriptionprotected Table<?,?> SchemaHistory.tableThe schema history table used by MigrateDB.Methods in migratedb.v1.core.internal.schemahistory that return Table