Пример #1
0
 public double readDouble() throws EdbcEx {
   need(JDBC_TL_F8_LEN, true);
   in_msg_len -= JDBC_TL_F8_LEN;
   return (in.readDouble());
 } // readDouble