public class SQLReader extends FilterReader
Modifier and Type | Field and Description |
---|---|
protected ResultSet |
rs |
protected Statement |
stm |
in
Constructor and Description |
---|
SQLReader(Reader reader,
ResultSet rs,
Statement stm) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int off,
int len) |
mark, markSupported, ready, reset, skip
public SQLReader(Reader reader, ResultSet rs, Statement stm) throws SQLException
SQLException
public int read() throws IOException
read
in class FilterReader
IOException
public int read(char[] cbuf) throws IOException
read
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class FilterReader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterReader
IOException