[Java] Interface InParameter

public interface InParameter

A typed parameter to pass to a query

Methods Summary

Methods
Type Params Return Type Name and description
public int getType()
The JDBC data type.
public Object getValue()
The object holding the data value.

Method Detail

public int getType()

The JDBC data type.

Returns:
the type

public Object getValue()

The object holding the data value.

Returns:
the value

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/sql/InParameter.html