Uses of Class
net.sf.jsqlparser.statement.upsert.Upsert
Packages that use Upsert
Package
Description
-
Uses of Upsert in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return Upsert -
Uses of Upsert in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement with parameters of type Upsert -
Uses of Upsert in net.sf.jsqlparser.statement.upsert
Methods in net.sf.jsqlparser.statement.upsert that return UpsertModifier and TypeMethodDescriptionUpsert.addColumns
(Collection<? extends Column> columns) Upsert.addColumns
(Column... columns) Upsert.setDuplicateUpdateSets
(List<UpdateSet> duplicateUpdateSets) Upsert.setUpdateSets
(List<UpdateSet> updateSets) Upsert.withColumns
(ExpressionList<Column> columns) Upsert.withExpressions
(ExpressionList expressions) Upsert.withSelect
(Select select) Upsert.withUpsertType
(UpsertType upsertType) Upsert.withUsingInto
(boolean useInto) -
Uses of Upsert in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type Upsert -
Uses of Upsert in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type Upsert -
Uses of Upsert in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type Upsert