Uses of Interface
java.sql.SQLXML
Packages that useSQLXML
Package
Description
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Provides the API for server side data source access and processing from the Java programming language.
Standard interfaces and base classes for JDBC
RowSet implementations.Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
Uses ofSQLXML injava.sql
Modifier and TypeMethodDescriptionConnection.createSQLXML()Constructs an object that implements theSQLXMLinterface.CallableStatement.getSQLXML(int parameterIndex) Retrieves the value of the designatedSQL XMLparameter as ajava.sql.SQLXMLobject in the Java programming language.Retrieves the value of the designatedSQL XMLparameter as ajava.sql.SQLXMLobject in the Java programming language.ResultSet.getSQLXML(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetas ajava.sql.SQLXMLobject in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetas ajava.sql.SQLXMLobject in the Java programming language.SQLInput.readSQLXML()Reads an SQLXMLvalue from the stream and returns it as aSQLXMLobject in the Java programming language.Modifier and TypeMethodDescriptionvoidSets the designated parameter to the givenjava.sql.SQLXMLobject.voidSets the designated parameter to the givenjava.sql.SQLXMLobject.voidResultSet.updateSQLXML(int columnIndex,SQLXML xmlObject) Updates the designated column with ajava.sql.SQLXMLvalue.voidResultSet.updateSQLXML(String columnLabel,SQLXML xmlObject) Updates the designated column with ajava.sql.SQLXMLvalue.voidSQLOutput.writeSQLXML(SQLXML x) Writes an SQLXMLvalue to the stream.Uses ofSQLXML injavax.sql
Uses ofSQLXML injavax.sql.rowset
Methods injavax.sql.rowset with parameters of typeSQLXMLUses ofSQLXML injavax.sql.rowset.serial
Methods injavax.sql.rowset.serial that returnSQLXMLModifier and TypeMethodDescriptionSQLInputImpl.readSQLXML()Reads an SQLXMLvalue from the stream and returns it as aSQLXMLobject in the Java programming language.Methods injavax.sql.rowset.serial with parameters of typeSQLXMLModifier and TypeMethodDescriptionvoidSQLOutputImpl.writeSQLXML(SQLXML x) Writes an SQLXMLvalue to the stream.