| Constructor and Description |
|---|
PGSQLXML(PGDirectConnection conn) |
PGSQLXML(PGDirectConnection conn,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
free() |
InputStream |
getBinaryStream() |
Reader |
getCharacterStream() |
byte[] |
getData() |
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
int |
hashCode() |
boolean |
isNull() |
com.impossibl.postgres.jdbc.PGSQLXML.OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClassIn) |
void |
setString(String value) |
public PGSQLXML(PGDirectConnection conn)
public PGSQLXML(PGDirectConnection conn, byte[] data)
public boolean isNull()
public byte[] getData()
public InputStream getBinaryStream() throws SQLException
getBinaryStream in interface SQLXMLSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface SQLXMLSQLExceptionpublic <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource in interface SQLXMLSQLExceptionpublic String getString() throws SQLException
getString in interface SQLXMLSQLExceptionpublic com.impossibl.postgres.jdbc.PGSQLXML.OutputStream setBinaryStream()
throws SQLException
setBinaryStream in interface SQLXMLSQLExceptionpublic Writer setCharacterStream() throws SQLException
setCharacterStream in interface SQLXMLSQLExceptionpublic <T extends Result> T setResult(Class<T> resultClassIn) throws SQLException
setResult in interface SQLXMLSQLExceptionpublic void setString(String value) throws SQLException
setString in interface SQLXMLSQLException