Uses of Enum
net.sf.jsqlparser.statement.insert.ConflictActionType
Packages that use ConflictActionType
-
Uses of ConflictActionType in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert declared as ConflictActionTypeModifier and TypeFieldDescription(package private) ConflictActionType
InsertConflictAction.conflictActionType
Methods in net.sf.jsqlparser.statement.insert that return ConflictActionTypeModifier and TypeMethodDescriptionstatic ConflictActionType
InsertConflictAction.getConflictActionType()
static ConflictActionType
Returns the enum constant of this type with the specified name.static ConflictActionType[]
ConflictActionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.insert with parameters of type ConflictActionTypeModifier and TypeMethodDescriptionvoid
InsertConflictAction.setConflictActionType
(ConflictActionType conflictActionType) InsertConflictAction.withConflictActionType
(ConflictActionType conflictActionType) Constructors in net.sf.jsqlparser.statement.insert with parameters of type ConflictActionType