groovy.sql
Interface InParameter

All Known Subinterfaces:
InOutParameter

public interface InParameter

Author:
rfuller A typed parameter to pass to a query

Method Summary
 int getType()
          The JDBC data type.
 Object getValue()
          The object holding the data value.
 

Method Detail

getType

public int getType()
The JDBC data type.


getValue

public Object getValue()
The object holding the data value.



Copyright © 2003-2007 The Codehaus. All Rights Reserved.