|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SQLDataStatement in org.eclipse.datatools.modelbase.sql.query |
---|
Subinterfaces of SQLDataStatement in org.eclipse.datatools.modelbase.sql.query | |
---|---|
interface |
QueryChangeStatement
A representation of the model object 'Change Statement'. |
interface |
QueryDeleteStatement
A representation of the model object 'SQL Delete Statement'. |
interface |
QueryInsertStatement
A representation of the model object 'SQL Insert Statement'. |
interface |
QueryMergeStatement
A representation of the model object 'SQL Merge Statement'. |
interface |
QuerySelectStatement
A representation of the model object 'SQL Select Statement'. |
interface |
QueryStatement
A representation of the model object 'Statement'. |
interface |
QueryUpdateStatement
A representation of the model object 'SQL Update Statement'. |
Uses of SQLDataStatement in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement SQLDataStatement | |
---|---|
class |
QueryChangeStatementImpl
An implementation of the model object 'Change Statement'. |
class |
QueryDeleteStatementImpl
An implementation of the model object 'SQL Delete Statement'. |
class |
QueryInsertStatementImpl
An implementation of the model object 'SQL Insert Statement'. |
class |
QueryMergeStatementImpl
An implementation of the model object 'SQL Merge Statement'. |
class |
QuerySelectStatementImpl
An implementation of the model object 'SQL Select Statement'. |
class |
QueryStatementImpl
An implementation of the model object 'Statement'. |
class |
QueryUpdateStatementImpl
An implementation of the model object 'SQL Update Statement'. |
Uses of SQLDataStatement in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SQLDataStatement | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseSQLDataStatement(SQLDataStatement object)
Returns the result of interpreting the object as an instance of 'SQL Data Statement'. |
Uses of SQLDataStatement in org.eclipse.datatools.modelbase.sql.statements |
---|
Subinterfaces of SQLDataStatement in org.eclipse.datatools.modelbase.sql.statements | |
---|---|
interface |
SQLDataChangeStatement
A representation of the model object 'SQL Data Change Statement'. |
Uses of SQLDataStatement in org.eclipse.datatools.modelbase.sql.statements.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.statements.util with parameters of type SQLDataStatement | |
---|---|
java.lang.Object |
SQLStatementsSwitch.caseSQLDataStatement(SQLDataStatement object)
Returns the result of interpretting the object as an instance of 'SQL Data Statement'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |