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, lock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCharacterStream(long pos, long length) getSubString(long i, int j) longFor now, this is not implemented.longThis should be simply passing the byte value of the pattern Blob.setAsciiStream(long pos) setCharacterStream(long pos) intintMethods 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:
getCharacterStreamin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceClob- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceClob- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceClob- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceClob- Throws:
SQLException
-
getSubString
- Specified by:
getSubStringin interfaceClob- Throws:
SQLException
-
position
For now, this is not implemented.- Specified by:
positionin interfaceClob- Throws:
SQLException
-
position
This should be simply passing the byte value of the pattern Blob.- Specified by:
positionin interfaceClob- Throws:
SQLException
-