Package org.postgresql.jdbc
Class PgClob
java.lang.Object
org.postgresql.jdbc.AbstractBlobClob
org.postgresql.jdbc.PgClob
- All Implemented Interfaces:
Clob
-
Field Summary
Fields inherited from class org.postgresql.jdbc.AbstractBlobClob
conn
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCharacterStream
(long pos, long length) getSubString
(long i, int j) long
For now, this is not implemented.long
This should be simply passing the byte value of the pattern Blob.setAsciiStream
(long pos) setCharacterStream
(long pos) int
int
Methods inherited from class org.postgresql.jdbc.AbstractBlobClob
addSubLO, assertPosition, assertPosition, checkFreed, free, getBinaryStream, getBytes, getLo, length, position, position, setBinaryStream, truncate
-
Constructor Details
-
PgClob
- Throws:
SQLException
-
-
Method Details
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceClob
- Throws:
SQLException
-
setString
- Specified by:
setString
in interfaceClob
- Throws:
SQLException
-
setString
- Specified by:
setString
in interfaceClob
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceClob
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceClob
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceClob
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceClob
- Throws:
SQLException
-
getSubString
- Specified by:
getSubString
in interfaceClob
- Throws:
SQLException
-
position
For now, this is not implemented.- Specified by:
position
in interfaceClob
- Throws:
SQLException
-
position
This should be simply passing the byte value of the pattern Blob.- Specified by:
position
in interfaceClob
- Throws:
SQLException
-