org.postgresql.jdbc
Class PgSQLXML
java.lang.Object
org.postgresql.jdbc.PgSQLXML
- All Implemented Interfaces:
- SQLXML
public class PgSQLXML
- extends Object
- implements SQLXML
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PgSQLXML
public PgSQLXML(BaseConnection conn)
PgSQLXML
public PgSQLXML(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 <T extends Source> T getSource(Class<T> 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 <T extends Result> T setResult(Class<T> 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 © 2016 PostgreSQL Global Development Group. All rights reserved.