open class EmptySqlParameterSource : SqlParameterSource
A simple empty implementation of the SqlParameterSource interface.
Author
Juergen Hoeller
Since
3.2.2
EmptySqlParameterSource()
A simple empty implementation of the SqlParameterSource interface. |
static val INSTANCE: EmptySqlParameterSource
A shared instance of EmptySqlParameterSource. |
open fun getSqlType(paramName: String): Int |
|
open fun getTypeName(paramName: String): String |
|
open fun getValue(paramName: String): Any |
|
open fun hasValue(paramName: String): Boolean |