Add custom actions to list_actions() result
(&self)
| 469 | |
| 470 | /// Add custom actions to list_actions() result |
| 471 | async fn list_custom_actions(&self) -> Option<Vec<Result<ActionType, Status>>> { |
| 472 | None |
| 473 | } |
| 474 | |
| 475 | /// Create a prepared statement from given SQL statement. |
| 476 | async fn do_action_create_prepared_statement( |
no outgoing calls
no test coverage detected