單項(xiàng)選擇題拼接SQL語(yǔ)句時(shí),可以實(shí)現(xiàn)與<where>元素自動(dòng)刪除多余的"AND"或"OR"的元素是()。

A.<when>
B.<if>
C.<trim>
D.<select>


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題MyBatis的動(dòng)態(tài)SQL中,相當(dāng)于Java的switch...case...default語(yǔ)句的是()。

A.<choose>、<when>、<o(jì)therwise>元素組合
B.<select>、<where>、<o(jì)therwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<o(jì)therwise>元素組合

3.單項(xiàng)選擇題動(dòng)態(tài)SQL中,判斷username不是空且不是空串的寫(xiě)法,正確的是()。

A.<if "username!=null and username!=’’">
B.<if test="username!=null or username!=’’">
C.<if test="username!=null and username!=’’">
D.<trim test="username!=null and username!=’’">

5.單項(xiàng)選擇題()的主要作用是定義映射規(guī)則、級(jí)聯(lián)的更新以及定義類型轉(zhuǎn)化器等。

A.<resultMap>元素
B.<enviroment>
C.<transactionManager>
D.<databaseProvider>