單項選擇題MyBatis的動態(tài)SQL中,相當于Java的switch...case...default語句的是()。

A.<choose>、<when>、<otherwise>元素組合
B.<select>、<where>、<otherwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<otherwise>元素組合


您可能感興趣的試卷

你可能感興趣的試題

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

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!=’’">

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

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