Uses of Interface
org.eclipse.net4j.db.ddl.IDBSchemaElement
Packages that use IDBSchemaElement
Package
Description
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 IDBSchemaElement in org.eclipse.net4j.db.ddl
Subinterfaces of IDBSchemaElement in org.eclipse.net4j.db.ddlModifier and TypeInterfaceDescriptioninterface
A field (column) specification in aDB table
.interface
An index specification in aDB table
.interface
An index field specification in aDB index
.interface
Specifies a number ofDB tables
that can be created in or dropped from a database through aDB adapter
.interface
A table specification in aDB schema
.Methods in org.eclipse.net4j.db.ddl with type parameters of type IDBSchemaElementModifier and TypeMethodDescription<T extends IDBSchemaElement>
TIDBSchema.findElement
(IDBSchemaElement prototype) <T extends IDBSchemaElement>
TIDBSchemaElement.getElement
(Class<T> type, String name) Methods in org.eclipse.net4j.db.ddl that return IDBSchemaElementModifier and TypeMethodDescriptionIDBSchemaElement.getParent()
SchemaElementNotFoundException.getParent()
Methods in org.eclipse.net4j.db.ddl with parameters of type IDBSchemaElementModifier and TypeMethodDescription<T extends IDBSchemaElement>
TIDBSchema.findElement
(IDBSchemaElement prototype) protected void
IDBSchemaVisitor.Default.visitDefault
(IDBSchemaElement element) Constructors in org.eclipse.net4j.db.ddl with parameters of type IDBSchemaElementModifierConstructorDescriptionSchemaElementNotFoundException
(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, String name) -
Uses of IDBSchemaElement in org.eclipse.net4j.db.ddl.delta
Methods in org.eclipse.net4j.db.ddl.delta that return IDBSchemaElement -
Uses of IDBSchemaElement in org.eclipse.net4j.internal.db.ddl
Classes in org.eclipse.net4j.internal.db.ddl that implement IDBSchemaElementModifier and TypeClassDescriptionclass
org.eclipse.net4j.internal.db.ddl.DBSchema
class
org.eclipse.net4j.internal.db.ddl.DBSchemaElement
-
Uses of IDBSchemaElement in org.eclipse.net4j.spi.db
Classes in org.eclipse.net4j.spi.db that implement IDBSchemaElement -
Uses of IDBSchemaElement in org.eclipse.net4j.spi.db.ddl
Subinterfaces of IDBSchemaElement in org.eclipse.net4j.spi.db.ddlModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Methods in org.eclipse.net4j.spi.db.ddl that return IDBSchemaElementMethods in org.eclipse.net4j.spi.db.ddl with parameters of type IDBSchemaElementModifier and TypeMethodDescriptionvoid
InternalDBSchemaElement.setWrapper
(IDBSchemaElement wrapper)
DBUtil.createSchema(String)
,DBUtil.readSchema(IDBAdapter, Connection, IDBSchema)
,DBUtil.readSchema(IDBAdapter, Connection, String)
orDBUtil.copySchema(IDBSchema)
.