Added new soap implementation and some bug fixes

This commit is contained in:
Ziver Koc 2009-04-22 18:34:11 +00:00
parent 1bde5a6977
commit 76d895f5bd
10 changed files with 931 additions and 15 deletions

View file

@ -22,7 +22,7 @@ import zutil.MultiPrintStream;
*
*/
public class MySQLQueue<E> implements Queue<E>{
// GO TO KNOW = SELECT LAST_INSERT_ID() as pos_id
private MySQLConnection db;
private String table;