Added new soap implementation and some bug fixes
This commit is contained in:
parent
1bde5a6977
commit
76d895f5bd
10 changed files with 931 additions and 15 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue