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