public class ParameterHandlerContext extends Object
| Constructor and Description |
|---|
ParameterHandlerContext() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets index.
|
Class<?> |
getJavaType()
Gets java type.
|
org.apache.ibatis.type.JdbcType |
getJdbcType()
Gets jdbc type.
|
void |
setIndex(int index)
Sets index.
|
void |
setJavaType(Class<?> javaType)
Sets java type.
|
void |
setJdbcType(org.apache.ibatis.type.JdbcType jdbcType)
Sets jdbc type.
|
public int getIndex()
public void setIndex(int index)
index - the indexpublic org.apache.ibatis.type.JdbcType getJdbcType()
public void setJdbcType(org.apache.ibatis.type.JdbcType jdbcType)
jdbcType - the jdbc typepublic Class<?> getJavaType()
public void setJavaType(Class<?> javaType)
javaType - the java typeCopyright © 2022. All rights reserved.