|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextPtr | |
net.sourceforge.jtds.jdbc |
Uses of TextPtr in net.sourceforge.jtds.jdbc |
Fields in net.sourceforge.jtds.jdbc declared as TextPtr | |
private TextPtr |
JtdsReader.textPtr
|
private TextPtr |
JtdsInputStream.textPtr
|
Methods in net.sourceforge.jtds.jdbc with parameters of type TextPtr | |
(package private) java.lang.Object |
TdsCore.readText(java.lang.String tabName,
java.lang.String colName,
TextPtr textPtr,
int offset,
int length)
Read text or image data from the server using readtext. |
Constructors in net.sourceforge.jtds.jdbc with parameters of type TextPtr | |
JtdsReader(ConnectionJDBC2 con,
ColInfo ci,
TextPtr textPtr,
java.lang.String charset)
Construct a new InputStream. |
|
JtdsInputStream(ConnectionJDBC2 con,
ColInfo ci,
TextPtr textPtr,
java.lang.String charset)
Construct a new InputStream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |