Uses of Class
net.sourceforge.jtds.jdbc.TextPtr

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.
 



Generated on April 15 2005