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