|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SqlParams
Provides access to SQL parameters.
This interface abstracts the mechanism of obtaining the SQL parameters.
| Method Summary | |
|---|---|
boolean |
contains(String variable)
Checks whether the variable exists. |
Object |
get(String variable)
Gets the variable, returning null if not found. |
| Method Detail |
|---|
boolean contains(String variable)
variable - the variable
Object get(String variable)
variable - the variable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||