| Package | Description |
|---|---|
| org.apache.hugegraph.controller.query | |
| org.apache.hugegraph.service.query |
| Modifier and Type | Method and Description |
|---|---|
ExecuteHistory |
ExecuteHistoryController.delete(int connId,
int id) |
ExecuteHistory |
ExecuteHistoryController.get(int connId,
int id) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<ExecuteHistory> |
ExecuteHistoryController.list(int connId,
int pageNo,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteHistory |
ExecuteHistoryService.get(int connId,
int id) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<ExecuteHistory> |
ExecuteHistoryService.list(int connId,
long current,
long pageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteHistoryService.save(ExecuteHistory history) |
void |
ExecuteHistoryService.update(ExecuteHistory history) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.