public class SqlServerPacketStream:
| Modifier and Type | Member | Description |
|---|---|---|
| public | SqlServerPacketStreamSqlServerPacketStream(socket as SqlServerSocketAdapter): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | closeclose() as Void: |
No summary. |
| public | getLastPacketTypegetLastPacketType() as Int: |
No summary. |
| public | readPacketreadPacket() as Byte[] throws SQLException: |
Exchanges data with the SQL server protocol stream. |
| public | writePacketwritePacket(packetType as Int, payload as Byte[]) as Void throws SQLException: |
Exchanges data with the SQL server protocol stream. |
| public | writePacketTypewritePacketType(packetType as Int) as Void throws SQLException: |
Exchanges data with the SQL server protocol stream. |