Prepares a statement for execution.
PreparedStatement Connection.prepareStatement( String sql ) throws ULjException
sql A SQL statement to prepare.
A PreparedStatement object.