Class PgSQLXML
java.lang.Object
org.postgresql.jdbc.PgSQLXML
- All Implemented Interfaces:
SQLXML
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate ByteArrayOutputStreamprivate final BaseConnectionprivate Stringprivate DOMResultprivate booleanprivate booleanprivate final ResourceLockprivate StringWriter -
Constructor Summary
ConstructorsModifierConstructorDescriptionPgSQLXML(BaseConnection conn) PgSQLXML(BaseConnection conn, String data) privatePgSQLXML(BaseConnection conn, String data, boolean initialized) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidvoidfree()<T extends Source>
Tprivate PGXmlFactoryFactoryprivate void<T extends Result>
Tvoid
-
Field Details
-
lock
-
conn
-
data
-
initialized
private boolean initialized -
active
private boolean active -
freed
private boolean freed -
byteArrayOutputStream
-
stringWriter
-
domResult
-
-
Constructor Details
-
PgSQLXML
-
PgSQLXML
-
PgSQLXML
-
-
Method Details
-
getXmlFactoryFactory
- Throws:
SQLException
-
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
-
checkFreed
- Throws:
SQLException
-
ensureInitialized
- Throws:
SQLException
-
initialize
- Throws:
SQLException
-