Uses of Class
net.sf.jsqlparser.statement.insert.ConflictActionType
-
Packages that use ConflictActionType Package Description net.sf.jsqlparser.statement.insert -
-
Uses of ConflictActionType in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert declared as ConflictActionType Modifier and Type Field Description (package private) ConflictActionType
InsertConflictAction. conflictActionType
Methods in net.sf.jsqlparser.statement.insert that return ConflictActionType Modifier and Type Method Description static ConflictActionType
ConflictActionType. from(java.lang.String type)
ConflictActionType
InsertConflictAction. getConflictActionType()
static ConflictActionType
ConflictActionType. valueOf(java.lang.String name)
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 ConflictActionType Modifier and Type Method Description void
InsertConflictAction. setConflictActionType(ConflictActionType conflictActionType)
InsertConflictAction
InsertConflictAction. withConflictActionType(ConflictActionType conflictActionType)
Constructors in net.sf.jsqlparser.statement.insert with parameters of type ConflictActionType Constructor Description InsertConflictAction(ConflictActionType conflictActionType)
-