Uses of Interface
org.eclipse.net4j.db.ddl.IDBSchema
Packages that use IDBSchema
Package
Description
The Net4j DB framework.
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
The Net4j DB framework concepts for the abstraction of schema deltas.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
Server service provider interfaces for the Net4j DB framework.
-
Uses of IDBSchema in org.eclipse.net4j.db
Methods in org.eclipse.net4j.db that return IDBSchemaModifier and TypeMethodDescriptionstatic IDBSchema
DBUtil.copySchema
(IDBSchema source) static IDBSchema
DBUtil.createSchema
(String name) Creates a case-insensitive schema with the givenname
.static IDBSchema
DBUtil.createSchema
(String name, boolean caseSensitive, boolean qualifiedTableNames) IDBDatabase.getSchema()
IDBSchemaTransaction.getWorkingCopy()
static IDBSchema
DBUtil.readSchema
(IDBAdapter adapter, Connection connection, String name) static IDBSchema
DBUtil.readSchema
(IDBAdapter adapter, Connection connection, String name, boolean fixNullableIndexColumns) static IDBSchema
DBUtil.readSchema
(IDBAdapter adapter, Connection connection, String name, boolean fixNullableIndexColumns, boolean qualifiedTableNames) IDBAdapter.readSchema
(Connection connection, String name) Methods in org.eclipse.net4j.db with parameters of type IDBSchemaModifier and TypeMethodDescriptionstatic IDBSchema
DBUtil.copySchema
(IDBSchema source) IDBSchemaTransaction.ensureSchema
(IDBSchema schema) IDBSchemaTransaction.ensureSchema
(IDBSchema schema, IDBDeltaVisitor.Filter.Policy policy) static void
DBUtil.readSchema
(IDBAdapter adapter, Connection connection, IDBSchema schema) void
IDBAdapter.readSchema
(Connection connection, IDBSchema schema) void
void
IDBAdapter.updateSchema
(Connection connection, IDBSchema schema, IDBSchemaDelta delta) -
Uses of IDBSchema in org.eclipse.net4j.db.ddl
Methods in org.eclipse.net4j.db.ddl that return IDBSchemaMethods in org.eclipse.net4j.db.ddl with parameters of type IDBSchema -
Uses of IDBSchema in org.eclipse.net4j.db.ddl.delta
Methods in org.eclipse.net4j.db.ddl.delta that return IDBSchemaMethods in org.eclipse.net4j.db.ddl.delta with parameters of type IDBSchemaModifier and TypeMethodDescriptionvoid
IDBDelta.getSchemaElement
(IDBSchema schema) IDBFieldDelta.getSchemaElement
(IDBSchema schema) IDBIndexDelta.getSchemaElement
(IDBSchema schema) IDBIndexFieldDelta.getSchemaElement
(IDBSchema schema) IDBSchemaDelta.getSchemaElement
(IDBSchema schema) IDBTableDelta.getSchemaElement
(IDBSchema schema) -
Uses of IDBSchema in org.eclipse.net4j.internal.db.ddl
Classes in org.eclipse.net4j.internal.db.ddl that implement IDBSchemaModifier and TypeClassDescriptionclass
org.eclipse.net4j.internal.db.ddl.DBSchema
-
Uses of IDBSchema in org.eclipse.net4j.spi.db
Classes in org.eclipse.net4j.spi.db that implement IDBSchemaMethods in org.eclipse.net4j.spi.db that return IDBSchemaModifier and TypeMethodDescriptionDBSchema.getSchema()
Deprecated.DBAdapter.readSchema
(Connection connection, String name) Methods in org.eclipse.net4j.spi.db with parameters of type IDBSchemaModifier and TypeMethodDescriptionvoid
DBAdapter.readSchema
(Connection connection, IDBSchema schema) void
DBAdapter.updateSchema
(Connection connection, IDBSchema schema, IDBSchemaDelta delta) Constructors in org.eclipse.net4j.spi.db with parameters of type IDBSchema -
Uses of IDBSchema in org.eclipse.net4j.spi.db.ddl
Subinterfaces of IDBSchema in org.eclipse.net4j.spi.db.ddlMethods in org.eclipse.net4j.spi.db.ddl that return IDBSchema
DBUtil.createSchema(String)
,DBUtil.readSchema(IDBAdapter, Connection, IDBSchema)
,DBUtil.readSchema(IDBAdapter, Connection, String)
orDBUtil.copySchema(IDBSchema)
.