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

Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.hp.t4jdbc
Class HPT4ClobReader
java.lang.Object
java.io.Reader
com.hp.t4jdbc.HPT4ClobReader
public class HPT4ClobReader
extends java.io.Reader
This class implements the Reader interface, which can be used to read Clob data.
Copyright: (C) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
Method Summary
void close()
void mark(int readAheadLimit)
boolean markSupported()
int read()
int read(char[] cbuf)
int read(char[] cbuf, int off, int len)
void reset()
long skip(long n)
Methods inherited from class java.io.Reader
ready
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait