org.postgresql.jdbc4
Class Jdbc4SQLXML
java.lang.Object
org.postgresql.jdbc4.Jdbc4SQLXML
- All Implemented Interfaces:
- SQLXML
public class Jdbc4SQLXML
- extends Object
- implements SQLXML
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jdbc4SQLXML
public Jdbc4SQLXML(BaseConnection conn)
Jdbc4SQLXML
public Jdbc4SQLXML(BaseConnection conn,
String data)
free
public void free()
- Specified by:
free in interface SQLXML
getBinaryStream
public InputStream getBinaryStream()
throws SQLException
- Specified by:
getBinaryStream in interface SQLXML
- Throws:
SQLException
getCharacterStream
public Reader getCharacterStream()
throws SQLException
- Specified by:
getCharacterStream in interface SQLXML
- Throws:
SQLException
getSource
public Source getSource(Class sourceClass)
throws SQLException
- Specified by:
getSource in interface SQLXML
- Throws:
SQLException
getString
public String getString()
throws SQLException
- Specified by:
getString in interface SQLXML
- Throws:
SQLException
setBinaryStream
public OutputStream setBinaryStream()
throws SQLException
- Specified by:
setBinaryStream in interface SQLXML
- Throws:
SQLException
setCharacterStream
public Writer setCharacterStream()
throws SQLException
- Specified by:
setCharacterStream in interface SQLXML
- Throws:
SQLException
setResult
public Result setResult(Class resultClass)
throws SQLException
- Specified by:
setResult in interface SQLXML
- Throws:
SQLException
setString
public void setString(String value)
throws SQLException
- Specified by:
setString in interface SQLXML
- Throws:
SQLException
Copyright © 2013. All Rights Reserved.