Uses of Interface
org.eclipse.datatools.modelbase.sql.statements.SQLStatement

Packages that use SQLStatement
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.modelbase.sql.statements   
org.eclipse.datatools.modelbase.sql.statements.impl   
org.eclipse.datatools.modelbase.sql.statements.util   
 

Uses of SQLStatement in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of SQLStatement 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 SQLStatement in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement SQLStatement
 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 SQLStatement in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SQLStatement
 java.lang.Object SQLQueryModelSwitch.caseSQLStatement(SQLStatement object)
          Returns the result of interpretting the object as an instance of 'SQL Statement'.
 

Uses of SQLStatement in org.eclipse.datatools.modelbase.sql.statements
 

Subinterfaces of SQLStatement in org.eclipse.datatools.modelbase.sql.statements
 interface SQLConnectionStatement
           A representation of the model object 'SQL Connection Statement'.
 interface SQLControlStatement
           A representation of the model object 'SQL Control Statement'.
 interface SQLDataChangeStatement
           A representation of the model object 'SQL Data Change Statement'.
 interface SQLDataStatement
           A representation of the model object 'SQL Data Statement'.
 interface SQLDiagnosticsStatement
           A representation of the model object 'SQL Diagnostics Statement'.
 interface SQLDynamicStatement
           A representation of the model object 'SQL Dynamic Statement'.
 interface SQLSchemaStatement
           A representation of the model object 'SQL Schema Statement'.
 interface SQLSessionStatement
           A representation of the model object 'SQL Session Statement'.
 interface SQLStatementDefault
           A representation of the model object 'SQL Statement Default'.
 interface SQLTransactionStatement
           A representation of the model object 'SQL Transaction Statement'.
 

Uses of SQLStatement in org.eclipse.datatools.modelbase.sql.statements.impl
 

Classes in org.eclipse.datatools.modelbase.sql.statements.impl that implement SQLStatement
 class SQLStatementDefaultImpl
           An implementation of the model object 'SQL Statement Default'.
 

Uses of SQLStatement in org.eclipse.datatools.modelbase.sql.statements.util
 

Methods in org.eclipse.datatools.modelbase.sql.statements.util with parameters of type SQLStatement
 java.lang.Object SQLStatementsSwitch.caseSQLStatement(SQLStatement object)
          Returns the result of interpretting the object as an instance of 'SQL Statement'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.