|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISQLStatementInfo | |
---|---|
org.eclipse.datatools.sqltools.sqlbuilder.input | |
org.eclipse.datatools.sqltools.sqlbuilder.model |
Uses of ISQLStatementInfo in org.eclipse.datatools.sqltools.sqlbuilder.input |
---|
Methods in org.eclipse.datatools.sqltools.sqlbuilder.input that return ISQLStatementInfo | |
---|---|
ISQLStatementInfo |
SQLBuilderEditorInput.getSQLStatementInfo()
Gets the ISQLStatementInfo associated with this input. |
Methods in org.eclipse.datatools.sqltools.sqlbuilder.input with parameters of type ISQLStatementInfo | |
---|---|
void |
SQLBuilderEditorInput.setSQLStatementInfo(ISQLStatementInfo sqlStatementInfo)
Sets the SQLStatementInfo associated with this input to the given
object. |
Constructors in org.eclipse.datatools.sqltools.sqlbuilder.input with parameters of type ISQLStatementInfo | |
---|---|
SQLBuilderEditorInput(IConnectionProfile connectionProfile,
ISQLStatementInfo sqlStatementInfo)
Creates an instance of this class with the given ConnectionProfile and SQLStatementInfo. |
|
SQLBuilderEditorInput(IConnectionProfile connectionProfile,
ISQLStatementInfo sqlStatementInfo,
IOmitSchemaInfo omitSchemaInfo)
Creates an instance of this class with the given ConnectionProfile, SQLStatementInfo and OmitSchemaInfo. |
|
SQLBuilderEditorInput(ISQLEditorConnectionInfo connectionInfo,
ISQLStatementInfo sqlStatementInfo)
Creates an instance of this class with the given ConnectionInfo and SQLStatementInfo. |
|
SQLBuilderEditorInput(ISQLEditorConnectionInfo connectionInfo,
ISQLStatementInfo sqlStatementInfo,
IOmitSchemaInfo omitSchemaInfo)
Creates an instance of this class with the given ConnectionInfo and SQLStatementInfo. |
Uses of ISQLStatementInfo in org.eclipse.datatools.sqltools.sqlbuilder.model |
---|
Classes in org.eclipse.datatools.sqltools.sqlbuilder.model that implement ISQLStatementInfo | |
---|---|
class |
SQLStatementInfo
This class defines the set of properties which define a SQL statement in a string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |