C# Class Mono.Data.Tds.Protocol.Tds

显示文件 Open project: runefs/Marvin Class Usage Examples

Protected Properties

Property Type Description
NTLMSSP_ID byte[]
connectionParms Mono.Data.Tds.Protocol.TdsConnectionParameters
messages Mono.Data.Tds.Protocol.TdsInternalErrorCollection

Private Properties

Property Type Description
BeginLoad void
EndLoad Mono.Security.Protocol.Ntlm
SkipRow void
SkipToColumnIndex void

Public Methods

Method Description
GetSequentialColumnValue ( int colIndex, long fieldIndex, byte buffer, int bufferIndex, int size ) : long
GetSequentialColumnValue ( int colIndex ) : object

Private Methods

Method Description
BeginLoad ( TdsColumnType colType ) : void
EndLoad ( ) : Mono.Security.Protocol.Ntlm
SkipRow ( ) : void
SkipToColumnIndex ( int colIndex ) : void

Method Details

GetSequentialColumnValue() public method

public GetSequentialColumnValue ( int colIndex, long fieldIndex, byte buffer, int bufferIndex, int size ) : long
colIndex int
fieldIndex long
buffer byte
bufferIndex int
size int
return long

GetSequentialColumnValue() public method

public GetSequentialColumnValue ( int colIndex ) : object
colIndex int
return object

Property Details

NTLMSSP_ID protected_oe property

protected byte[] NTLMSSP_ID
return byte[]

connectionParms protected_oe property

protected TdsConnectionParameters,Mono.Data.Tds.Protocol connectionParms
return Mono.Data.Tds.Protocol.TdsConnectionParameters

messages protected_oe property

protected TdsInternalErrorCollection,Mono.Data.Tds.Protocol messages
return Mono.Data.Tds.Protocol.TdsInternalErrorCollection