Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Prepares a statement for execution.
PreparedStatement Connection.prepareStatement( String sql ) throws ULjException
sql A SQL statement to prepare.
A PreparedStatement object.