Uses of Class
org.eclipse.persistence.internal.expressions.ParameterExpression
-
-
Uses of ParameterExpression in org.eclipse.persistence.internal.databaseaccess
Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type ParameterExpression Modifier and Type Method Description voidDatabasePlatform. writeParameterMarker(Writer writer, ParameterExpression expression, AbstractRecord record, DatabaseCall call) -
Uses of ParameterExpression in org.eclipse.persistence.internal.expressions
Methods in org.eclipse.persistence.internal.expressions with parameters of type ParameterExpression Modifier and Type Method Description voidExpressionSQLPrinter. printParameter(ParameterExpression expression) -
Uses of ParameterExpression in org.eclipse.persistence.platform.database
Methods in org.eclipse.persistence.platform.database with parameters of type ParameterExpression Modifier and Type Method Description voidDB2Platform. writeParameterMarker(Writer writer, ParameterExpression parameter, AbstractRecord record, DatabaseCall call)INTERNAL: DB2 requires casting on certain operations, such as the CONCAT function, and parameterized queries of the form, ":param = :param".voidMySQLPlatform. writeParameterMarker(Writer writer, ParameterExpression expression, AbstractRecord record, DatabaseCall call)voidTimesTenPlatform. writeParameterMarker(Writer writer, ParameterExpression parameter, AbstractRecord record, DatabaseCall call)INTERNAL: TimesTen and requires cast around parameter markers if both operands of certain operators are parameter markers This method generates CAST for parameter markers whose type is correctly identified by the query compiler. -
Uses of ParameterExpression in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries with parameters of type ParameterExpression Modifier and Type Method Description voidSQLCall. appendTranslationParameter(Writer writer, ParameterExpression expression, DatabasePlatform platform, AbstractRecord record)INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
-