| groovy.sql.InParameter
InParameter | public interface InParameter (Code) | | author: rfuller author: A typed parameter to pass to a query |
Method Summary | |
public int | getType() The JDBC data type. | public Object | getValue() The object holding the data value. |
getType | public int getType()(Code) | | The JDBC data type.
|
getValue | public Object getValue()(Code) | | The object holding the data value.
|
|
|