Uses of Enum
net.sf.jsqlparser.statement.upsert.UpsertType
Packages that use UpsertType
-
Uses of UpsertType in net.sf.jsqlparser.statement.upsert
Fields in net.sf.jsqlparser.statement.upsert declared as UpsertTypeMethods in net.sf.jsqlparser.statement.upsert that return UpsertTypeModifier and TypeMethodDescriptionstatic UpsertType
Upsert.getUpsertType()
static UpsertType
Returns the enum constant of this type with the specified name.static UpsertType[]
UpsertType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.upsert with parameters of type UpsertTypeModifier and TypeMethodDescriptionvoid
Upsert.setUpsertType
(UpsertType upsertType) Upsert.withUpsertType
(UpsertType upsertType)