Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mybatis の API Doc から、挿入、削除、選択、および更新の戻り値の型として int があることがわかります。しかし、返された整数の意味についてのドキュメントはありません。
これは操作の成功と関係がありますか?
select()何も返しません。その他は、影響を受ける行の数を返します。
select()