Constructor and Description |
---|
PGSQLXML(PGConnectionImpl conn) |
PGSQLXML(PGConnectionImpl conn,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
void |
free() |
InputStream |
getBinaryStream() |
Reader |
getCharacterStream() |
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
int |
hashCode() |
com.impossibl.postgres.jdbc.PGSQLXML.OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClassIn) |
void |
setString(String value) |
public PGSQLXML(PGConnectionImpl conn)
public PGSQLXML(PGConnectionImpl conn, byte[] data)
public InputStream getBinaryStream() throws SQLException
getBinaryStream
in interface SQLXML
SQLException
public Reader getCharacterStream() throws SQLException
getCharacterStream
in interface SQLXML
SQLException
public <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource
in interface SQLXML
SQLException
public String getString() throws SQLException
getString
in interface SQLXML
SQLException
public com.impossibl.postgres.jdbc.PGSQLXML.OutputStream setBinaryStream() throws SQLException
setBinaryStream
in interface SQLXML
SQLException
public Writer setCharacterStream() throws SQLException
setCharacterStream
in interface SQLXML
SQLException
public <T extends Result> T setResult(Class<T> resultClassIn) throws SQLException
setResult
in interface SQLXML
SQLException
public void setString(String value) throws SQLException
setString
in interface SQLXML
SQLException
Copyright © 2013–2017 impossibl.com. All rights reserved.