SqlServerPacketStream
classin packageklyn.databases.sql.sqlserver
public class SqlServerPacketStream:
SqlServerPacketStream
Constructors
Modifier and Type Member Description
public SqlServerPacketStream No summary.
Methods
Modifier and Type Member Description
public close
close() as Void:
No summary.
public getLastPacketType
getLastPacketType() as Int:
No summary.
public readPacket
readPacket() as Byte[] throws SQLException:
Exchanges data with the SQL server protocol stream.
public writePacket
writePacket(packetType as Int, payload as Byte[]) as Void throws SQLException:
Exchanges data with the SQL server protocol stream.
public writePacketType
writePacketType(packetType as Int) as Void throws SQLException:
Exchanges data with the SQL server protocol stream.