SQLXML
Represents a SQLXML value.
Methods
InputStream
getBinaryStream
()
InputStream
getBinaryStream
() throws SQLException
Reader
getCharacterStream
()
Reader
getCharacterStream
() throws SQLException
T
getSource
(Class sourceClass)
T
getSource
(Class sourceClass) throws SQLException
String
getString
()
String
getString
() throws SQLException
OutputStream
setBinaryStream
()
OutputStream
setBinaryStream
() throws SQLException
Writer
setCharacterStream
()
Writer
setCharacterStream
() throws SQLException
T
setResult
(Class resultClass)
T
setResult
(Class resultClass) throws SQLException
void
setString
(String value)
void
setString
(String value) throws SQLException