Uses of Class
contrabase.api.UpdateValue

Packages that use UpdateValue
contrabase.api Contrabase API 를 담당하는 Package 
 

Uses of UpdateValue in contrabase.api
 

Method parameters in contrabase.api with type arguments of type UpdateValue
 int Table.updateByCondition(Condition condition, java.util.List<UpdateValue> updateValues)
           
 int Table.updateByKey(java.lang.String key, java.util.List<UpdateValue> updateValues)
          key를 조건으로 검색해서 일치하는 Table내의 데이터를 업데이트한다.