Package | Description |
---|---|
org.eclipse.net4j.db.ddl |
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
|
org.eclipse.net4j.db.ddl.delta |
The Net4j DB framework concepts for the abstraction of schema deltas.
|
org.eclipse.net4j.db.dml |
The Net4j DB framework concepts for the abstraction of the SQL data manipulation language.
|
org.eclipse.net4j.internal.db.ddl | |
org.eclipse.net4j.spi.db.ddl |
Server service provider interfaces for the Net4j DB framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDBField
A field (column) specification in a
DB table . |
interface |
IDBIndex
An index specification in a
DB table . |
interface |
IDBIndexField
An index field specification in a
DB index . |
interface |
IDBSchema
Specifies a number of
DB tables that can be created in or dropped from a database through a
DB adapter . |
interface |
IDBTable
A table specification in a
DB schema . |
Modifier and Type | Method and Description |
---|---|
<T extends IDBSchemaElement> |
IDBSchema.findElement(IDBSchemaElement prototype) |
<T extends IDBSchemaElement> |
IDBSchemaElement.getElement(java.lang.Class<T> type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
IDBSchemaElement |
IDBSchemaElement.getParent() |
IDBSchemaElement |
SchemaElementNotFoundException.getParent() |
Modifier and Type | Method and Description |
---|---|
<T extends IDBSchemaElement> |
IDBSchema.findElement(IDBSchemaElement prototype) |
protected void |
IDBSchemaVisitor.Default.visitDefault(IDBSchemaElement element) |
Constructor and Description |
---|
SchemaElementNotFoundException(IDBSchemaElement parent,
IDBSchemaElement.SchemaElementType type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
IDBSchemaElement |
IDBDelta.getSchemaElement(IDBSchema schema) |
Modifier and Type | Method and Description |
---|---|
void |
IDBStatement.addSQL(IDBSchemaElement schemaElement)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.net4j.internal.db.ddl.DBSchema |
class |
org.eclipse.net4j.internal.db.ddl.DBSchemaElement |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalDBField |
interface |
InternalDBIndex |
interface |
InternalDBIndexField |
interface |
InternalDBSchema |
interface |
InternalDBSchemaElement |
interface |
InternalDBTable |
Modifier and Type | Method and Description |
---|---|
IDBSchemaElement |
InternalDBSchemaElement.getWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
InternalDBSchemaElement.setWrapper(IDBSchemaElement wrapper) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html