Package me.danwi.sqlex.core.query
Class InsertOption
java.lang.Object
me.danwi.sqlex.core.query.InsertOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int如果存在key冲突,则更新static int没有选项static int如果值为NULL,则表示该值为设置 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE_OPTIONS
public static int NONE_OPTIONS没有选项 -
NULL_IS_NONE
public static int NULL_IS_NONE如果值为NULL,则表示该值为设置 -
INSERT_OR_UPDATE
public static int INSERT_OR_UPDATE如果存在key冲突,则更新
-
-
Constructor Details
-
InsertOption
public InsertOption()
-