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 InParameter
All Known Subinterfaces:
InOutParameter
public interface
InParameter
A typed parameter to pass to a query
Author:
rfuller
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getType
()
The JDBC data type.
Object
getValue
()
The object holding the data value.
Method Detail
getType
int getType()
The JDBC data type.
Returns:
the type
getValue
Object
getValue()
The object holding the data value.
Returns:
the value
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