public class DataSqlParameterSource extends Object implements org.springframework.jdbc.core.namedparam.SqlParameterSource
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ColumnMapping> |
columnMappings |
protected ServiceInvocationVariablesContainer |
variablesContainer |
| Constructor and Description |
|---|
DataSqlParameterSource(ServiceInvocationVariablesContainer variablesContainer) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNames() |
int |
getSqlType(String paramName) |
Object |
getValue(String paramName) |
boolean |
hasValue(String paramName) |
void |
registerMapping(ColumnMapping columnMapping) |
protected ServiceInvocationVariablesContainer variablesContainer
protected Map<String,ColumnMapping> columnMappings
public DataSqlParameterSource(ServiceInvocationVariablesContainer variablesContainer)
public boolean hasValue(String paramName)
hasValue in interface org.springframework.jdbc.core.namedparam.SqlParameterSourcepublic Object getValue(String paramName)
getValue in interface org.springframework.jdbc.core.namedparam.SqlParameterSourcepublic String[] getParameterNames()
getParameterNames in interface org.springframework.jdbc.core.namedparam.SqlParameterSourcepublic int getSqlType(String paramName)
getSqlType in interface org.springframework.jdbc.core.namedparam.SqlParameterSourcepublic void registerMapping(ColumnMapping columnMapping)
Copyright © 2019. All rights reserved.