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 SQLDiagnostic
JtdsConnection.messages
Diagnostc messages for this connection.protected final SQLDiagnostic
JtdsStatement.messages
SQL Diagnostic exceptions and warnings.private final SQLDiagnostic
TdsCore.messages
The head of the diagnostic messages chain.Methods in net.sourceforge.jtds.jdbc that return SQLDiagnosticModifier and TypeMethodDescription(package private) SQLDiagnostic
JtdsStatement.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.