Package me.danwi.sqlex.core.query
Class InsertOption
- java.lang.Object
-
- me.danwi.sqlex.core.query.InsertOption
-
public class InsertOption extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intINSERT_OR_UPDATE如果存在key冲突,则更新static intNONE_OPTIONS没有选项static intNULL_IS_NONE如果值为NULL,则表示该值为设置
-
Constructor Summary
Constructors Constructor Description InsertOption()
-