Uses of Enum Class
org.pjdbc.sql.AbstractStatement.MergeStrategy
Packages that use AbstractStatement.MergeStrategy
-
Uses of AbstractStatement.MergeStrategy in org.pjdbc.sql
Methods in org.pjdbc.sql that return AbstractStatement.MergeStrategyModifier and TypeMethodDescriptionAbstractStatement.getMergeStrategy()Returns the enum constant of this class with the specified name.static AbstractStatement.MergeStrategy[]AbstractStatement.MergeStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pjdbc.sql with parameters of type AbstractStatement.MergeStrategyModifier and TypeMethodDescriptionvoidAbstractStatement.setMergeStrategy(AbstractStatement.MergeStrategy strategy)