7778798081828384858687
} @Override public void writeSQL(SQLOutput stream) throws SQLException { PGSQLOutput out = (PGSQLOutput) stream; out.writeString(str); out.writeString(str2); out.writeObject(id); out.writeDouble(num); }
7879808182838485868788
@Override public void writeSQL(SQLOutput stream) throws SQLException { PGSQLOutput out = (PGSQLOutput) stream; out.writeString(str); out.writeString(str2); out.writeObject(id); out.writeDouble(num); } }