public class ClobReader extends Reader
Constructor and Description |
---|
ClobReader(PGClob owner,
com.impossibl.postgres.jdbc.LargeObject lo) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(char[] chars,
int off,
int len) |
void |
readNextRegion() |
public ClobReader(PGClob owner, com.impossibl.postgres.jdbc.LargeObject lo)
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] chars, int off, int len) throws IOException
read
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public void readNextRegion() throws IOException
IOException
Copyright © 2013–2017 impossibl.com. All rights reserved.