|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.opengamma.elsql.SpringSqlParams
public final class SpringSqlParams
Provides access to SQL parameters from Spring.
This class has a dependency on the Spring framework.
| Constructor Summary | |
|---|---|
SpringSqlParams(org.springframework.jdbc.core.namedparam.SqlParameterSource source)
Creates an instance based on a source. |
|
| Method Summary | |
|---|---|
boolean |
contains(String variable)
Checks whether the variable exists. |
Object |
get(String variable)
Gets the variable, returning null if not found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringSqlParams(org.springframework.jdbc.core.namedparam.SqlParameterSource source)
source - the source| Method Detail |
|---|
public boolean contains(String variable)
SqlParams
contains in interface SqlParamsvariable - the variable
public Object get(String variable)
SqlParams
get in interface SqlParamsvariable - the variable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||