Java org.springframework.jdbc.core SqlOutParameter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.core SqlOutParameter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.core SqlOutParameter.

The text is from its open source code.

Constructor

Method

StringgetName()
Return the name of the parameter, or null if anonymous.
SqlReturnTypegetSqlReturnType()
Return the custom return type, if any.
intgetSqlType()
Return the SQL type of the parameter.
StringgetTypeName()
Return the type name of the parameter, if any.
booleanisResultSetSupported()
Does this parameter support a ResultSet, i.e.
booleanisReturnTypeSupported()
Return whether this parameter holds a custom return type.