Exemplo n.º 1
0
 public void FromBinary(DataInputStream s) //throws IOException 
 {
     QueryString = s.ReadString();
 }
Exemplo n.º 2
0
        override public void FromBinary(DataInputStream s)
        {
		    tableVersion = s.readInt();
		    tableName = s.ReadString();
		    tableDump = s.ReadString();
	    }
Exemplo n.º 3
0
 public void FromBinary(DataInputStream dis) //throws IOException 
 {
     vErrorMessage = dis.ReadString();
     vErrorCode = dis.ReadString();
 }
Exemplo n.º 4
0
 public void FromBinary(DataInputStream s)
 {
     TransactionId = s.ReadString();
 }