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
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
All Methods
Instance Methods
Abstract 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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2017 The Apache Software Foundation. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method