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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetParameterName()
Get the parameter name.
intgetParameterType()
Get the parameter type.
intgetSqlType()
Get the parameter SQL type.
StringgetTypeName()
Get the parameter type name.
booleanisNullable()
Get whether the parameter is nullable.