Class TableUpdate<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.Object> values  
    • Constructor Summary

      Constructors 
      Constructor Description
      TableUpdate​(java.lang.String tableName, RawSQLExecutor executor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long execute()
      执行更新
      • Methods inherited from class java.lang.Object

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

      • values

        protected java.util.Map<java.lang.String,​java.lang.Object> values
    • Constructor Detail

      • TableUpdate

        public TableUpdate​(java.lang.String tableName,
                           RawSQLExecutor executor)
    • Method Detail

      • execute

        public long execute()
        执行更新
        Returns:
        更新的行数