JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
groovy.sql
Interface OutParameter
All Known Subinterfaces:
InOutParameter
,
ResultSetOutParameter
public interface
OutParameter
A parameter to be returned from a CallableStatement.
Author:
rfuller
Method Summary
Methods
Modifier and Type
Method and Description
int
getType
()
Get the JDBC datatype for this parameter.
Method Detail
getType
int getType()
Get the JDBC datatype for this parameter.
Returns:
the type
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2014 The Codehaus. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method