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
Methods in net.sf.jsqlparser.statement.upsert that return UpsertType Modifier and Type Method Description static UpsertTypeUpsertType. from(String type)UpsertTypeUpsert. getUpsertType()static UpsertTypeUpsertType. valueOf(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 voidUpsert. setUpsertType(UpsertType upsertType)UpsertUpsert. withUpsertType(UpsertType upsertType)
-