[Java] Interface InOutParameter
- groovy.sql.OutParameter
- All Superinterfaces:
- InParameter, OutParameter
public interface InOutParameter extends InParameter, OutParameter
A typed parameter passed to, and returned from a CallableStatement.
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
interface InParameter | getType, getValue |
interface OutParameter | getType |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/sql/InOutParameter.html