org.eclipse.datatools.modelbase.sql.statements
Interface SQLStatement
- All Known Subinterfaces:
- QueryChangeStatement, QueryDeleteStatement, QueryInsertStatement, QueryMergeStatement, QuerySelectStatement, QueryStatement, QueryUpdateStatement, SQLConnectionStatement, SQLControlStatement, SQLDataChangeStatement, SQLDataStatement, SQLDiagnosticsStatement, SQLDynamicStatement, SQLSchemaStatement, SQLSessionStatement, SQLStatementDefault, SQLTransactionStatement
- All Known Implementing Classes:
- QueryChangeStatementImpl, QueryDeleteStatementImpl, QueryInsertStatementImpl, QueryMergeStatementImpl, QuerySelectStatementImpl, QueryStatementImpl, QueryUpdateStatementImpl, SQLStatementDefaultImpl
- public interface SQLStatement
A representation of the model object 'SQL Statement'.
A single statement of the following types (from section 13.5):
::=
|
|
|
|
|
|
|
- See Also:
SQLStatementsPackage.getSQLStatement()
Method Summary |
java.lang.String |
getSQL()
|
void |
setSQL(java.lang.String sqlText)
|
getSQL
public java.lang.String getSQL()
-
setSQL
public void setSQL(java.lang.String sqlText)
-
Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.