Uses of Class
org.eclipse.persistence.internal.expressions.SQLStatement
-
-
Uses of SQLStatement in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type SQLStatement Modifier and Type Method Description DatasourceCallClassDescriptor. buildCallFromStatement(SQLStatement statement, DatabaseQuery query, AbstractSession session)INTERNAL: Return a call built from a statement. -
Uses of SQLStatement in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis with parameters of type SQLStatement Modifier and Type Method Description DatasourceCallEISDescriptor. buildCallFromStatement(SQLStatement statement, DatabaseQuery query, AbstractSession session)INTERNAL: Override this method to throw an exception.DatasourceCallEISPlatform. buildCallFromStatement(SQLStatement statement, DatabaseQuery query, AbstractSession session)INTERNAL: Override this method to throw an exception by default. -
Uses of SQLStatement in org.eclipse.persistence.internal.expressions
Subclasses of SQLStatement in org.eclipse.persistence.internal.expressions Modifier and Type Class Description classSQLDeleteAllStatementPurpose: Print DELETE statement with non trivial WHERE clauseclassSQLDeleteAllStatementForTempTableclassSQLDeleteStatementPurpose: Print DELETE statement.classSQLInsertStatementPurpose: Print INSERT statement.classSQLModifyAllStatementForTempTableclassSQLModifyStatementPurpose: Mirror SQL behavior.classSQLSelectStatementPurpose: Print SELECT statement.classSQLUpdateAllStatementclassSQLUpdateAllStatementForOracleAnonymousBlockclassSQLUpdateAllStatementForTempTableclassSQLUpdateStatementPurpose: Print UPDATE statement. -
Uses of SQLStatement in org.eclipse.persistence.internal.queries
Fields in org.eclipse.persistence.internal.queries declared as SQLStatement Modifier and Type Field Description protected SQLStatementStatementQueryMechanism. sqlStatementMethods in org.eclipse.persistence.internal.queries that return SQLStatement Modifier and Type Method Description SQLStatementStatementQueryMechanism. getSQLStatement()INTERNAL: Return the sqlStatementMethods in org.eclipse.persistence.internal.queries with parameters of type SQLStatement Modifier and Type Method Description voidStatementQueryMechanism. setSQLStatement(SQLStatement statement)Set the sqlStatementConstructors in org.eclipse.persistence.internal.queries with parameters of type SQLStatement Constructor Description StatementQueryMechanism(DatabaseQuery query, SQLStatement statement)Return a new mechanism for the query -
Uses of SQLStatement in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries that return SQLStatement Modifier and Type Method Description SQLStatementDatabaseQuery. getSQLStatement()PUBLIC: Return the SQL statement of the query.Methods in org.eclipse.persistence.queries with parameters of type SQLStatement Modifier and Type Method Description voidDatabaseQuery. addStatement(SQLStatement statement)PUBLIC: Used to define a statement level query.voidDatabaseQuery. setSQLStatement(SQLStatement sqlStatement)PUBLIC: To any user of this object.
-