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

Packages that use SQLDiagnostic
net.sourceforge.jtds.jdbc   
 

Uses of SQLDiagnostic in net.sourceforge.jtds.jdbc
 

Fields in net.sourceforge.jtds.jdbc declared as SQLDiagnostic
protected  SQLDiagnostic JtdsStatement.messages
          SQL Diagnostic exceptions and warnings.
private  SQLDiagnostic ConnectionJDBC2.messages
          Diagnostc messages for this connection.
private  SQLDiagnostic TdsCore.messages
          The head of the diagnostic messages chain.
 

Methods in net.sourceforge.jtds.jdbc that return SQLDiagnostic
(package private)  SQLDiagnostic JtdsStatement.getMessages()
          Get the statement's warnings list.
 SQLDiagnostic TdsCore.getMessages()
          Returns the diagnostic chain for this instance.
 

Constructors in net.sourceforge.jtds.jdbc with parameters of type SQLDiagnostic
TdsCore(ConnectionJDBC2 connection, SQLDiagnostic messages)
          Construct a TdsCore object.
 



Generated on February 18 2010