Constructor and Description |
---|
PgSQLXML(BaseConnection conn) |
PgSQLXML(BaseConnection conn,
@Nullable String data) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
@Nullable InputStream |
getBinaryStream() |
@Nullable Reader |
getCharacterStream() |
<T extends Source> |
getSource(@Nullable Class<T> sourceClass) |
@Nullable String |
getString() |
OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClass) |
void |
setString(String value) |
public PgSQLXML(BaseConnection conn)
public PgSQLXML(BaseConnection conn, @Nullable String data)
public @Nullable InputStream getBinaryStream() throws SQLException
getBinaryStream
in interface SQLXML
SQLException
public @Nullable Reader getCharacterStream() throws SQLException
getCharacterStream
in interface SQLXML
SQLException
public <T extends Source> T getSource(@Nullable Class<T> sourceClass) throws SQLException
getSource
in interface SQLXML
SQLException
public @Nullable String getString() throws SQLException
getString
in interface SQLXML
SQLException
public 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> resultClass) throws SQLException
setResult
in interface SQLXML
SQLException
public void setString(String value) throws SQLException
setString
in interface SQLXML
SQLException
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.