mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 18:53:12 +08:00
feat:support Serializable
This commit is contained in:
@ -37,6 +37,9 @@ public class DlExecuteParam {
|
||||
private String databaseName;
|
||||
|
||||
|
||||
private String tableName;
|
||||
|
||||
|
||||
/**
|
||||
* schema name
|
||||
*/
|
||||
|
@ -27,6 +27,14 @@ public interface DlTemplateService {
|
||||
ListResult<ExecuteResult> execute(DlExecuteParam param);
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @param param
|
||||
* @return
|
||||
*/
|
||||
ListResult<ExecuteResult> executeSelectTable(DlExecuteParam param);
|
||||
|
||||
|
||||
/**
|
||||
* Data source execution update
|
||||
*
|
||||
|
Reference in New Issue
Block a user