Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.statements.SQLStatement

Packages that use SQLStatement
org.eclipse.wst.rdb.internal.models.sql.statements   
org.eclipse.wst.rdb.internal.models.sql.statements.impl   
org.eclipse.wst.rdb.internal.models.sql.statements.util   
 

Uses of SQLStatement in org.eclipse.wst.rdb.internal.models.sql.statements
 

Subinterfaces of SQLStatement in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.statements.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.statements.impl that implement SQLStatement
 class SQLStatementDefaultImpl
          An implementation of the model object 'SQL Statement Default'.
 

Uses of SQLStatement in org.eclipse.wst.rdb.internal.models.sql.statements.util
 

Methods in org.eclipse.wst.rdb.internal.models.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'.