spring-framework / org.springframework.jdbc.core.namedparam / EmptySqlParameterSource

EmptySqlParameterSource

open class EmptySqlParameterSource : SqlParameterSource

A simple empty implementation of the SqlParameterSource interface.

Author
Juergen Hoeller

Since
3.2.2

Constructors

<init>

EmptySqlParameterSource()

A simple empty implementation of the SqlParameterSource interface.

Properties

INSTANCE

static val INSTANCE: EmptySqlParameterSource

A shared instance of EmptySqlParameterSource.

Functions

getSqlType

open fun getSqlType(paramName: String): Int

getTypeName

open fun getTypeName(paramName: String): String

getValue

open fun getValue(paramName: String): Any

hasValue

open fun hasValue(paramName: String): Boolean