Difference between setObject and (setShort, setString, and so on) in PreparedStatement



Hi all,

I would like to know what is the difference between the methods
setObject and (setShort, setString, and so on) in PreparedStatement
object.

When should we specifically use the setShort setString methods instead
of setObject ?

.