groovy.sql
Interface OutParameter

All Known Subinterfaces:
InOutParameter, ResultSetOutParameter

public interface OutParameter

Author:
rfuller A parameter to be returned from a CallableStatement.

Method Summary
 int getType()
          Get the JDBC datatype for this parameter.
 

Method Detail

getType

int getType()
Get the JDBC datatype for this parameter.



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