|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.schemaobjecteditor.ddl.DDLGeneratorWrapper
public class DDLGeneratorWrapper
Constructor Summary | |
---|---|
DDLGeneratorWrapper(org.eclipse.datatools.sqltools.core.DatabaseIdentifier identifier)
|
Method Summary | |
---|---|
java.lang.String[] |
generateDeltaDDL(org.eclipse.emf.ecore.EObject rootObject,
org.eclipse.emf.ecore.change.ChangeDescription changeDescription,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns the DDL for the given SQL objects |
java.lang.String[] |
getCreateStatementsDDL(SQLObject[] objs)
Returns the create statements DDL for the given SQL objects |
void |
setFullQualified(boolean qualified)
Set qualified |
void |
setGenSetUser(boolean setUser)
Set current user who does generation operation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDLGeneratorWrapper(org.eclipse.datatools.sqltools.core.DatabaseIdentifier identifier)
Method Detail |
---|
public java.lang.String[] getCreateStatementsDDL(SQLObject[] objs)
IDDLGeneratorWrapper
getCreateStatementsDDL
in interface IDDLGeneratorWrapper
objs
- the SQL objects
public java.lang.String[] generateDeltaDDL(org.eclipse.emf.ecore.EObject rootObject, org.eclipse.emf.ecore.change.ChangeDescription changeDescription, org.eclipse.core.runtime.IProgressMonitor monitor)
IDDLGeneratorWrapper
generateDeltaDDL
in interface IDDLGeneratorWrapper
public void setFullQualified(boolean qualified)
IDDLGeneratorWrapper
setFullQualified
in interface IDDLGeneratorWrapper
public void setGenSetUser(boolean setUser)
IDDLGeneratorWrapper
setGenSetUser
in interface IDDLGeneratorWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |