|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Column in net.sourceforge.toscanaj.gui.dialog.attributeselection |
Constructors in net.sourceforge.toscanaj.gui.dialog.attributeselection with parameters of type Column | |
SelectedColumnChangedEvent(Column subject)
|
Uses of Column in net.sourceforge.toscanaj.model.database |
Methods in net.sourceforge.toscanaj.model.database that return Column | |
Column |
Table.getKey()
|
Column |
DatabaseInfo.getKey()
|
Methods in net.sourceforge.toscanaj.model.database with parameters of type Column | |
void |
Table.addColumn(Column column)
|
void |
Table.setKey(Column key)
|
void |
DatabaseInfo.setKey(Column key)
Sets the key we use in queries. |
Uses of Column in net.sourceforge.toscanaj.model.sql |
Constructors in net.sourceforge.toscanaj.model.sql with parameters of type Column | |
ValueSetExpression(Column column,
java.lang.String[] values)
|
Uses of Column in net.sourceforge.toscanaj.view.database |
Methods in net.sourceforge.toscanaj.view.database that return Column | |
Column |
DatabaseSchemaView.getKey()
|
Uses of Column in net.sourceforge.toscanaj.view.scales |
Methods in net.sourceforge.toscanaj.view.scales that return Column | |
protected Column |
OrdinalScaleGeneratorPanel.getColumn()
|
Column |
TableColumnPair.getColumn()
|
Constructors in net.sourceforge.toscanaj.view.scales with parameters of type Column | |
TableColumnPair(Table table,
Column column)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |