Uses of Interface
org.eclipse.net4j.db.ddl.IDBElement
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 IDBElement in org.eclipse.net4j.db
Modifier and TypeMethodDescriptionstatic boolean
DBUtil.isOptional
(IDBElement element) static boolean
DBUtil.setOptional
(IDBElement element, boolean optional) -
Uses of IDBElement 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
interface
Specifies a number ofDB tables
that can be created in or dropped from a database through aDB adapter
.interface
Specifies a hierarchical namespace for elements in aDB schema
.interface
A table specification in aDB schema
. -
Uses of IDBElement in org.eclipse.net4j.db.ddl.delta
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of IDBElement in org.eclipse.net4j.internal.db.ddl
Modifier and TypeClassDescriptionclass
org.eclipse.net4j.internal.db.ddl.DBElement
class
org.eclipse.net4j.internal.db.ddl.DBNamedElement
class
org.eclipse.net4j.internal.db.ddl.DBSchema
class
org.eclipse.net4j.internal.db.ddl.DBSchemaElement
-
Uses of IDBElement in org.eclipse.net4j.spi.db
-
Uses of IDBElement in org.eclipse.net4j.spi.db.ddl
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
DBUtil.createSchema(String)
,DBUtil.readSchema(IDBAdapter, Connection, IDBSchema)
,DBUtil.readSchema(IDBAdapter, Connection, String)
orDBUtil.copySchema(IDBSchema)
.