|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsQueryParameter
An interface which represents a parameter value which is going to be used in an SQL prepared statement.
| Method Summary | |
|---|---|
void |
insertIntoQuery(javax.persistence.Query q,
int index)
Implementations of this interface should set the index-th parameter of the prepared statement. |
| Method Detail |
|---|
void insertIntoQuery(javax.persistence.Query q,
int index)
throws javax.persistence.PersistenceException
q - the query in which to set the value of a bind variableindex - the index of a bind variable
javax.persistence.PersistenceException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||