mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
export info
This commit is contained in:
@ -4,6 +4,7 @@ import java.sql.Connection;
|
||||
import java.sql.SQLException;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.concurrent.CountDownLatch;
|
||||
import java.util.function.Consumer;
|
||||
|
||||
@ -195,6 +196,11 @@ public class DatabaseServiceImpl implements DatabaseService {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void update(Map<String, Object> map) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void finish() {
|
||||
|
||||
|
Reference in New Issue
Block a user