Uses of Interface
org.eclipse.net4j.db.ddl.IDBNamedElement
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 IDBNamedElement in org.eclipse.net4j.db
Modifier and TypeMethodDescriptionstatic void
DBUtil.dump
(IDBNamedElement namedElement) static void
DBUtil.dump
(IDBNamedElement namedElement, Writer writer) static String
DBUtil.dumpToString
(IDBNamedElement namedElement) -
Uses of IDBNamedElement 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
Specifies a hierarchical namespace for elements in aDB schema
.interface
A table specification in aDB schema
. -
Uses of IDBNamedElement in org.eclipse.net4j.db.ddl.delta
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of IDBNamedElement in org.eclipse.net4j.internal.db.ddl
Modifier and TypeClassDescriptionclass
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 IDBNamedElement in org.eclipse.net4j.spi.db
-
Uses of IDBNamedElement in org.eclipse.net4j.spi.db.ddl
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
DBUtil.createSchema(String)
,DBUtil.readSchema(IDBAdapter, Connection, IDBSchema)
,DBUtil.readSchema(IDBAdapter, Connection, String)
orDBUtil.copySchema(IDBSchema)
.