Uses of Enum Class
net.sf.jailer.database.UPSERT_MODE
Packages that use UPSERT_MODE
-
Uses of UPSERT_MODE in net.sf.jailer.database
Subclasses with type arguments of type UPSERT_MODE in net.sf.jailer.databaseMethods in net.sf.jailer.database that return UPSERT_MODEModifier and TypeMethodDescriptionSQLDialect.getUpsertMode()Gets the upsert mode.static UPSERT_MODEReturns the enum constant of this class with the specified name.static UPSERT_MODE[]UPSERT_MODE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sf.jailer.database with parameters of type UPSERT_MODEModifier and TypeMethodDescriptionvoidSQLDialect.setUpsertMode(UPSERT_MODE upsertMode) Sets the upsert mode.