|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
org.eclipse.emf.cdo.dbgen | |
org.eclipse.emf.cdo.dbgen.impl | |
org.eclipse.emf.cdo.dbgen.util |
Uses of Table in org.eclipse.emf.cdo.dbgen |
---|
Methods in org.eclipse.emf.cdo.dbgen that return Table | |
---|---|
Table |
Database.addTable(java.lang.String name)
|
Table |
DBGenFactory.createTable()
Returns a new object of class 'Table' |
Table |
Index.getTable()
Returns the value of the 'Table' container reference. |
Table |
Column.getTable()
Returns the value of the 'Table' container reference. |
Table |
Database.getTable(java.lang.String name)
|
Methods in org.eclipse.emf.cdo.dbgen with parameters of type Table | |
---|---|
void |
Index.setTable(Table value)
Sets the value of the ' Table ' container reference |
void |
Column.setTable(Table value)
Sets the value of the ' Table ' container reference |
Uses of Table in org.eclipse.emf.cdo.dbgen.impl |
---|
Classes in org.eclipse.emf.cdo.dbgen.impl that implement Table | |
---|---|
class |
TableImpl
An implementation of the model object 'Table' |
Methods in org.eclipse.emf.cdo.dbgen.impl that return Table | |
---|---|
Table |
DatabaseImpl.addTable(java.lang.String name)
|
Table |
DBGenFactoryImpl.createTable()
|
Table |
IndexImpl.getTable()
|
Table |
ColumnImpl.getTable()
|
Table |
DatabaseImpl.getTable(java.lang.String name)
|
Methods in org.eclipse.emf.cdo.dbgen.impl with parameters of type Table | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
IndexImpl.basicSetTable(Table newTable,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
ColumnImpl.basicSetTable(Table newTable,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
protected java.lang.String |
SQLDialectImpl.composeColumnsString(Table table,
boolean onlyNames)
|
protected java.lang.String |
SQLDialectImpl.composeTableCreationString(Table table)
|
protected java.lang.String |
SQLDialectImpl.composeTableDropString(Table table)
|
void |
IndexImpl.setTable(Table newTable)
|
void |
ColumnImpl.setTable(Table newTable)
|
Uses of Table in org.eclipse.emf.cdo.dbgen.util |
---|
Methods in org.eclipse.emf.cdo.dbgen.util with parameters of type Table | |
---|---|
java.lang.Object |
DBGenSwitch.caseTable(Table object)
Returns the result of interpretting the object as an instance of 'Table' |
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |