Class InsertOption


  • public class InsertOption
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int INSERT_OR_UPDATE
      如果存在key冲突,则更新
      static int NONE_OPTIONS
      没有选项
      static int NULL_IS_NONE
      如果值为NULL,则表示该值为设置
    • Constructor Summary

      Constructors 
      Constructor Description
      InsertOption()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 Detail

      • InsertOption

        public InsertOption()