Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if there is a database error.
Returns a ResultSetMetaData describing the ResultSet that would be produced by execution of the PreparedStatement.
It is possible to know the metadata for the ResultSet without executing the PreparedStatement, because the PreparedStatement is precompiled. As a result the metadata can be queried ahead of time without actually executing the statement.