Class Upsert

    • Constructor Detail

      • Upsert

        public Upsert()
    • Method Detail

      • getUpdateSets

        public java.util.List<UpdateSet> getUpdateSets()
      • setUpdateSets

        public Upsert setUpdateSets​(java.util.List<UpdateSet> updateSets)
      • getDuplicateUpdateSets

        public java.util.List<UpdateSet> getDuplicateUpdateSets()
      • setDuplicateUpdateSets

        public Upsert setDuplicateUpdateSets​(java.util.List<UpdateSet> duplicateUpdateSets)
      • getUpsertType

        public UpsertType getUpsertType()
      • setUpsertType

        public void setUpsertType​(UpsertType upsertType)
      • isUsingInto

        public boolean isUsingInto()
      • setUsingInto

        public void setUsingInto​(boolean useInto)
      • withUsingInto

        public Upsert withUsingInto​(boolean useInto)
      • getTable

        public Table getTable()
      • setTable

        public void setTable​(Table name)
      • setExpressions

        public void setExpressions​(ExpressionList list)
      • getSetExpressions

        @Deprecated
        public ExpressionList<?> getSetExpressions()
        Deprecated.
      • getSelect

        public Select getSelect()
      • setSelect

        public void setSelect​(Select select)
      • getValues

        public Values getValues()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • addColumns

        public Upsert addColumns​(Column... columns)
      • addColumns

        public Upsert addColumns​(java.util.Collection<? extends Column> columns)