Uses of Class
net.sourceforge.jtds.jdbc.SQLDiagnostic
Packages that use SQLDiagnostic
-
Uses of SQLDiagnostic in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as SQLDiagnosticModifier and TypeFieldDescriptionprivate final SQLDiagnosticJtdsConnection.messagesDiagnostc messages for this connection.protected final SQLDiagnosticJtdsStatement.messagesSQL Diagnostic exceptions and warnings.private final SQLDiagnosticTdsCore.messagesThe head of the diagnostic messages chain.Methods in net.sourceforge.jtds.jdbc that return SQLDiagnosticModifier and TypeMethodDescription(package private) SQLDiagnosticJtdsStatement.getMessages()Get the statement's warnings list.TdsCore.getMessages()Returns the diagnostic chain for this instance.Constructors in net.sourceforge.jtds.jdbc with parameters of type SQLDiagnosticModifierConstructorDescription(package private)TdsCore(JtdsConnection connection, SQLDiagnostic messages) Construct a TdsCore object.