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 SQLDiagnostic
ConnectionJDBC2. messages
Diagnostc messages for this connection.protected SQLDiagnostic
JtdsStatement. messages
SQL Diagnostic exceptions and warnings.private SQLDiagnostic
TdsCore. messages
The head of the diagnostic messages chain.Methods in net.sourceforge.jtds.jdbc that return SQLDiagnostic Modifier and Type Method Description (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 Constructor Description TdsCore(ConnectionJDBC2 connection, SQLDiagnostic messages)
Construct a TdsCore object.
-