|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface InParameter
A typed parameter to pass to a query
Method Summary | |
---|---|
int
|
getType()
The JDBC data type. |
java.lang.Object
|
getValue()
The object holding the data value. |
Method Detail |
---|
public int getType()
public java.lang.Object getValue()
Groovy Documentation