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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetParameterName()
Get the parameter name.
intgetSqlType()
Get the parameter SQL type.
booleanisNullable()
Get whether the parameter/column is nullable.