private static class TdsCore.TdsToken
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) java.lang.Object[] | dynamParamDataThe dynamic parameter data from the last TDS_DYNAMIC token. | 
| (package private) ColInfo[] | dynamParamInfoThe dynamic parameters from the last TDS_DYNAMIC token. | 
| (package private) byte | operationThe operation field from a DONE packet. | 
| (package private) byte | statusThe status field from a DONE packet. | 
| (package private) byte | tokenThe current TDS token byte. | 
| (package private) int | updateCountThe update count from a DONE packet. | 
| Modifier | Constructor and Description | 
|---|---|
| private  | TdsCore.TdsToken() | 
| Modifier and Type | Method and Description | 
|---|---|
| (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. | 
byte token
byte status
byte operation
int updateCount
ColInfo[] dynamParamInfo
java.lang.Object[] dynamParamData
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.Generated on June 8 2013