Uses of Class
net.sf.jsqlparser.statement.insert.InsertConflictAction
-
Packages that use InsertConflictAction Package Description net.sf.jsqlparser.parser net.sf.jsqlparser.statement.insert -
-
Uses of InsertConflictAction in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return InsertConflictAction Modifier and Type Method Description InsertConflictAction
CCJSqlParser. InsertConflictAction()
-
Uses of InsertConflictAction in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert declared as InsertConflictAction Modifier and Type Field Description private InsertConflictAction
Insert. conflictAction
Methods in net.sf.jsqlparser.statement.insert that return InsertConflictAction Modifier and Type Method Description InsertConflictAction
InsertConflictAction. addUpdateSet(Column column, Expression expression)
InsertConflictAction
InsertConflictAction. addUpdateSet(UpdateSet updateSet)
InsertConflictAction
Insert. getConflictAction()
InsertConflictAction
InsertConflictAction. withConflictActionType(ConflictActionType conflictActionType)
InsertConflictAction
InsertConflictAction. withUpdateSets(java.util.Collection<UpdateSet> updateSets)
InsertConflictAction
InsertConflictAction. withUpdateSets(java.util.List<UpdateSet> updateSets)
InsertConflictAction
InsertConflictAction. withWhereExpression(Expression whereExpression)
Methods in net.sf.jsqlparser.statement.insert with parameters of type InsertConflictAction Modifier and Type Method Description void
Insert. setConflictAction(InsertConflictAction conflictAction)
Insert
Insert. withConflictAction(InsertConflictAction conflictAction)
-