单项选择题
可以通过()属性设置映射文件中select元素的参数类型。
A.Parameter
B.Result
C.ParameterType
D.ResultType
点击查看答案
相关考题
-
单项选择题
在MySQL中执行“select *from users limit 2,4;“时,查询的是第()条数据。
A.3到6
B.2到4
C.2或4
D.2和4 -
单项选择题
可以使用()标签动态的为SQL语句添加where关键字。
A.1
B.10
C.TRUE
D.FALSE -
单项选择题
使用MyBatis执行以下SQL语句:select stuname as name from student下列()配置能将数据库中stuname列的值映射到stuName属性。
A.< result column="stuname"property="stuName"/>
B.< result column="stuname"property="name"/>
C.< result column="name"property="userName"/>
D.< result column="name"property="stuName"/>
