|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLBuilderEditorInput
This interface is a mix-in interface to be used with an IEditorInput
to add additional information to the editor input for the SQL Builder.
Method Summary | |
---|---|
ISQLEditorConnectionInfo |
getConnectionInfo()
Gets the ISQLEditorConnectionInfo associated with this input. |
ISQLBuilderEditorInputUsageOptions |
getInputUsageOptions()
Gets the usage options of the editor input. |
IOmitSchemaInfo |
getOmitSchemaInfo()
Gets information about whether or not to omit the default schema name from SQL generated in the SQL Builder. |
java.lang.String |
getSQL()
Gets the SQL Statement for this input - the contents of the input. |
IWindowStateInfo |
getWindowStateInfo()
Gets the window state information which stores the control states of the SQL Query Builder. |
void |
setConnectionInfo(ISQLEditorConnectionInfo connInfo)
Sets the ISQLEditorConnectionInfo associated with this input to the given
object. |
void |
setInputUsageOptions(ISQLBuilderEditorInputUsageOptions options)
Sets the usage options of the editor input. |
void |
setOmitSchemaInfo(IOmitSchemaInfo omitSchemaInfo)
Sets information about whether or not to omit the default schema name from SQL generated in the SQL Builder. |
void |
setWindowStateInfo(IWindowStateInfo windowStateInfo)
Sets the window state information. |
Methods inherited from interface org.eclipse.datatools.sqltools.sqleditor.ISQLEditorInput |
---|
getId, isConnectionRequired |
Methods inherited from interface org.eclipse.ui.IEditorInput |
---|
exists, getImageDescriptor, getName, getPersistable, getToolTipText |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
java.lang.String getSQL()
IOmitSchemaInfo getOmitSchemaInfo()
IOmitSchemaInfo
belong to this ISQLBuilderEditorInput
.
void setOmitSchemaInfo(IOmitSchemaInfo omitSchemaInfo)
IOmitSchemaInfo
- the IOmitSchemaInfo
to be set.ISQLEditorConnectionInfo getConnectionInfo()
ISQLEditorConnectionInfo
associated with this input.
getConnectionInfo
in interface ISQLEditorInput
ISQLEditorConnectionInfo
objectvoid setConnectionInfo(ISQLEditorConnectionInfo connInfo)
ISQLEditorConnectionInfo
associated with this input to the given
object.
setConnectionInfo
in interface ISQLEditorInput
connInfo
- the ISQLEditorConnectionInfo
object to setIWindowStateInfo getWindowStateInfo()
void setWindowStateInfo(IWindowStateInfo windowStateInfo)
IOmitSchemaInfo
- the IOmitSchemaInfo
to be set.ISQLBuilderEditorInputUsageOptions getInputUsageOptions()
void setInputUsageOptions(ISQLBuilderEditorInputUsageOptions options)
ISQLBuilderEditorInputUsageOptions
- the ISQLBuilderEditorInputUsageOptions
to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |