Package org.postgresql.jdbc
Class PgSQLXML
java.lang.Object
org.postgresql.jdbc.PgSQLXML
- All Implemented Interfaces:
SQLXML
-
Constructor Summary
ConstructorDescriptionPgSQLXML
(BaseConnection conn) PgSQLXML
(BaseConnection conn, @Nullable String data) -
Method Summary
-
Constructor Details
-
PgSQLXML
-
PgSQLXML
-
-
Method Details
-
free
public void free() -
getBinaryStream
- Specified by:
getBinaryStream
in interfaceSQLXML
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceSQLXML
- Throws:
SQLException
-
getSource
- Specified by:
getSource
in interfaceSQLXML
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceSQLXML
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceSQLXML
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceSQLXML
- Throws:
SQLException
-
setResult
- Specified by:
setResult
in interfaceSQLXML
- Throws:
SQLException
-
setString
- Specified by:
setString
in interfaceSQLXML
- Throws:
SQLException
-