Interface DMLClause<C extends DMLClause<C>>

Type Parameters:
C - concrete subtype
All Known Subinterfaces:
DeleteClause<C>, InsertClause<C>, StoreClause<C>, UpdateClause<C>

public interface DMLClause<C extends DMLClause<C>>
Parent interface for DML clauses
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Execute the clause and return the amount of affected rows
  • Method Details

    • execute

      long execute()
      Execute the clause and return the amount of affected rows
      Returns:
      amount of affected rows