Groovy 1.7.0

groovy.sql
Interface InParameter


interface InParameter

A typed parameter to pass to a query

author:
rfuller


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.
return:
the type


getValue

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


 

Copyright © 2003-2009 The Codehaus. All rights reserved.