|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Inner static class used to hold information about TDS tokens read.
Field Summary | |
(package private) java.lang.Object[] |
dynamParamData
The dynamic parameter data from the last TDS_DYNAMIC token. |
(package private) ColInfo[] |
dynamParamInfo
The dynamic parameters from the last TDS_DYNAMIC token. |
(package private) byte[] |
nonce
The nonce from an NTLM challenge packet. |
(package private) byte[] |
ntlmMessage
NTLM authentication message. |
(package private) byte[] |
ntlmTarget
target info for NTLM message TODO: I don't need to store these!!! |
(package private) byte |
operation
The operation field from a DONE packet. |
(package private) byte |
status
The status field from a DONE packet. |
(package private) byte |
token
The current TDS token byte. |
(package private) int |
updateCount
The update count from a DONE packet. |
Constructor Summary | |
private |
TdsCore.TdsToken()
|
Method Summary | |
(package private) boolean |
isAuthToken()
Retrieve the NTLM challenge status. |
(package private) boolean |
isEndToken()
Retrieve the DONE token status. |
(package private) boolean |
isResultSet()
Retrieve the result set status. |
boolean |
isRowData()
Retrieve the row data status. |
(package private) boolean |
isUpdateCount()
Retrieve the update count status. |
(package private) boolean |
resultsPending()
Retrieve the results pending status. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
byte token
byte status
byte operation
int updateCount
byte[] nonce
byte[] ntlmMessage
byte[] ntlmTarget
ColInfo[] dynamParamInfo
java.lang.Object[] dynamParamData
Constructor Detail |
private TdsCore.TdsToken()
Method Detail |
boolean isUpdateCount()
boolean
true if the update count is valid.boolean isEndToken()
boolean
true if the current token is a DONE packet.boolean isAuthToken()
boolean
true if the current token is an NTLM challenge.boolean resultsPending()
boolean
true if more results in input.boolean isResultSet()
boolean
true if the current token is a result set.public boolean isRowData()
true
if the current token is a result row.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |