Uses of Enum Class
net.sf.jailer.database.UPDATE_MODE
Packages that use UPDATE_MODE
-
Uses of UPDATE_MODE in net.sf.jailer.database
Subclasses with type arguments of type UPDATE_MODE in net.sf.jailer.databaseMethods in net.sf.jailer.database that return UPDATE_MODEModifier and TypeMethodDescriptionSQLDialect.getUpdateMode()Gets the update mode.static UPDATE_MODEReturns the enum constant of this class with the specified name.static UPDATE_MODE[]UPDATE_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 UPDATE_MODEModifier and TypeMethodDescriptionvoidSQLDialect.setUpdateMode(UPDATE_MODE updateMode) Sets the update mode.