org.eclipse.net4j.spi.db.ddl
Interface InternalDBField

All Superinterfaces:
Comparable<IDBSchemaElement>, IContainer<IDBSchemaElement>, IDBElement, IDBField, IDBNamedElement, IDBSchemaElement, INotifier, InternalDBElement, InternalDBNamedElement, InternalDBSchemaElement, PositionProvider

public interface InternalDBField
extends IDBField, InternalDBSchemaElement

Since:
4.2
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.db.ddl.IDBSchemaElement
IDBSchemaElement.SchemaElementType
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Field Summary
 
Fields inherited from interface org.eclipse.net4j.db.ddl.IDBField
DEFAULT
 
Method Summary
 Exception getConstructionStackTrace()
           
 IDBField getWrapper()
           
 void setPosition(int position)
           
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBField
formatPrecision, formatPrecisionAndScale, getFullName, getParent, getPrecision, getScale, getTable, getType, isNotNull, setNotNull, setPrecision, setScale, setType
 
Methods inherited from interface org.eclipse.net4j.util.collection.PositionProvider
getPosition
 
Methods inherited from interface org.eclipse.net4j.spi.db.ddl.InternalDBSchemaElement
setWrapper
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBSchemaElement
accept, getElement, getSchema, getSchemaElementType, remove, setName
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.eclipse.net4j.spi.db.ddl.InternalDBNamedElement
dump, dump, dumpToString, setName
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBNamedElement
getName
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBElement
getProperties
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getWrapper

IDBField getWrapper()
Specified by:
getWrapper in interface InternalDBSchemaElement

setPosition

void setPosition(int position)

getConstructionStackTrace

Exception getConstructionStackTrace()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.