|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Column in org.devaki.nextobjects.ui.workspace.models.objects |
Methods in org.devaki.nextobjects.ui.workspace.models.objects with parameters of type Column | |
void |
DataDictionaryEdit.ObjectColumnsTableModel.addColumn(Column pColumn)
Add a field |
void |
DataDictionaryEdit.ObjectColumnsTableModel.insertField(Column pColumn,
int i)
Add a field at a particular index |
Uses of Column in org.devaki.nextobjects.util |
Methods in org.devaki.nextobjects.util that return Column | |
protected static Column |
NOXMLFactory.loadColumn(org.w3c.dom.Element pChild,
BaseClass pBaseClass)
Convert a JDom Elment into a FK |
Uses of Column in org.devaki.nextobjects.workspace.models.columns |
Constructors in org.devaki.nextobjects.workspace.models.columns with parameters of type Column | |
Column(Column pcolumn)
Construct a new column object by copying another column object |
Uses of Column in org.devaki.nextobjects.workspace.models.graphics |
Methods in org.devaki.nextobjects.workspace.models.graphics that return Column | |
static Column |
PhysicalView.getNewStandardFk(Table pParentTable,
Table pChildTable)
get a new , standard foreign key take the PK of the foreign table and add it as a F into the table. |
Uses of Column in org.devaki.nextobjects.workspace.models.objects |
Methods in org.devaki.nextobjects.workspace.models.objects that return Column | |
Column |
Association.getIdentifierAt(int position)
Get the identifier according to the position given as parameter |
Column |
BaseClass.getColumnForId(java.lang.String pString)
Get Column for the given code |
Column |
Entity.getIdentifier()
Return the first Primary key |
Methods in org.devaki.nextobjects.workspace.models.objects with parameters of type Column | |
void |
Constraint.addReference(Column localColumn,
Column foreignColumn)
Add a reference ti the constraint |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |