|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
private SQLDiagnostic |
TdsCore.messages
The head of the diagnostic messages chain. |
protected SQLDiagnostic |
JtdsStatement.messages
SQL Diagnostic exceptions and warnings. |
private SQLDiagnostic |
ConnectionJDBC2.messages
Diagnostc messages for this connection. |
Methods in net.sourceforge.jtds.jdbc that return SQLDiagnostic | |
SQLDiagnostic |
TdsCore.getMessages()
Returns the diagnostic chain for this instance. |
(package private) SQLDiagnostic |
JtdsStatement.getMessages()
Get the statement's warnings list. |
Constructors in net.sourceforge.jtds.jdbc with parameters of type SQLDiagnostic | |
TdsCore(ConnectionJDBC2 connection,
SQLDiagnostic messages)
Construct a TdsCore object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |