public class StatementParameterMapping extends Object
Constructor and Description |
---|
StatementParameterMapping() |
Modifier and Type | Method and Description |
---|---|
void |
addMappingForParameter(String name,
StatementMappingIndex mapping) |
StatementMappingIndex |
getMappingForParameter(String name)
Accessor for the mapping information for the parameter with the specified name.
|
StatementMappingIndex |
getMappingForParameterPosition(int pos)
Convenience method to return the mapping for the parameter that is at the specified position.
|
String[] |
getParameterNames() |
boolean |
isEmpty() |
String |
toString() |
public StatementMappingIndex getMappingForParameter(String name)
name
- Parameter namepublic StatementMappingIndex getMappingForParameterPosition(int pos)
pos
- The positionpublic void addMappingForParameter(String name, StatementMappingIndex mapping)
public String[] getParameterNames()
public boolean isEmpty()
Copyright © 2015. All rights reserved.