Uses of Class
net.sf.jsqlparser.statement.upsert.UpsertType
-
Packages that use UpsertType Package Description net.sf.jsqlparser.statement.upsert -
-
Uses of UpsertType in net.sf.jsqlparser.statement.upsert
Fields in net.sf.jsqlparser.statement.upsert declared as UpsertType Modifier and Type Field Description private UpsertType
Upsert. upsertType
Methods in net.sf.jsqlparser.statement.upsert that return UpsertType Modifier and Type Method Description static UpsertType
UpsertType. from(java.lang.String type)
UpsertType
Upsert. getUpsertType()
static UpsertType
UpsertType. valueOf(java.lang.String name)
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 UpsertType Modifier and Type Method Description void
Upsert. setUpsertType(UpsertType upsertType)
Upsert
Upsert. withUpsertType(UpsertType upsertType)
-