Uses of Class
org.eclipse.net4j.db.ddl.SchemaElementNotFoundException
Package
Description
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
-
Uses of SchemaElementNotFoundException in org.eclipse.net4j.db.ddl
Modifier and TypeMethodDescriptionIDBTable.addIndex
(String name, IDBIndex.Type type, String... fieldNames) IDBTable.addIndex
(IDBIndex.Type type, String... fieldNames) IDBIndex.addIndexField
(String name) IDBField[]
IDBIndex.getFieldSafe
(String name) IDBTable.getFieldSafe
(String name) IDBIndex.getIndexFieldSafe
(String name) IDBTable.getIndexSafe
(String name) IDBSchema.getTableSafe
(String name)