|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
bind(boolean aBoolean)
Bind a primitive boolean type. |
void |
bind(Collection aBindCollection)
Bind to a collection of parameters. |
void |
bind(double aDouble)
Bind a primitive double type. |
void |
bind(float aFloat)
Bind a primitive float type. |
void |
bind(int anInteger)
Bind a primitive integer type. |
void |
bind(Object anObject)
Bind an element to the first element in the query string. |
Method Detail |
public void bind(Object anObject)
anObject
- The object to bind.public void bind(Collection aBindCollection)
public void bind(int anInteger)
public void bind(boolean aBoolean)
public void bind(float aFloat)
public void bind(double aDouble)
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |