Uses of Interface
java.sql.SQLXML
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 of SQLXML in java.sql
Modifier and TypeMethodDescriptionConnection.createSQLXML()
Constructs an object that implements theSQLXML
interface.CallableStatement.getSQLXML
(int parameterIndex) Retrieves the value of the designatedSQL XML
parameter as ajava.sql.SQLXML
object in the Java programming language.Retrieves the value of the designatedSQL XML
parameter as ajava.sql.SQLXML
object in the Java programming language.ResultSet.getSQLXML
(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSet
as ajava.sql.SQLXML
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
as ajava.sql.SQLXML
object in the Java programming language.SQLInput.readSQLXML()
Reads an SQLXML
value from the stream and returns it as aSQLXML
object in the Java programming language.Modifier and TypeMethodDescriptionvoid
Sets the designated parameter to the givenjava.sql.SQLXML
object.void
Sets the designated parameter to the givenjava.sql.SQLXML
object.void
ResultSet.updateSQLXML
(int columnIndex, SQLXML xmlObject) Updates the designated column with ajava.sql.SQLXML
value.void
ResultSet.updateSQLXML
(String columnLabel, SQLXML xmlObject) Updates the designated column with ajava.sql.SQLXML
value.void
SQLOutput.writeSQLXML
(SQLXML x) Writes an SQLXML
value to the stream. -
Uses of SQLXML in javax.sql
-
Uses of SQLXML in javax.sql.rowset
Modifier and TypeMethodDescriptionvoid
Sets the designated parameter to the givenjava.sql.SQLXML
object.void
Sets the designated parameter to the givenjava.sql.SQLXML
object. -
Uses of SQLXML in javax.sql.rowset.serial
Modifier and TypeMethodDescriptionSQLInputImpl.readSQLXML()
Reads an SQLXML
value from the stream and returns it as aSQLXML
object in the Java programming language.Modifier and TypeMethodDescriptionvoid
SQLOutputImpl.writeSQLXML
(SQLXML x) Writes an SQLXML
value to the stream.