Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

public void close()
throws java.io.IOException
Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
Throws:
java.io.IOException
write
public void write(char[] cbuf)
throws java.io.IOException
Throws:
java.io.IOException
write
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
Throws:
java.io.IOException
write
public void write(int c)
throws java.io.IOException
Throws:
java.io.IOException
write
public void write(java.lang.String str)
throws java.io.IOException
Throws:
java.io.IOException
write
public void write(java.lang.String str,