프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppendInternal | void | ||
AppendInternal | void | ||
GetPhysicalPacket | void | ||
GetPhysicalPacketData | void | ||
GetPhysicalPacketHeader | int | ||
Ntohs | int | ||
Poll | bool | ||
Read | int | ||
ResizeOutBuf | void | ||
SendPhysicalPacket | void | ||
Store | void | ||
Store | void |
메소드 | 설명 | |
---|---|---|
Append ( string s, int len, byte pad ) : byte[] | ||
Append ( System.DateTime t, int bytes ) : void | ||
Append ( byte b ) : void | ||
Append ( byte b, int len, byte pad ) : void | ||
Append ( decimal d, int bytes ) : void | ||
Append ( double value ) : void | ||
Append ( float value ) : void | ||
Append ( int i ) : void | ||
Append ( long l ) : void | ||
Append ( object o ) : void | ||
Append ( short s ) : void | ||
Append ( string s ) : void | ||
Append ( ushort s ) : void | ||
BeginReadPacket ( AsyncCallback callback, object stateObject ) : IAsyncResult | ||
Close ( ) : void | ||
EndReadPacket ( IAsyncResult ar ) : int | ||
GetByte ( ) : byte | ||
GetBytes ( int len, bool exclusiveBuffer ) : byte[] | ||
GetNetShort ( ) : int | ||
GetString ( int len ) : string | ||
GetString ( int len, |
||
GetString ( int len, bool wide ) : string | ||
GetString ( int len, bool wide, |
||
GetTdsInt ( ) : int | ||
GetTdsInt64 ( ) : long | ||
GetTdsShort ( ) : short | ||
IsConnected ( ) : bool | ||
OnReadPacketCallback ( IAsyncResult socketAsyncResult ) : void | ||
Peek ( ) : byte | ||
Poll ( int seconds, SelectMode selectMode ) : bool | ||
SendIfFull ( ) : void | ||
SendIfFull ( int reserve ) : void | ||
SendPacket ( ) : void | ||
Skip ( long i ) : void | ||
StartPacket ( TdsPacketType type ) : void | ||
Swap ( byte toswap ) : byte[] | ||
TdsComm ( string dataSource, int port, int packetSize, int timeout, TdsVersion tdsVersion ) : System |
메소드 | 설명 | |
---|---|---|
AppendInternal ( int i ) : void | ||
AppendInternal ( short s ) : void | ||
GetPhysicalPacket ( ) : void | ||
GetPhysicalPacketData ( int length ) : void | ||
GetPhysicalPacketHeader ( ) : int | ||
Ntohs ( byte buf, int offset ) : int | ||
Poll ( Socket s, int seconds, SelectMode selectMode ) : bool | ||
Read ( byte buffer, int offset, int count ) : int | ||
ResizeOutBuf ( int newSize ) : void | ||
SendPhysicalPacket ( bool isLastSegment ) : void | ||
Store ( int index, byte value ) : void | ||
Store ( int index, short value ) : void |
public Append ( string s, int len, byte pad ) : byte[] | ||
s | string | |
len | int | |
pad | byte | |
리턴 | byte[] |
public Append ( System.DateTime t, int bytes ) : void | ||
t | System.DateTime | |
bytes | int | |
리턴 | void |
public BeginReadPacket ( AsyncCallback callback, object stateObject ) : IAsyncResult | ||
callback | AsyncCallback | |
stateObject | object | |
리턴 | IAsyncResult |
public GetBytes ( int len, bool exclusiveBuffer ) : byte[] | ||
len | int | |
exclusiveBuffer | bool | |
리턴 | byte[] |
public GetString ( int len, |
||
len | int | |
enc | ||
리턴 | string |
public GetString ( int len, bool wide, |
||
len | int | |
wide | bool | |
enc | ||
리턴 | string |
public OnReadPacketCallback ( IAsyncResult socketAsyncResult ) : void | ||
socketAsyncResult | IAsyncResult | |
리턴 | void |
public Poll ( int seconds, SelectMode selectMode ) : bool | ||
seconds | int | |
selectMode | SelectMode | |
리턴 | bool |
public TdsComm ( string dataSource, int port, int packetSize, int timeout, TdsVersion tdsVersion ) : System | ||
dataSource | string | |
port | int | |
packetSize | int | |
timeout | int | |
tdsVersion | TdsVersion | |
리턴 | System |