The `setShort` method in the `net.sourceforge.msscodefactory.cflib.v2_5.cflib.PreparedStatement` class is used in Java to set a `short` value as a parameter in a prepared statement. This method allows for passing a `short` value to a SQL query that expects a `short` parameter.
Java PreparedStatement.setShort - 23 examples found. These are the top rated real world Java examples of net.sourceforge.msscodefactory.cflib.v2_5.CFLib.PreparedStatement.setShort extracted from open source projects. You can rate examples to help us improve the quality of examples.