JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
groovy.sql
Interface OutParameter
All Known Subinterfaces:
InOutParameter
,
ResultSetOutParameter
public interface
OutParameter
A parameter to be returned from a CallableStatement.
Author:
rfuller
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method