Uses of Interface
org.eclipse.net4j.db.ddl.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
Modifier 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
.Modifier and TypeMethodDescription<T extends IDBSchemaElement>
TIDBSchema.findElement
(IDBSchemaElement prototype) <T extends IDBSchemaElement>
TIDBSchemaElement.getElement
(Class<T> type, String name) Modifier and TypeMethodDescriptionIDBSchemaElement.getParent()
SchemaElementNotFoundException.getParent()
Modifier and TypeMethodDescription<T extends IDBSchemaElement>
TIDBSchema.findElement
(IDBSchemaElement prototype) protected void
IDBSchemaVisitor.Default.visitDefault
(IDBSchemaElement element) ModifierConstructorDescriptionSchemaElementNotFoundException
(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, String name) -
Uses of IDBSchemaElement in org.eclipse.net4j.db.ddl.delta
-
Uses of IDBSchemaElement in org.eclipse.net4j.internal.db.ddl
Modifier 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
-
Uses of IDBSchemaElement in org.eclipse.net4j.spi.db.ddl
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Modifier and TypeMethodDescriptionvoid
InternalDBSchemaElement.setWrapper
(IDBSchemaElement wrapper)
DBUtil.createSchema(String)
,DBUtil.readSchema(IDBAdapter, Connection, IDBSchema)
,DBUtil.readSchema(IDBAdapter, Connection, String)
orDBUtil.copySchema(IDBSchema)
.