Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Sets the designated parameter to the specified SQLXML object.
Syntax
public final void setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject)
Parameters
parameterIndex
An int that indicates the parameter index.
xmlObject
A SQLXML object that contains the parameter value.
Exceptions
Remarks
This setSQLXML method is specified by the setSQLXML method in the java.sql.PreparedStatement interface.