Uses of Interface
org.sql.generation.api.grammar.modification.SetClause

Packages that use SetClause
org.sql.generation.api.grammar.builders.modification Package to hold builders common for SQL modification clauses (INSERT, UPDATE, and DELETE). 
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
org.sql.generation.api.grammar.modification This package contains syntax elements relevant to SQL modification clauses (INSERT INTO, DELETE FROM, and UPDATE). 
 

Uses of SetClause in org.sql.generation.api.grammar.builders.modification
 

Methods in org.sql.generation.api.grammar.builders.modification that return types with arguments of type SetClause
 List<SetClause> UpdateBySearchBuilder.getSetClauses()
          Returns the list of set clauses which has been added to this builder.
 

Methods in org.sql.generation.api.grammar.builders.modification with parameters of type SetClause
 UpdateBySearchBuilder UpdateBySearchBuilder.addSetClauses(SetClause... clauses)
          Adds the clause to the set-clause list of this UPDATE statement.
 

Uses of SetClause in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return SetClause
 SetClause ModificationFactory.setClause(String updateTarget, UpdateSource updateSource)
          Creates a new set clause for UPDATE statement.
 

Uses of SetClause in org.sql.generation.api.grammar.modification
 

Methods in org.sql.generation.api.grammar.modification that return types with arguments of type SetClause
 List<SetClause> UpdateBySearch.getSetClauses()
          Returns the SET clauses for columns of the target table.
 



Copyright © 2010. All Rights Reserved.